diff --git a/examples/react-router-5/package.json b/examples/react-router-5/package.json index e6a7cfe..c5a2823 100644 --- a/examples/react-router-5/package.json +++ b/examples/react-router-5/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "typescript": "^4.6.3", - "vite": "^2.9.13" + "vite": "^2.9.16" } } diff --git a/examples/react-router-6/package.json b/examples/react-router-6/package.json index 980e562..769b090 100644 --- a/examples/react-router-6/package.json +++ b/examples/react-router-6/package.json @@ -18,6 +18,6 @@ "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "typescript": "^4.6.3", - "vite": "^2.9.13" + "vite": "^2.9.16" } } diff --git a/packages/react-router-loading/package.json b/packages/react-router-loading/package.json index 92a6023..fc9a61e 100644 --- a/packages/react-router-loading/package.json +++ b/packages/react-router-loading/package.json @@ -48,7 +48,7 @@ "react": "^18.1.0", "react-router": "^6.3.0", "typescript": "^4.6.3", - "vite": "^2.9.13", + "vite": "^2.9.16", "vite-plugin-dts": "^1.2.0" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 634ece8..85eeeff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2041,7 +2041,7 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^2.59.0: +"rollup@>=2.59.0 <2.78.0": version "2.77.3" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12" integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g== @@ -2327,15 +2327,15 @@ vite-plugin-dts@^1.2.0: fs-extra "^10.0.1" ts-morph "^14.0.0" -vite@^2.9.13: - version "2.9.13" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc" - integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw== +vite@^2.9.16: + version "2.9.16" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9" + integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA== dependencies: esbuild "^0.14.27" postcss "^8.4.13" resolve "^1.22.0" - rollup "^2.59.0" + rollup ">=2.59.0 <2.78.0" optionalDependencies: fsevents "~2.3.2"