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 13, 2022
1 parent 53b3cdd commit b794c35
Show file tree
Hide file tree
Showing 9 changed files with 1,917 additions and 978 deletions.
14 changes: 7 additions & 7 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.33",
"vue-router": "4.0.14"
"vue": "^3.2.37",
"vue-router": "4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"vite-plugin-md": "^0.13.0",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-md": "^0.14.1",
"vite-plugin-pages": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions examples/remix-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"serve": "vite preview"
},
"dependencies": {
"solid-app-router": "^0.3.2",
"solid-js": "^1.3.17"
"solid-app-router": "^0.3.3",
"solid-js": "^1.4.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*",
"vite-plugin-solid": "^2.2.6"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.33",
"vue-router": "4.0.14"
"vue": "^3.2.37",
"vue-router": "4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"vite-plugin-md": "^0.13.0",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-md": "^0.14.1",
"vite-plugin-pages": "workspace:*"
}
}
18 changes: 9 additions & 9 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"serve": "cross-env NODE_ENV=production esno server"
},
"dependencies": {
"vue": "^3.2.33",
"vue-router": "^4.0.14"
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/node": "^17.0.31",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"@types/node": "^17.0.42",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/server-renderer": "^3.2.37",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"esno": "^0.14.1",
"esno": "^0.16.3",
"express": "^4.18.1",
"fast-glob": "^3.2.11",
"nodemon": "^2.0.16",
"serve-static": "^1.15.0",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.0.0",
"vue": "^3.2.33",
"vue-router": "4.0.14"
"react": "^18.1.0",
"vue": "^3.2.37",
"vue-router": "4.0.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.13.0",
"vite-plugin-md": "^0.14.1",
"vite-plugin-pages": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@
"@hannoeru/eslint-config": "^0.8.10",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^17.0.31",
"@types/node": "^17.0.42",
"@vitest/ui": "^0.14.2",
"@vue/compiler-sfc": "^3.2.37",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"esno": "^0.16.3",
"playwright": "^1.21.1",
"react": "^18.0.0",
"playwright": "^1.22.2",
"react": "^18.1.0",
"react-router": "^6.3.0",
"solid-app-router": "^0.3.3",
"solid-js": "^1.4.4",
"tsup": "^5.12.9",
"tsup": "^6.1.2",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vitest": "^0.14.2",
Expand Down
Loading

0 comments on commit b794c35

Please sign in to comment.