Skip to content

Commit

Permalink
fix(vite-config-custom): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 13, 2023
1 parent e666241 commit 52155c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/vite-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terwer/vite-config-custom",
"version": "0.1.2",
"version": "0.2.0",
"description": "custom config for vite",
"keywords": [
"vite",
Expand All @@ -10,14 +10,14 @@
"author": "terwer",
"license": "GPL",
"peerDependencies": {
"jsdom": "^21.1.1",
"jsdom": "^22.0.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite": "^4.3.5",
"vite-plugin-css-injected-by-js": "^3.1.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-static-copy": "^0.14.0",
"vite-plugin-static-copy": "^0.15.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1",
"vitest": "^0.31.0",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down

0 comments on commit 52155c0

Please sign in to comment.