Skip to content

Commit d514383

Browse files
committed
chore: bump deps & lint
1 parent 7593a7b commit d514383

11 files changed

+2475
-2378
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "windicss-webpack-plugin",
33
"version": "1.7.8",
4-
"packageManager": "pnpm@7.1.3",
4+
"packageManager": "pnpm@8.7.4",
55
"license": "MIT",
66
"author": {
77
"name": "Harlan Wilton",
@@ -42,7 +42,7 @@
4242
"dev:vue-nx": "yarn build && cd example/vue-cli-next && yarn serve"
4343
},
4444
"dependencies": {
45-
"@windicss/plugin-utils": "^1.8.10",
45+
"@windicss/plugin-utils": "^1.9.1",
4646
"debug": "^4.3.4",
4747
"get-port": "^6.1.2",
4848
"loader-utils": "^2.0.0",
@@ -52,7 +52,7 @@
5252
"windicss": "^3.5.6"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "^0.35.2",
55+
"@antfu/eslint-config": "^0.42.0",
5656
"@babel/preset-env": "^7.20.2",
5757
"@babel/preset-react": "^7.18.6",
5858
"@intlify/vue-i18n-loader": "^4.2.0",
@@ -64,7 +64,7 @@
6464
"babel-loader": "^8.2.3",
6565
"bumpp": "^8.2.1",
6666
"css-loader": "^5.2.7",
67-
"eslint": "^8.33.0",
67+
"eslint": "^8.49.0",
6868
"less": "^4.1.3",
6969
"less-loader": "^7.3.0",
7070
"postcss-loader": "^5.3.0",
@@ -73,8 +73,8 @@
7373
"schema-utils": "^3.1.1",
7474
"stylus": "^0.54.8",
7575
"stylus-loader": "^3.0.2",
76-
"typescript": "^4.9.5",
77-
"unbuild": "^1.1.1",
76+
"typescript": "^5.2.2",
77+
"unbuild": "^2.0.0",
7878
"vite": "^4.1.1",
7979
"vitest": "^0.28.4",
8080
"vue-loader": "^15.9.8",

0 commit comments

Comments
 (0)