Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jan 13, 2022
1 parent beb04bc commit 8a0d11f
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 246 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite": "^2.7.11",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.1.0"
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,13 +13,13 @@
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-config": "^5.0.4",
"@types/react-router-config": "^5.0.5",
"@types/react-router-dom": "^5.3.2",
"@vitejs/plugin-react": "^1.1.4",
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite": "^2.7.11",
"vite-plugin-pages": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite": "^2.7.11",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"cross-env": "^7.0.3",
"esno": "^0.13.0",
"express": "^4.17.2",
"fast-glob": "^3.2.7",
"fast-glob": "^3.2.10",
"nodemon": "^2.0.15",
"serve-static": "^1.14.2",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite": "^2.7.11",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite": "^2.7.11",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"debug": "^4.3.3",
"deep-equal": "^2.0.5",
"fast-glob": "^3.2.7",
"fast-glob": "^3.2.10",
"json5": "^2.2.0",
"local-pkg": "^0.4.1",
"yaml": "^2.0.0-10"
Expand All @@ -74,12 +74,12 @@
"cross-env": "^7.0.3",
"eslint": "^8.6.0",
"esno": "^0.13.0",
"playwright": "^1.17.1",
"playwright": "^1.17.2",
"react-router": "^6.2.1",
"tsup": "^5.11.10",
"tsup": "^5.11.11",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vitest": "^0.0.132",
"vite": "^2.7.11",
"vitest": "^0.1.12",
"vue-router": "^4.0.12"
}
}
Loading

0 comments on commit 8a0d11f

Please sign in to comment.