Skip to content

Commit a95fa30

Browse files
chore(deps): update devdependencies
1 parent dbbd47b commit a95fa30

File tree

5 files changed

+675
-223
lines changed

5 files changed

+675
-223
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
@@ -74,7 +74,7 @@
7474
"@glint/environment-ember-loose": "^1.3.0",
7575
"@glint/environment-ember-template-imports": "^1.3.0",
7676
"@glint/template": "^1.3.0",
77-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
77+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7878
"@tailwindcss/typography": "^0.5.13",
7979
"@tsconfig/ember": "^3.0.5",
8080
"@types/babel__core": "^7.20.5",
@@ -105,7 +105,7 @@
105105
"ember-template-imports": "^4.1.0",
106106
"ember-template-lint": "^6.0.0",
107107
"ember-welcome-page": "^7.0.2",
108-
"eslint": "^8.57.0",
108+
"eslint": "^9.0.0",
109109
"eslint-config-prettier": "^9.1.0",
110110
"eslint-plugin-ember": "^12.0.2",
111111
"eslint-plugin-n": "^17.3.1",

ember-primitives/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
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)