Skip to content

Commit 54b6282

Browse files
committed
chore(dependencies): lock packages
Use fixed package versions
1 parent 168b2e2 commit 54b6282

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

frameworks/non-keyed/aurelia2/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/non-keyed/aurelia2/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"build-prod": "vite build"
1818
},
1919
"dependencies": {
20-
"aurelia": "latest"
20+
"aurelia": "^2.0.0-beta.22"
2121
},
2222
"devDependencies": {
23+
"@aurelia/testing": "^2.0.0-beta.22",
24+
"@aurelia/vite-plugin": "^2.0.0-beta.22",
25+
"@babel/core": "^7.26.0",
26+
"@babel/eslint-parser": "^7.25.9",
27+
"@babel/plugin-proposal-decorators": "^7.25.9",
28+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
29+
"@babel/preset-env": "^7.26.0",
2330
"eslint": "^9.17.0",
2431
"globals": "^15.14.0",
25-
"@aurelia/testing": "latest",
2632
"stylelint": "^16.12.0",
2733
"stylelint-config-standard": "^36.0.1",
28-
"@aurelia/vite-plugin": "latest",
2934
"vite": "^6.0.3",
30-
"vite-plugin-node-polyfills": "^0.22.0",
3135
"vite-plugin-babel": "^1.3.0",
32-
"@babel/plugin-proposal-decorators": "^7.25.9",
33-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
34-
"@babel/core": "^7.26.0",
35-
"@babel/preset-env": "^7.26.0",
36-
"@babel/eslint-parser": "^7.25.9"
36+
"vite-plugin-node-polyfills": "^0.22.0"
3737
}
3838
}

0 commit comments

Comments
 (0)