Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Apr 25, 2021
1 parent f6cfed6 commit 526ba0f
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 167 deletions.
4 changes: 2 additions & 2 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"vue-router": "4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"cross-env": "^7.0.3",
"nodemon": "^2.0.7",
"typescript": "^4.2.4",
"vite": "^2.2.1",
"vite": "^2.2.2",
"vite-plugin-md": "^0.6.3",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"vue-router": "4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"cross-env": "^7.0.3",
"nodemon": "^2.0.7",
"typescript": "^4.2.4",
"vite": "^2.2.1",
"vite": "^2.2.2",
"vite-plugin-md": "^0.6.3",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/compression": "^1.7.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.41",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vue/server-renderer": "^3.0.11",
"compression": "^1.7.4",
Expand All @@ -29,7 +29,7 @@
"nodemon": "^2.0.7",
"serve-static": "^1.14.1",
"typescript": "^4.2.4",
"vite": "^2.2.1",
"vite": "^2.2.2",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"jest": "^26.6.3",
"jest-esbuild": "^0.1.6",
"rollup": "^2.45.2",
"ts-node": "^9.1.1",
"tsup": "^4.9.1",
"tsup": "^4.9.2",
"typescript": "^4.2.4",
"vite": "^2.2.1",
"vite": "^2.2.2",
"vue-router": "^4.0.6"
}
}
Loading

0 comments on commit 526ba0f

Please sign in to comment.