Skip to content

Commit cfc06f6

Browse files
Update devDependencies
1 parent 3d88713 commit cfc06f6

File tree

5 files changed

+4094
-2249
lines changed

5 files changed

+4094
-2249
lines changed

dev/estimate-bytes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"esbuild": "^0.18.0",
6+
"esbuild": "^0.23.0",
77
"filesize": "^10.0.0",
88
"globby": "^14.0.0",
99
"gzip-cli": "^1.2.0",
1010
"js-yaml": "4.1.0",
1111
"terser": "^5.12.1",
1212
"tmp-promise": "^3.0.3",
13-
"yaml": "2.3.4"
13+
"yaml": "2.4.5"
1414
},
1515
"volta": {
1616
"extends": "../../package.json"

ember-modify-based-class-resource/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
}
6363
},
6464
"devDependencies": {
65-
"@babel/core": "7.22.10",
65+
"@babel/core": "7.24.8",
6666
"@babel/eslint-parser": "^7.19.1",
6767
"@babel/plugin-proposal-class-properties": "7.18.6",
68-
"@babel/plugin-proposal-decorators": "7.22.10",
69-
"@babel/plugin-syntax-decorators": "7.22.10",
68+
"@babel/plugin-proposal-decorators": "7.24.7",
69+
"@babel/plugin-syntax-decorators": "7.24.7",
7070
"@babel/plugin-transform-runtime": "^7.18.5",
7171
"@babel/plugin-transform-typescript": "^7.18.4",
7272
"@babel/preset-typescript": "^7.17.12",
@@ -90,17 +90,17 @@
9090
"concurrently": "^8.0.0",
9191
"ember-async-data": "^1.0.1",
9292
"ember-resources": "^6.4.3",
93-
"ember-source": "5.5.0",
93+
"ember-source": "5.10.0",
9494
"ember-template-lint": "5.13.0",
9595
"eslint": "^8.35.0",
96-
"expect-type": "^0.16.0",
96+
"expect-type": "^0.19.0",
9797
"prettier": "^3.0.0",
9898
"prettier-plugin-ember-template-tag": "^1.0.0",
99-
"rollup": "4.8.0",
99+
"rollup": "4.18.1",
100100
"rollup-plugin-copy": "^3.4.0",
101101
"rollup-plugin-ts": "^3.2.0",
102102
"tslib": "^2.5.0",
103-
"typescript": "~5.3.0"
103+
"typescript": "~5.5.0"
104104
},
105105
"publishConfig": {
106106
"registry": "https://registry.npmjs.org"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "^8.35.0",
2121
"loader.js": "^4.7.0",
2222
"prettier": "^3.0.0",
23-
"release-plan": "^0.6.0",
23+
"release-plan": "^0.9.0",
2424
"typescript": "^5.0.0"
2525
},
2626
"packageManager": "pnpm@8.12.1",

0 commit comments

Comments
 (0)