Skip to content

Commit 87ebca7

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent ee19689 commit 87ebca7

6 files changed

Lines changed: 1244 additions & 1044 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { sxzz } from '@sxzz/eslint-config'
2+
export default sxzz()

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.1.0",
4-
"packageManager": "pnpm@8.10.5",
4+
"packageManager": "pnpm@8.15.6",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"keywords": [
77
"unplugin",
@@ -74,29 +74,29 @@
7474
"prepublishOnly": "pnpm run build"
7575
},
7676
"dependencies": {
77-
"@rollup/pluginutils": "^5.0.5",
78-
"lightningcss": "^1.22.1",
79-
"magic-string": "^0.30.5",
80-
"unplugin": "^1.5.1"
77+
"@rollup/pluginutils": "^5.1.0",
78+
"lightningcss": "^1.24.1",
79+
"magic-string": "^0.30.9",
80+
"unplugin": "^1.10.1"
8181
},
8282
"devDependencies": {
83-
"@sxzz/eslint-config": "^3.7.4",
84-
"@sxzz/prettier-config": "^2.0.0",
85-
"@types/node": "^20.9.2",
83+
"@sxzz/eslint-config": "^3.9.0",
84+
"@sxzz/prettier-config": "^2.0.1",
85+
"@types/node": "^20.12.6",
8686
"@types/rollup-plugin-css-only": "^3.1.3",
87-
"@vue-macros/test-utils": "^1.3.0",
88-
"bumpp": "^9.2.0",
89-
"eslint": "^8.54.0",
87+
"@vue-macros/test-utils": "^1.4.0",
88+
"bumpp": "^9.4.0",
89+
"eslint": "^8.57.0",
9090
"fast-glob": "^3.3.2",
91-
"prettier": "^3.1.0",
92-
"rollup": "^4.5.0",
91+
"prettier": "^3.2.5",
92+
"rollup": "^4.14.1",
9393
"rollup-plugin-css-only": "^4.5.2",
94-
"tsup": "^8.0.1",
95-
"tsx": "^4.1.4",
96-
"typescript": "^5.2.2",
97-
"vite": "^5.0.5",
98-
"vitest": "^1.0.4",
99-
"vue": "^3.3.8"
94+
"tsup": "^8.0.2",
95+
"tsx": "^4.7.2",
96+
"typescript": "^5.4.4",
97+
"vite": "^5.2.8",
98+
"vitest": "^1.4.0",
99+
"vue": "^3.4.21"
100100
},
101101
"engines": {
102102
"node": ">=16.14.0"

0 commit comments

Comments
 (0)