Skip to content

Commit 1e86bfc

Browse files
chore(deps): update devdependencies
1 parent cc9f52a commit 1e86bfc

File tree

5 files changed

+611
-81
lines changed

5 files changed

+611
-81
lines changed

dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.23.9",
2626
"@babel/eslint-parser": "^7.23.10",
27-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
27+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
2828
"@typescript-eslint/eslint-plugin": "^7.7.1",
2929
"@typescript-eslint/parser": "^7.7.1",
30-
"eslint": "^8.56.0",
30+
"eslint": "^9.0.0",
3131
"prettier": "^3.2.5",
3232
"typescript": "^5.3.3"
3333
},

docs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@glint/environment-ember-loose": "^1.3.0",
7676
"@glint/environment-ember-template-imports": "^1.3.0",
7777
"@glint/template": "^1.3.0",
78-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
78+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7979
"@tailwindcss/typography": "^0.5.13",
8080
"@tsconfig/ember": "^3.0.5",
8181
"@types/babel__core": "^7.20.5",
@@ -106,7 +106,7 @@
106106
"ember-template-imports": "^4.1.0",
107107
"ember-template-lint": "^6.0.0",
108108
"ember-welcome-page": "^7.0.2",
109-
"eslint": "^8.57.0",
109+
"eslint": "^9.0.0",
110110
"eslint-config-prettier": "^9.1.0",
111111
"eslint-plugin-ember": "^12.0.2",
112112
"eslint-plugin-n": "^17.3.1",

ember-primitives/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"@babel/preset-typescript": "^7.23.3",
6161
"@ember/test-helpers": "^3.3.0",
6262
"@ember/test-waiters": "^3.1.0",
63-
"@embroider/addon-dev": "4.3.1",
63+
"@embroider/addon-dev": "5.0.0",
6464
"@glimmer/component": "^1.1.2",
6565
"@glimmer/tracking": "^1.1.2",
6666
"@glint/core": "^1.3.0",
6767
"@glint/environment-ember-loose": "^1.3.0",
6868
"@glint/environment-ember-template-imports": "^1.3.0",
6969
"@glint/template": "^1.3.0",
70-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
70+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7171
"@rollup/plugin-babel": "^6.0.4",
7272
"@tsconfig/ember": "^3.0.5",
7373
"@typescript-eslint/eslint-plugin": "^7.7.1",
@@ -79,12 +79,12 @@
7979
"ember-source": "^5.8.0",
8080
"ember-template-imports": "^4.1.0",
8181
"ember-template-lint": "^6.0.0",
82-
"eslint": "^8.56.0",
82+
"eslint": "^9.0.0",
8383
"eslint-config-prettier": "^9.1.0",
8484
"eslint-plugin-ember": "^12.0.0",
8585
"eslint-plugin-node": "^11.1.0",
8686
"eslint-plugin-prettier": "^5.1.3",
87-
"execa": "^8.0.1",
87+
"execa": "^9.0.0",
8888
"fix-bad-declaration-output": "^1.1.4",
8989
"prettier": "^3.2.5",
9090
"prettier-plugin-ember-template-tag": "^2.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "^3.2.5",
2525
"prettier-plugin-ember-template-tag": "^2.0.2",
2626
"release-plan": "^0.9.0",
27-
"turbo": "^1.13.2",
27+
"turbo": "^2.0.0",
2828
"typescript": "^5.4.5"
2929
},
3030
"engines": {

0 commit comments

Comments
 (0)