[dev] Monorepo: consolidate syncpack config, regroup react and testing deps around react version (#52022)
This commit is contained in:
parent
3237def0ef
commit
e148229edb
75
.syncpackrc
75
.syncpackrc
|
@ -81,10 +81,7 @@
|
|||
"babel*",
|
||||
"eslint*",
|
||||
"glob*",
|
||||
"jest*",
|
||||
"postcss*",
|
||||
"react*",
|
||||
"typescript",
|
||||
"webpack*"
|
||||
],
|
||||
"packages": [
|
||||
|
@ -103,19 +100,28 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"label": "React-related dependencies: React 18",
|
||||
"dependencies": [
|
||||
"@types/react"
|
||||
"react",
|
||||
"react-dom",
|
||||
"@types/react-dom",
|
||||
"@types/react",
|
||||
],
|
||||
"pinVersion": "^17.0.71",
|
||||
"pinVersion": "18.3.x",
|
||||
"packages": [
|
||||
"**"
|
||||
"@woocommerce/block-library",
|
||||
"@woocommerce/storybook"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "React-related dependencies: React 17",
|
||||
"dependencies": [
|
||||
"@types/react-dom"
|
||||
"react",
|
||||
"react-dom",
|
||||
"@types/react-dom",
|
||||
"@types/react",
|
||||
],
|
||||
"pinVersion": "^17.0.25",
|
||||
"pinVersion": "17.0.x",
|
||||
"packages": [
|
||||
"**"
|
||||
]
|
||||
|
@ -129,16 +135,6 @@
|
|||
],
|
||||
"pinVersion": "3.3.7"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"react",
|
||||
"react-dom"
|
||||
],
|
||||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "^17.0.2"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"typescript"
|
||||
|
@ -146,7 +142,7 @@
|
|||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "^5.3.3"
|
||||
"pinVersion": "5.3.x"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
|
@ -377,9 +373,33 @@
|
|||
"pinVersion": "^16.18.68"
|
||||
},
|
||||
{
|
||||
"label": "Testing related dependencies: React 18",
|
||||
"dependencies": [
|
||||
"@jest/test-sequencer",
|
||||
"@types/jest",
|
||||
"jest",
|
||||
"jest-cli",
|
||||
"jest-circus",
|
||||
"jest-each",
|
||||
"jest-environment-jsdom",
|
||||
"jest-environment-node",
|
||||
"babel-jest"
|
||||
],
|
||||
"packages": [
|
||||
"@woocommerce/block-library",
|
||||
"@woocommerce/storybook"
|
||||
],
|
||||
"pinVersion": "29.7.x"
|
||||
},
|
||||
{
|
||||
"label": "Testing related dependencies: React 17",
|
||||
"dependencies": [
|
||||
"@jest/test-sequencer",
|
||||
"@types/jest",
|
||||
"jest",
|
||||
"jest-cli",
|
||||
"jest-circus",
|
||||
"jest-each",
|
||||
"jest-environment-jsdom",
|
||||
"jest-environment-node",
|
||||
"babel-jest"
|
||||
|
@ -387,7 +407,7 @@
|
|||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "~27.5.1"
|
||||
"pinVersion": "27.5.x"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
|
@ -396,7 +416,16 @@
|
|||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "~29.1.1"
|
||||
"pinVersion": "29.1.x"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"ts-loader"
|
||||
],
|
||||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "9.5.x"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
|
@ -411,7 +440,6 @@
|
|||
"label": "Only manage versions for these dependencies",
|
||||
"dependencies": [
|
||||
"@types/node",
|
||||
"@types/react",
|
||||
"@types/wordpress__components",
|
||||
"@typescript-eslint/**",
|
||||
"@wordpress/**",
|
||||
|
@ -421,9 +449,6 @@
|
|||
"pnpm",
|
||||
"postcss",
|
||||
"postcss-loader",
|
||||
"react",
|
||||
"react-dom",
|
||||
"typescript"
|
||||
],
|
||||
"packages": [
|
||||
"**"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"css-loader": "^6.8.1",
|
||||
"glob": "^10.3.10",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"lint-staged": "^12.5.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"moment": "^2.29.4",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"sass": "^1.69.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"syncpack": "^10.9.3",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^5.89.0"
|
||||
},
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"react-resize-aware": "3.1.1",
|
||||
"@automattic/tour-kit>@wordpress/element": "4.4.1"
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@woocommerce/e2e-utils": "workspace:*",
|
||||
"config": "3.3.7"
|
||||
},
|
||||
|
@ -64,12 +64,12 @@
|
|||
"@woocommerce/api": "^0.2.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"jest-mock-extended": "^1.0.18",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -57,7 +57,7 @@
|
|||
"@wordpress/element": "wp-6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
|
@ -65,23 +65,23 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"@types/react": "17.0.x",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -70,8 +70,8 @@
|
|||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__core-data": "2.4.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -82,28 +82,28 @@
|
|||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x",
|
||||
"react-hooks^8.0.1": "link:@testing-library/react-hooks^8.0.1",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-rtl-plugin": "^2.0.0",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"allure-commandline": "^2.25.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-allure": "^0.1.3",
|
||||
"jest-runner-groups": "^2.2.0",
|
||||
"postman-collection": "^4.3.0",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -55,16 +55,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/create-hmac": "1.1.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"axios-mock-adapter": "^1.22.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"jest": "27.5.x",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -62,8 +62,8 @@
|
|||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__block-editor": "7.0.0",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
|
@ -74,24 +74,24 @@
|
|||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"@types/react": "17.0.x",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -119,12 +119,12 @@
|
|||
"react-transition-group": "^4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/react-dom": "17.0.x",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"lodash": "^4.17.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -142,7 +142,7 @@
|
|||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/canvas-confetti": "^1.6.4",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
|
@ -159,16 +159,16 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"uuid": "^9.0.1",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -53,16 +53,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -66,16 +66,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -73,7 +73,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
|
@ -88,21 +88,21 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -80,12 +80,12 @@
|
|||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/md5": "^2.3.5",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/wordpress__compose": "4.0.1",
|
||||
"@types/wordpress__core-data": "2.4.5",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
|
@ -94,19 +94,19 @@
|
|||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"redux": "^4.2.1",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
"moment": "^2.18.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/qs": "^6.9.10",
|
||||
|
@ -49,11 +49,11 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"d3-time-format": "^2.3.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -35,11 +35,11 @@
|
|||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
|
||||
"@jest/test-sequencer": "^27.5.1",
|
||||
"@jest/test-sequencer": "27.5.x",
|
||||
"@slack/web-api": "^6.10.0",
|
||||
"@woocommerce/api": "^0.2.0",
|
||||
"@wordpress/e2e-test-utils": "^4.16.1",
|
||||
|
@ -58,9 +58,9 @@
|
|||
"app-root-path": "^3.1.0",
|
||||
"commander": "4.1.1",
|
||||
"config": "3.3.7",
|
||||
"jest": "~27.5.1",
|
||||
"jest-circus": "27.5.1",
|
||||
"jest-each": "27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-circus": "27.5.x",
|
||||
"jest-each": "27.5.x",
|
||||
"jest-puppeteer": "^5.0.4",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"puppeteer": "2.1.1",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -50,11 +50,11 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -62,7 +62,7 @@
|
|||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/react-transition-group": "^4.4.10",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
|
@ -73,21 +73,21 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -64,19 +64,19 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -56,16 +56,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -61,7 +61,7 @@
|
|||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -70,11 +70,11 @@
|
|||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -52,14 +52,14 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"babel-jest": "~27.5.1",
|
||||
"babel-jest": "27.5.x",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"resize-observer-polyfill": "1.5.1",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -54,11 +54,11 @@
|
|||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -75,17 +75,17 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -59,8 +59,8 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"lodash": "^4.17.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -75,12 +75,12 @@
|
|||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"redux": "^4.2.1",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -55,17 +55,17 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -66,14 +66,14 @@
|
|||
"@wordpress/i18n": "wp-6.0",
|
||||
"classnames": "^2.3.2",
|
||||
"gridicons": "^3.4.2",
|
||||
"react": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"string-similarity": "4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/string-similarity": "4.0.0",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
|
@ -84,14 +84,14 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -89,8 +89,8 @@
|
|||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__block-editor": "7.0.0",
|
||||
"@types/wordpress__block-library": "2.6.1",
|
||||
|
@ -114,17 +114,17 @@
|
|||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x",
|
||||
"rimraf": "5.0.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-remove-empty-scripts": "^0.7.3",
|
||||
|
@ -151,10 +151,10 @@
|
|||
"watch:build:project:esm": "wireit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -61,18 +61,18 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@wordpress/jest-console": "^5.4.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -57,16 +57,16 @@
|
|||
"@babel/core": "^7.23.5",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-cli": "27.5.x",
|
||||
"rimraf": "5.0.5",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -21,8 +21,8 @@
|
|||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/jquery": "^3.5.29",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/react-dom": "17.0.x",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -30,11 +30,11 @@
|
|||
"@wordpress/env": "^10.1.0",
|
||||
"@wordpress/prettier-config": "2.17.0",
|
||||
"@wordpress/scripts": "^19.2.4",
|
||||
"babel-jest": "~27.5.1",
|
||||
"babel-jest": "27.5.x",
|
||||
"eslint": "^8.55.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-loader": "9.5.x",
|
||||
"typescript": "5.3.x",
|
||||
"uglify-js": "^3.17.4",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
|
@ -89,8 +89,8 @@
|
|||
"react-query": "^3.39.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.11.1",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -11,8 +11,8 @@
|
|||
"version": "2.4.0",
|
||||
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/react-dom": "17.0.x",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__plugins": "3.0.0",
|
||||
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
|
||||
|
@ -22,8 +22,8 @@
|
|||
"@wordpress/scripts": "^19.2.4",
|
||||
"eslint": "^8.55.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-loader": "9.5.x",
|
||||
"typescript": "5.3.x",
|
||||
"uglify-js": "^3.17.4",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
|
@ -49,10 +49,10 @@
|
|||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"@types/react": "17.0.x",
|
||||
"@types/react-dom": "17.0.x",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x"
|
||||
},
|
||||
"assets": {
|
||||
"js": {
|
||||
|
|
|
@ -215,8 +215,8 @@
|
|||
"glob-promise": "4.2.2",
|
||||
"handlebars": "^4.7.8",
|
||||
"ignore-loader": "0.1.2",
|
||||
"jest": "^29.7.0",
|
||||
"jest-circus": "27.5.1",
|
||||
"jest": "29.7.x",
|
||||
"jest-circus": "29.7.x",
|
||||
"jest-environment-puppeteer": "6.1.1",
|
||||
"jest-fetch-mock": "3.0.3",
|
||||
"jest-html-reporters": "3.0.10",
|
||||
|
@ -243,7 +243,7 @@
|
|||
"storybook-addon-react-docgen": "1.2.44",
|
||||
"stylelint": "^14.16.1",
|
||||
"terser-webpack-plugin": "5.3.6",
|
||||
"typescript": "5.3.2",
|
||||
"typescript": "5.3.x",
|
||||
"utility-types": "3.10.0",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-bundle-analyzer": "4.7.0",
|
||||
|
@ -301,8 +301,8 @@
|
|||
"wordpress-components-slotfill": "npm:@wordpress/components@wp-6.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.3.0",
|
||||
"react-dom": "^18.3.0"
|
||||
"react": "18.3.x",
|
||||
"react-dom": "18.3.x"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"ndb": "1.1.5"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: consolidate syncpack config around React 17/18 usage.
|
|
@ -90,8 +90,8 @@
|
|||
"memize": "^1.1.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"qs": "^6.11.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react": "17.0.x",
|
||||
"react-dom": "17.0.x",
|
||||
"react-router-dom": "~6.3.0",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"react-visibility-sensor": "^5.1.1",
|
||||
|
@ -124,11 +124,11 @@
|
|||
"@types/cookie": "^0.4.1",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/expect-puppeteer": "^4.4.7",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/puppeteer": "^4.0.3",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react": "17.0.x",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-transition-group": "^4.4.10",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
|
@ -179,7 +179,7 @@
|
|||
"@xstate/test": "0.5.1",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"await-exec": "^0.1.2",
|
||||
"babel-jest": "~27.5.1",
|
||||
"babel-jest": "27.5.x",
|
||||
"babel-loader": "^8.3.0",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
||||
|
@ -197,9 +197,9 @@
|
|||
"eslint-plugin-react": "^7.33.2",
|
||||
"expose-loader": "^3.1.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"jest": "~27.5.1",
|
||||
"jest-environment-jsdom": "~27.5.1",
|
||||
"jest-environment-node": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"jest-environment-jsdom": "27.5.x",
|
||||
"jest-environment-node": "27.5.x",
|
||||
"md5": "^2.3.0",
|
||||
"merge-config": "^2.0.0",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
|
@ -224,8 +224,8 @@
|
|||
"sass-loader": "^10.5.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"stylelint": "^14.16.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"typescript": "5.3.x",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-bundle-analyzer": "^3.9.0",
|
||||
|
|
|
@ -694,12 +694,12 @@
|
|||
"eslint-plugin-jest": "23.20.0",
|
||||
"eslint-plugin-playwright": "0.22.1",
|
||||
"istanbul": "1.0.0-alpha.2",
|
||||
"jest": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"mocha": "7.2.0",
|
||||
"nodemon": "^3.0.2",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"stylelint": "^14.16.1",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"uuid": "^9.0.1",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
|
|
1755
pnpm-lock.yaml
1755
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -27,15 +27,15 @@
|
|||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"jest": "27.5.x",
|
||||
"ts-jest": "29.1.x",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"oclif": {
|
||||
|
|
|
@ -51,16 +51,16 @@
|
|||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/jest": "27.5.x",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest": "27.5.x",
|
||||
"replace": "^1.2.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-jest": "29.1.x",
|
||||
"ts-loader": "9.5.x",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.3"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"oclif": {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"@types/node": "^16.18.68",
|
||||
"@types/node-fetch": "^2.6.9",
|
||||
"@types/semver": "^7.5.6",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -49,10 +49,10 @@
|
|||
"@storybook/react-webpack5": "7.6.19",
|
||||
"@storybook/theming": "7.6.19",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react": "18.3.x",
|
||||
"react-dom": "18.3.x",
|
||||
"storybook": "7.6.19",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "5.3.x",
|
||||
"webpack": "^5.89.0",
|
||||
"wireit": "0.14.3"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue