Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 30, 2022
1 parent 3cc2a1e commit e3031b3
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/plugins/package.json
Expand Up @@ -10,6 +10,6 @@
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-cjs/package.json
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"vite": "^2.9.12",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-esm/package.json
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"vite": "^2.9.12",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion examples/watch/package.json
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"vite": "^2.9.12",
"vite-plugin-windicss": "workspace:*",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,6 +47,6 @@
"vite": "^2.9.12",
"vite-plugin-restart": "^0.1.1",
"vitest": "^0.16.0",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -36,6 +36,6 @@
"dependencies": {
"debug": "^4.3.4",
"jiti": "^1.14.0",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-utils/package.json
Expand Up @@ -40,7 +40,7 @@
"fast-glob": "^3.2.11",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
},
"devDependencies": {
"pug": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-windicss/package.json
Expand Up @@ -41,6 +41,6 @@
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
"debug": "^4.3.4",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/vite-plugin-windicss/package.json
Expand Up @@ -46,7 +46,7 @@
"@windicss/plugin-utils": "workspace:*",
"debug": "^4.3.4",
"kolorist": "^1.5.1",
"windicss": "^3.5.5"
"windicss": "^3.5.6"
},
"devDependencies": {
"vite": "^2.9.12"
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3031b3

Please sign in to comment.