Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NPM package dependencies #1258

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@
"handlebars-loader": "^1.7.0",
"http-server": "^14.1.0",
"less": "^4.0.0",
"less-loader": "^11.0.0",
"less-loader": "^11.0.0 || ^12.0.0",
"mocha": "^10.0.0",
"postcss": "^8.3.0",
"postcss-loader": "^7.0.0",
"postcss-loader": "^7.0.0 || ^8.0.0",
"preact": "^10.5.0",
"preact-compat": "^3.17.0",
"sass": "^1.17.0",
"sass-loader": "^13.0.0 || ^14.0.0",
"sinon": "^14.0.0",
"strip-ansi": "^6.0.0",
"stylus": "^0.60.0",
"stylus-loader": "^7.0.0",
"stylus": "^0.60.0 || ^0.62.0",
"stylus-loader": "^7.0.0 || ^8.0.0",
"svelte": "^3.50.0 || ^4.2.2",
"svelte-loader": "^3.1.0",
"ts-loader": "^9.0.0",
Expand Down Expand Up @@ -119,13 +119,13 @@
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.0",
"less": "^4.0.0",
"less-loader": "^11.0.0",
"less-loader": "^11.0.0 || ^12.0.0",
"postcss": "^8.3.0",
"postcss-loader": "^7.0.0",
"postcss-loader": "^7.0.0 || ^8.0.0",
"sass": "^1.17.0",
"sass-loader": "^13.0.0 || ^14.0.0",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"stylus": "^0.60.0 || ^0.62.0",
abozhinov marked this conversation as resolved.
Show resolved Hide resolved
"stylus-loader": "^7.0.0 || ^8.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.2 || ^5.0.0",
"vue": "^2.6 || ^3.2.14",
Expand Down