Skip to content

Commit

Permalink
[not verified] Update react-router monorepo (#28303)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and romarioraffington committed Jan 12, 2023
1 parent 63b5d05 commit 99a6cfc
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 64 deletions.
79 changes: 20 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "2.7.3",
"version": "2.7.4-alpha",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@wordpress/icons": "9.13.0",
"classnames": "2.3.1",
"prop-types": "15.8.1",
"react-router-dom": "6.2.2"
"react-router-dom": "6.6.2"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '2.7.3';
const PACKAGE_VERSION = '2.7.4-alpha';

/**
* Initialize My Jetpack
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"postcss-custom-properties": "12.1.7",
"prop-types": "15.7.2",
"react-redux": "7.2.8",
"react-router-dom": "5.2.0",
"react-router-dom": "5.3.4",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"refx": "3.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/protect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.2"
"react-router-dom": "6.6.2"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
Expand Down

0 comments on commit 99a6cfc

Please sign in to comment.