Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 93e735d commit 4e0f7fc
Show file tree
Hide file tree
Showing 2 changed files with 1,536 additions and 1,199 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-lightningcss",
"version": "0.1.0",
"packageManager": "[email protected].6",
"packageManager": "[email protected].9",
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,29 +74,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"lightningcss": "^1.24.1",
"magic-string": "^0.30.9",
"unplugin": "^1.10.1"
"@rollup/pluginutils": "^5.1.2",
"lightningcss": "^1.27.0",
"magic-string": "^0.30.11",
"unplugin": "^1.14.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.6",
"@sxzz/eslint-config": "^3.17.4",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.16.10",
"@types/rollup-plugin-css-only": "^3.1.3",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.6.0",
"eslint": "^9.11.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"prettier": "^3.3.3",
"rollup": "^4.22.5",
"rollup-plugin-css-only": "^4.5.2",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^2.0.3",
"vue": "^3.4.21"
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue": "^3.5.10"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 4e0f7fc

Please sign in to comment.