Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 29, 2024
1 parent db72fe0 commit 860baa1
Show file tree
Hide file tree
Showing 15 changed files with 1,172 additions and 533 deletions.
6 changes: 3 additions & 3 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.2.1",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.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": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.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.3.5",
"vite": "^4.5.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.3.5",
"vite": "^4.5.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.2.1",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.22",
"pug": "^3.0.2",
"sass": "^1.62.1",
"pug": "^3.0.3",
"sass": "^1.81.0",
"stylus": "^0.59.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.5",
"vite-plugin-windicss": "workspace:*"
}
}
8 changes: 4 additions & 4 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.2.1",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.22",
"sass": "^1.62.1",
"sass": "^1.81.0",
"stylus": "^0.59.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.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.3.5",
"vite": "^4.5.5",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.6"
}
Expand Down
6 changes: 3 additions & 3 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.2.1",
"@vitejs/plugin-vue": "^4.6.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.5",
"vite-plugin-windicss": "workspace:*"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.9.3",
"private": true,
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.15.9",
"keywords": [
"vite",
"vite-plugin",
Expand All @@ -23,30 +23,30 @@
},
"devDependencies": {
"@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": "^11.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.6",
"@types/pug": "^2.0.6",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.10",
"@types/connect": "^3.4.38",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/micromatch": "^4.0.9",
"@types/node": "^18.19.67",
"@types/pug": "^2.0.10",
"@windicss/config": "workspace:*",
"@windicss/plugin-utils": "workspace:*",
"bumpp": "^9.1.0",
"debug": "^4.3.4",
"eslint": "^8.40.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"bumpp": "^9.8.1",
"debug": "^4.3.7",
"eslint": "^8.57.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"git-ensure": "^0.1.0",
"magic-string": "^0.30.0",
"pnpm": "^8.4.0",
"rollup": "^3.21.5",
"magic-string": "^0.30.14",
"pnpm": "^8.15.9",
"rollup": "^3.29.5",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"typescript": "^5.7.2",
"vite": "^4.5.5",
"vite-plugin-restart": "^0.3.1",
"vitest": "^0.31.0",
"vitest": "^0.31.4",
"windicss": "^3.5.6"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"debug": "^4.3.4",
"jiti": "^1.18.2",
"debug": "^4.3.7",
"jiti": "^1.21.6",
"windicss": "^3.5.6"
}
}
12 changes: 6 additions & 6 deletions packages/plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@antfu/utils": "^0.7.10",
"@windicss/config": "workspace:*",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.0",
"micromatch": "^4.0.5",
"debug": "^4.3.7",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.14",
"micromatch": "^4.0.8",
"windicss": "^3.5.6"
},
"devDependencies": {
"pug": "^3.0.2"
"pug": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/rollup-plugin-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"rollup": "^2.0.0"
"rollup": "*"
},
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
"debug": "^4.3.4",
"debug": "^4.3.7",
"windicss": "^3.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/vite-plugin-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vite": "^2.0.1 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
"vite": "*"
},
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
"debug": "^4.3.4",
"debug": "^4.3.7",
"kolorist": "^1.8.0",
"windicss": "^3.5.6"
},
"devDependencies": {
"vite": "^4.3.5"
"vite": "^4.5.5"
}
}
Loading

0 comments on commit 860baa1

Please sign in to comment.