Skip to content

Commit

Permalink
chore: bump history dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Dec 17, 2021
1 parent f16c549 commit 11a3068
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-filter-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@reach/visually-hidden": "0.16.0",
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-query-parsing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"jsurl": "0.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@reach/dialog": "0.16.0",
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/route-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"compression": "1.7.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"history": "^5.0.3",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "next",
"history": "^5.0.0",
"history": "^5.2.0",
"jest": "^26.6.3",
"jsonfile": "^6.1.0",
"metro-react-native-babel-preset": "^0.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"unpkg": "./umd/react-router-dom.production.min.js",
"dependencies": {
"react-router": "6.2.0",
"history": "^5.1.0"
"history": "^5.2.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"react-router": "6.2.0",
"history": "^5.1.0"
"history": "^5.2.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": ">=16.8"
},
"dependencies": {
"history": "^5.1.0"
"history": "^5.2.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"history": "^5.0.1",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.0.0-beta.8"
Expand Down

0 comments on commit 11a3068

Please sign in to comment.