Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 9, 2023
1 parent 4c535c9 commit 9f1a3e1
Show file tree
Hide file tree
Showing 21 changed files with 1,787 additions and 1,555 deletions.
8 changes: 4 additions & 4 deletions examples/attributify-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"vue": "^3.2.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions examples/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve": "vite preview"
},
"devDependencies": {
"typescript": "^4.9.4",
"vite": "^4.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serve": "vite preview"
},
"devDependencies": {
"vite": "^4.0.1",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"devDependencies": {
"vite": "^4.0.1",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vue-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"vue": "^3.2.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"nodemon": "^2.0.22",
"pug": "^3.0.2",
"sass": "^1.56.2",
"sass": "^1.62.1",
"stylus": "^0.59.0",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"vue": "^3.2.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"sass": "^1.56.2",
"nodemon": "^2.0.22",
"sass": "^1.62.1",
"stylus": "^0.59.0",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serve": "vite preview"
},
"devDependencies": {
"vite": "^4.0.1",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/windicss-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"vue": "^3.2.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-windicss": "workspace:*"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.8.10",
"private": true,
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@8.4.0",
"keywords": [
"vite",
"vite-plugin",
Expand All @@ -16,37 +16,37 @@
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"publish:ci": "pnpm -r --filter=./packages/* publish --access public --no-git-checks",
"release": "npx bumpp package.json packages/*/package.json --commit --tag --push",
"release": "bumpp -r",
"test": "vitest",
"test:examples": "pnpm -r --filter=./examples/* run build",
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@antfu/ni": "^0.18.8",
"@antfu/eslint-config": "^0.38.6",
"@antfu/ni": "^0.21.3",
"@antfu/utils": "^0.7.2",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.13",
"@types/node": "^18.16.6",
"@types/pug": "^2.0.6",
"@windicss/config": "workspace:*",
"@windicss/plugin-utils": "workspace:*",
"bumpp": "^8.2.1",
"bumpp": "^9.1.0",
"debug": "^4.3.4",
"eslint": "^8.29.0",
"eslint": "^8.40.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"git-ensure": "^0.1.0",
"magic-string": "^0.27.0",
"pnpm": "^7.18.2",
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vite-plugin-restart": "^0.2.0",
"vitest": "^0.25.7",
"magic-string": "^0.30.0",
"pnpm": "^8.4.0",
"rollup": "^3.21.5",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-restart": "^0.3.1",
"vitest": "^0.31.0",
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"jiti": "^1.16.0",
"jiti": "^1.18.2",
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@windicss/config": "workspace:*",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
"magic-string": "^0.27.0",
"magic-string": "^0.30.0",
"micromatch": "^4.0.5",
"windicss": "^3.5.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
"debug": "^4.3.4",
"kolorist": "^1.6.0",
"kolorist": "^1.8.0",
"windicss": "^3.5.6"
},
"devDependencies": {
"vite": "^4.0.1"
"vite": "^4.3.5"
}
}
Loading

0 comments on commit 9f1a3e1

Please sign in to comment.