Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#12)
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 <[email protected]>
  • Loading branch information
renovate[bot] and sxzz authored Apr 9, 2024
1 parent ee19689 commit 87ebca7
Show file tree
Hide file tree
Showing 6 changed files with 1,244 additions and 1,044 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { sxzz } from '@sxzz/eslint-config'
export default sxzz()
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": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.6",
"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.5",
"lightningcss": "^1.22.1",
"magic-string": "^0.30.5",
"unplugin": "^1.5.1"
"@rollup/pluginutils": "^5.1.0",
"lightningcss": "^1.24.1",
"magic-string": "^0.30.9",
"unplugin": "^1.10.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.6",
"@types/rollup-plugin-css-only": "^3.1.3",
"@vue-macros/test-utils": "^1.3.0",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"rollup": "^4.5.0",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"rollup-plugin-css-only": "^4.5.2",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.5",
"vitest": "^1.0.4",
"vue": "^3.3.8"
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 87ebca7

Please sign in to comment.