Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Oct 5, 2023
1 parent f6df1d3 commit 44af8a1
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 1,276 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-lightningcss",
"version": "0.0.1",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.8.0",
"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.0.2",
"lightningcss": "^1.21.5",
"magic-string": "^0.30.2",
"unplugin": "^1.4.0"
"@rollup/pluginutils": "^5.0.4",
"lightningcss": "^1.22.0",
"magic-string": "^0.30.4",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.3.2",
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/prettier-config": "^1.0.4",
"@types/node": "^20.4.8",
"@types/rollup-plugin-css-only": "^3.1.0",
"@vue-macros/test-utils": "^1.1.1",
"bumpp": "^9.1.1",
"eslint": "^8.46.0",
"@types/node": "^20.8.2",
"@types/rollup-plugin-css-only": "^3.1.1",
"@vue-macros/test-utils": "^1.1.3",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.1",
"rollup": "^3.28.0",
"prettier": "^3.0.3",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.1"
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 44af8a1

Please sign in to comment.