-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade pnpm and drop Node 14 (#620)
* chore: upgrade dependencies * upgrade one more * update pnpm * update package.json
- Loading branch information
Showing
3 changed files
with
1,810 additions
and
1,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,10 @@ | |
"coffeescript" | ||
], | ||
"engines": { | ||
"node": ">= 14.10.0" | ||
"node": ">= 16.0.0", | ||
"pnpm": "^8.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "14.19.2" | ||
}, | ||
|
@@ -56,17 +58,17 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.23.6", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@kiwi/eslint-config": "^2.0.2", | ||
"@kiwi/prettier-config": "^2.0.2", | ||
"@types/babel__core": "^7.1.20", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^14.18.34", | ||
"@types/stylus": "^0.48.38", | ||
"autoprefixer": "^9.8.8", | ||
"autoprefixer": "^10.4.16", | ||
"babel-minify": "^0.5.2", | ||
"coffeescript": "^2.7.0", | ||
"conventional-changelog-cli": "^2.2.2", | ||
|
@@ -75,22 +77,22 @@ | |
"jest": "^29.5.0", | ||
"less": "^3.13.1", | ||
"lint-staged": "^10.5.4", | ||
"postcss": "^8.4.19", | ||
"postcss-easy-import": "^3.0.0", | ||
"postcss": "^8.4.32", | ||
"postcss-easy-import": "^4.0.0", | ||
"postcss-load-config": "^3.1.4", | ||
"prettier": "^2.8.1", | ||
"pug": "^3.0.2", | ||
"sass": "^1.56.2", | ||
"stylus": "^0.55.0", | ||
"sugarss": "^4.0.0", | ||
"svelte": "^3.54.0", | ||
"ts-jest": "^29.0.5", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.0.2" | ||
}, | ||
"dependencies": { | ||
"@types/pug": "^2.0.6", | ||
"detect-indent": "^6.1.0", | ||
"magic-string": "^0.27.0", | ||
"magic-string": "^0.30.5", | ||
"sorcery": "^0.11.0", | ||
"strip-indent": "^3.0.0" | ||
}, | ||
|
Oops, something went wrong.