Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 30, 2023
1 parent c9ed657 commit 970c969
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 242 deletions.
22 changes: 11 additions & 11 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.8.0",
"packageManager": "pnpm@8.10.0",
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,28 +74,28 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.4",
"@rollup/pluginutils": "^5.0.5",
"lightningcss": "^1.22.0",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/eslint-config": "^3.7.0",
"@sxzz/prettier-config": "^1.0.4",
"@types/node": "^20.8.2",
"@types/rollup-plugin-css-only": "^3.1.1",
"@vue-macros/test-utils": "^1.1.3",
"@types/node": "^20.8.9",
"@types/rollup-plugin-css-only": "^3.1.2",
"@vue-macros/test-utils": "^1.2.0",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint": "^8.52.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"engines": {
Expand Down

0 comments on commit 970c969

Please sign in to comment.