diff --git a/examples/auth/package.json b/examples/auth/package.json index aa7207220e..e9004c03b0 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^3.0.0", diff --git a/examples/basic/package.json b/examples/basic/package.json index 850b7a6165..2da72d485b 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/custom-filter-link/package.json b/examples/custom-filter-link/package.json index eaaf4a4abc..e5b91520d3 100644 --- a/examples/custom-filter-link/package.json +++ b/examples/custom-filter-link/package.json @@ -11,8 +11,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^3.0.0", diff --git a/examples/custom-link/package.json b/examples/custom-link/package.json index c285b679c7..a5b7811392 100644 --- a/examples/custom-link/package.json +++ b/examples/custom-link/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/custom-query-parsing/package.json b/examples/custom-query-parsing/package.json index 6ad121c951..c51c3848e0 100644 --- a/examples/custom-query-parsing/package.json +++ b/examples/custom-query-parsing/package.json @@ -11,8 +11,8 @@ "jsurl": "0.1.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/lazy-loading/package.json b/examples/lazy-loading/package.json index 2c273a9aa3..40403e5fd6 100644 --- a/examples/lazy-loading/package.json +++ b/examples/lazy-loading/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/modal/package.json b/examples/modal/package.json index b3785c4846..8928e4e5aa 100644 --- a/examples/modal/package.json +++ b/examples/modal/package.json @@ -11,8 +11,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/multi-app/package.json b/examples/multi-app/package.json index 0344c9459c..acab3ed5e4 100644 --- a/examples/multi-app/package.json +++ b/examples/multi-app/package.json @@ -14,8 +14,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^3.0.0", diff --git a/examples/route-objects/package.json b/examples/route-objects/package.json index 850b7a6165..2da72d485b 100644 --- a/examples/route-objects/package.json +++ b/examples/route-objects/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^2.2.1", diff --git a/examples/search-params/package.json b/examples/search-params/package.json index 16e257a88e..cfdf19463e 100644 --- a/examples/search-params/package.json +++ b/examples/search-params/package.json @@ -10,8 +10,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^3.0.0", diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 8dfe70ad53..3ceda7d1d0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -16,8 +16,8 @@ "history": "^5.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "6.0.2", - "react-router": "6.0.2" + "react-router-dom": "6.1.0", + "react-router": "6.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^3.0.0", diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index 351a281f80..d566e76331 100644 --- a/packages/react-router-dom/package.json +++ b/packages/react-router-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-router-dom", - "version": "6.0.2", + "version": "6.1.0", "author": "Remix Software ", "description": "Declarative routing for React web applications", "repository": { @@ -14,7 +14,7 @@ "types": "./index.d.ts", "unpkg": "./umd/react-router-dom.production.min.js", "dependencies": { - "react-router": "6.0.2", + "react-router": "6.1.0", "history": "^5.1.0" }, "peerDependencies": { diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index 5fa35992a0..da542d7ded 100644 --- a/packages/react-router-native/package.json +++ b/packages/react-router-native/package.json @@ -1,6 +1,6 @@ { "name": "react-router-native", - "version": "6.0.2", + "version": "6.1.0", "author": "Remix Software ", "description": "Declarative routing for React Native applications", "repository": { @@ -13,7 +13,7 @@ "types": "./index.d.ts", "dependencies": { "@ungap/url-search-params": "^0.1.4", - "react-router": "6.0.2", + "react-router": "6.1.0", "history": "^5.1.0" }, "peerDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 2038dba514..3e21e0e7bc 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "6.0.2", + "version": "6.1.0", "author": "Remix Software ", "description": "Declarative routing for React", "repository": {