Skip to content

Commit

Permalink
Chore: Ensure WordPress packages share the same hoisted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 27, 2020
1 parent 38de844 commit c39f1b1
Show file tree
Hide file tree
Showing 10 changed files with 12,883 additions and 12,819 deletions.
25,684 changes: 12,873 additions & 12,811 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/requestidlecallback": "0.3.1",
"@types/semver": "7.2.0",
"@types/sprintf-js": "1.1.2",
"@types/uuid": "7.0.2",
"@types/uuid": "8.3.0",
"@types/webpack": "4.41.16",
"@types/webpack-sources": "0.1.7",
"@wordpress/babel-plugin-import-jsx-pragma": "file:packages/babel-plugin-import-jsx-pragma",
Expand Down Expand Up @@ -197,7 +197,7 @@
"stylelint-config-wordpress": "17.0.0",
"terser-webpack-plugin": "3.0.3",
"typescript": "4.0.3",
"uuid": "7.0.2",
"uuid": "8.3.0",
"wd": "1.12.1",
"webpack": "4.42.0",
"worker-farm": "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@wordpress/rich-text": "file:../rich-text",
"lodash": "^4.17.19",
"rememo": "^3.0.0",
"uuid": "^7.0.2"
"uuid": "^8.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/block-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@wordpress/a11y": "file:../a11y",
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/block-editor": "file:../block-editor",
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"showdown": "^1.9.1",
"simple-html-tokenizer": "^0.5.7",
"tinycolor2": "^1.4.1",
"uuid": "^7.0.2"
"uuid": "^8.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"reakit": "^1.1.0",
"rememo": "^3.0.0",
"tinycolor2": "^1.4.1",
"uuid": "^7.0.2"
"uuid": "^8.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/data-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/data": "file:../data"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chalk": "^4.0.0",
"expect-puppeteer": "^4.4.0",
"lodash": "^4.17.19",
"uuid": "^7.0.2"
"uuid": "^8.3.0"
},
"peerDependencies": {
"jest": ">=24",
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"classnames": "^2.2.5",
"lodash": "^4.17.19",
"rememo": "^3.0.0",
"uuid": "^7.0.2"
"uuid": "^8.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lodash": "^4.17.19",
"reakit": "^1.1.0",
"rememo": "^3.0.0",
"uuid": "^8.3.1"
"uuid": "^8.3.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c39f1b1

Please sign in to comment.