Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 5, 2023
1 parent ed47757 commit faff34b
Show file tree
Hide file tree
Showing 9 changed files with 456 additions and 518 deletions.
6 changes: 3 additions & 3 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "4.2.1"
"vue-router": "4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*",
"vite-plugin-vue-markdown": "^0.23.5"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-router-config": "^5.0.7",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.0",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions examples/remix-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-router-config": "^5.0.7",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.0",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.5"
"solid-js": "^1.7.6"
},
"devDependencies": {
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "4.2.1"
"vue-router": "4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue-router": "^4.2.2"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/node": "^18.16.13",
"@types/node": "^18.16.16",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
Expand All @@ -25,8 +25,8 @@
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"serve-static": "^1.15.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pages": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"dependencies": {
"react": "^18.2.0",
"vue": "^3.3.4",
"vue-router": "4.2.1"
"vue-router": "4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"nodemon": "^2.0.22",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28",
"vite-plugin-pages": "workspace:*",
"vite-plugin-vue-markdown": "^0.23.5"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,27 @@
"yaml": "^2.3.1"
},
"devDependencies": {
"@antfu/utils": "^0.7.2",
"@antfu/utils": "^0.7.4",
"@hannoeru/eslint-config": "^0.9.5",
"@solidjs/router": "^0.8.2",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^18.16.16",
"@vitest/ui": "^0.31.1",
"@vitest/ui": "^0.31.4",
"@vue/compiler-sfc": "^3.3.4",
"bumpp": "^9.1.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"playwright": "^1.33.0",
"playwright": "^1.34.3",
"react": "^18.2.0",
"react-router": "^6.11.2",
"solid-js": "^1.7.5",
"solid-js": "^1.7.6",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vitest": "^0.31.4",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue-router": "^4.2.2"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit faff34b

Please sign in to comment.