Skip to content

Commit

Permalink
Upgrade stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 3, 2023
1 parent 6e2b6dd commit 9581ecf
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 557 deletions.
14 changes: 7 additions & 7 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ember-a11y-testing": "^6.1.0",
"ember-auto-import": "^2.5.0",
"ember-cached-decorator-polyfill": "^1.0.2",
"ember-cli": "~5.0.0",
"ember-cli": "~5.1.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.1.1",
Expand All @@ -89,9 +89,9 @@
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
"ember-qunit": "^7.0.0",
"ember-resolver": "^10.1.0",
"ember-resources": "^6.1.1",
"ember-source": "~5.0.0",
"ember-resolver": "^11.0.0",
"ember-resources": "^6.3.1",
"ember-source": "~5.1.2",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.11.1",
"ember-welcome-page": "^7.0.2",
Expand All @@ -105,14 +105,14 @@
"loader.js": "^4.7.0",
"pnpm-sync-dependencies-meta-injected": "0.0.9",
"prettier": "^2.8.1",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier-plugin-ember-template-tag": "^1.0.0",
"qunit": "^2.19.3",
"qunit-assertions-extra": "^1.0.3",
"qunit-dom": "^2.0.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
"unplugin": "^1.3.2",
"webpack": "^5.85.0"
"unplugin": "^1.4.0",
"webpack": "^5.88.2"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down
4 changes: 2 additions & 2 deletions ember-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@typescript-eslint/parser": "^5.61.0",
"concurrently": "^8.2.0",
"ember-modifier": "^4.1.0",
"ember-resources": "^6.1.1",
"ember-resources": "^6.3.1",
"ember-source": "~5.1.2",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.11.1",
Expand All @@ -80,7 +80,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier-plugin-ember-template-tag": "^1.0.0",
"publint": "^0.2.0",
"rollup": "~3.26.0",
"rollup-plugin-copy": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nullvoxpopuli/dev": "workspace:*",
"concurrently": "^8.2.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2",
"prettier-plugin-ember-template-tag": "^1.0.0",
"turbo": "^1.10.12"
},
"engines": {
Expand Down
Loading

0 comments on commit 9581ecf

Please sign in to comment.