Skip to content

Commit 0bfb62a

Browse files
Update devDependencies
1 parent 378c6fd commit 0bfb62a

File tree

7 files changed

+187
-140
lines changed

7 files changed

+187
-140
lines changed

codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"concurrently": "^8.2.2",
3030
"eslint": "^8.35.0",
3131
"prettier": "^3.1.1",
32-
"typescript": "~5.5.0",
32+
"typescript": "~5.8.0",
3333
"vitest": "^2.0.5"
3434
},
3535
"dependencies": {

dev/estimate-bytes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"js-yaml": "4.1.0",
1111
"terser": "^5.12.1",
1212
"tmp-promise": "^3.0.3",
13-
"yaml": "2.4.5"
13+
"yaml": "2.8.0"
1414
},
1515
"volta": {
1616
"extends": "../../package.json"

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs:watch": "typedoc --options ./typedoc.config.json --watch"
1010
},
1111
"devDependencies": {
12-
"typedoc": "^0.26.0",
12+
"typedoc": "^0.28.0",
1313
"typedoc-github-wiki-theme": "^1.0.1",
1414
"typedoc-gitlab-wiki-theme": "^1.0.0",
1515
"typedoc-plugin-markdown": "^3.14.0",

ember-resources/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
}
6161
},
6262
"devDependencies": {
63-
"@arethetypeswrong/cli": "^0.15.0",
64-
"@babel/core": "7.24.7",
63+
"@arethetypeswrong/cli": "^0.18.0",
64+
"@babel/core": "7.27.1",
6565
"@babel/eslint-parser": "^7.19.1",
6666
"@babel/plugin-proposal-class-properties": "7.18.6",
67-
"@babel/plugin-proposal-decorators": "7.24.7",
68-
"@babel/plugin-syntax-decorators": "7.24.7",
67+
"@babel/plugin-proposal-decorators": "7.27.1",
68+
"@babel/plugin-syntax-decorators": "7.27.1",
6969
"@babel/plugin-transform-runtime": "^7.18.5",
7070
"@babel/plugin-transform-typescript": "^7.18.4",
7171
"@babel/preset-typescript": "^7.17.12",
@@ -84,11 +84,11 @@
8484
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
8585
"eslint-plugin-qunit": "^8.0.0",
8686
"execa": "^8.0.0",
87-
"expect-type": "^0.19.0",
87+
"expect-type": "^0.20.0",
8888
"fix-bad-declaration-output": "^1.0.1",
8989
"prettier": "^3.1.1",
9090
"prettier-plugin-ember-template-tag": "^2.0.0",
91-
"typescript": "~5.5.0",
91+
"typescript": "~5.8.0",
9292
"vite": "^5.0.11",
9393
"vite-plugin-dts": "^3.7.0"
9494
},

0 commit comments

Comments
 (0)