Updated Dependencies
This commit is contained in:
parent
1ca30d2668
commit
3a88cc739a
22
package.json
22
package.json
|
@ -33,9 +33,9 @@
|
|||
"utils": "node ./tools/monorepo-utils/dist/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"@types/node": "^16.18.18",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"@wordpress/eslint-plugin": "14.7.0",
|
||||
|
@ -43,8 +43,8 @@
|
|||
"babel-loader": "^8.3.0",
|
||||
"chalk": "^4.1.2",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"core-js": "^3.29.1",
|
||||
"css-loader": "^6.7.3",
|
||||
"core-js": "^3.34.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"glob": "^7.2.3",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "~27.5.1",
|
||||
|
@ -56,13 +56,13 @@
|
|||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"regenerator-runtime": "^0.13.11",
|
||||
"request": "^2.88.2",
|
||||
"sass": "^1.59.3",
|
||||
"sass-loader": "^10.4.1",
|
||||
"syncpack": "^10.7.3",
|
||||
"turbo": "^1.10.7",
|
||||
"typescript": "^5.1.6",
|
||||
"sass": "^1.69.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"syncpack": "^10.9.3",
|
||||
"turbo": "^1.11.1",
|
||||
"typescript": "^5.3.3",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^5.76.2"
|
||||
"webpack": "^5.89.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.12.9",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@woocommerce/e2e-utils": "workspace:*",
|
||||
"config": "3.3.7"
|
||||
},
|
||||
|
@ -37,20 +37,20 @@
|
|||
"puppeteer": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/config": "0.0.41",
|
||||
"@types/expect-puppeteer": "^4.4.7",
|
||||
"@types/puppeteer": "^5.4.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@types/puppeteer": "^5.4.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@woocommerce/api": "^0.2.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"jest-mock-extended": "^1.0.18",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -41,24 +41,24 @@
|
|||
"lint:fix": "eslint src --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -30,46 +30,46 @@
|
|||
"@wordpress/compose": "wp-6.0",
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
"@wordpress/element": "wp-6.0",
|
||||
"classnames": "^2.3.1",
|
||||
"debug": "^4.3.3",
|
||||
"dompurify": "^2.3.6",
|
||||
"classnames": "^2.3.2",
|
||||
"debug": "^4.3.4",
|
||||
"dompurify": "^2.4.7",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-router-dom": "~6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/dompurify": "^2.3.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__core-data": "2.4.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"postcss": "^8.4.7",
|
||||
"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-hooks^8.0.1": "link:@testing-library/react-hooks^8.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-rtl-plugin": "^2.0.0"
|
||||
},
|
||||
|
|
|
@ -26,17 +26,17 @@
|
|||
},
|
||||
"homepage": "https://github.com/woocommerce/woocommerce#readme",
|
||||
"dependencies": {
|
||||
"allure-commandline": "^2.17.2",
|
||||
"allure-commandline": "^2.25.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-allure": "^0.1.3",
|
||||
"jest-runner-groups": "^2.1.0",
|
||||
"postman-collection": "^4.1.0",
|
||||
"supertest": "^6.1.4"
|
||||
"jest-runner-groups": "^2.2.0",
|
||||
"postman-collection": "^4.3.0",
|
||||
"supertest": "^6.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0"
|
||||
"eslint": "^8.55.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -50,16 +50,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/create-hmac": "1.1.0",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^16.18.18",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@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.20.0",
|
||||
"eslint": "^8.32.0",
|
||||
"axios-mock-adapter": "^1.22.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -30,18 +30,18 @@
|
|||
"dependencies": {
|
||||
"@woocommerce/expression-evaluation": "workspace:*",
|
||||
"@wordpress/block-editor": "^9.8.0",
|
||||
"@wordpress/blocks": "^12.3.0",
|
||||
"@wordpress/blocks": "^12.24.0",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"@wordpress/element": "wp-6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__block-editor": "7.0.0",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -50,18 +50,18 @@
|
|||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -31,12 +31,12 @@
|
|||
"types": "build-types",
|
||||
"dependencies": {
|
||||
"@automattic/calypso-color-schemes": "^2.1.1",
|
||||
"@automattic/interpolate-components": "^1.2.0",
|
||||
"@automattic/interpolate-components": "^1.2.1",
|
||||
"@automattic/tour-kit": "^1.1.1",
|
||||
"@types/wordpress__block-editor": "7.0.0",
|
||||
"@types/wordpress__block-library": "2.6.1",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__rich-text": "3.4.6",
|
||||
"@woocommerce/csv-export": "workspace:*",
|
||||
"@woocommerce/currency": "workspace:*",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"@wordpress/api-fetch": "wp-6.0",
|
||||
"@wordpress/base-styles": "wp-6.0",
|
||||
"@wordpress/block-editor": "^9.8.0",
|
||||
"@wordpress/block-library": "^7.16.0",
|
||||
"@wordpress/blocks": "^11.18.0",
|
||||
"@wordpress/block-library": "^7.19.0",
|
||||
"@wordpress/blocks": "^11.21.0",
|
||||
"@wordpress/components": "wp-6.0",
|
||||
"@wordpress/compose": "wp-6.0",
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
|
@ -65,9 +65,9 @@
|
|||
"@wordpress/media-utils": "wp-6.0",
|
||||
"@wordpress/rich-text": "wp-6.0",
|
||||
"@wordpress/url": "wp-6.0",
|
||||
"@wordpress/viewport": "^4.1.2",
|
||||
"classnames": "^2.3.1",
|
||||
"core-js": "^3.21.1",
|
||||
"@wordpress/viewport": "^4.20.0",
|
||||
"classnames": "^2.3.2",
|
||||
"core-js": "^3.34.0",
|
||||
"d3-axis": "^1.0.12",
|
||||
"d3-format": "^1.4.5",
|
||||
"d3-scale": "^2.2.2",
|
||||
|
@ -75,16 +75,16 @@
|
|||
"d3-selection": "^1.4.2",
|
||||
"d3-shape": "^1.3.7",
|
||||
"d3-time-format": "^2.3.0",
|
||||
"dompurify": "^2.3.6",
|
||||
"dompurify": "^2.4.7",
|
||||
"downshift": "^6.1.12",
|
||||
"emoji-flags": "^1.3.0",
|
||||
"gridicons": "^3.4.0",
|
||||
"gridicons": "^3.4.2",
|
||||
"memoize-one": "^6.0.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-dates": "^21.8.0",
|
||||
"react-transition-group": "^4.4.2"
|
||||
"react-transition-group": "^4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.2",
|
||||
|
@ -98,30 +98,30 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@storybook/addon-actions": "^6.5.17-alpha.0",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@storybook/addon-actions": "6.5.17-alpha.0",
|
||||
"@storybook/addon-console": "^1.2.3",
|
||||
"@storybook/addon-controls": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-docs": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-controls": "6.5.17-alpha.0",
|
||||
"@storybook/addon-docs": "6.5.17-alpha.0",
|
||||
"@storybook/addon-knobs": "^6.4.0",
|
||||
"@storybook/addon-links": "^6.5.17-alpha.0",
|
||||
"@storybook/addons": "^6.5.17-alpha.0",
|
||||
"@storybook/api": "^6.5.17-alpha.0",
|
||||
"@storybook/components": "^6.5.17-alpha.0",
|
||||
"@storybook/core-events": "^6.5.17-alpha.0",
|
||||
"@storybook/react": "^6.5.17-alpha.0",
|
||||
"@storybook/theming": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-links": "6.5.17-alpha.0",
|
||||
"@storybook/addons": "6.5.17-alpha.0",
|
||||
"@storybook/api": "6.5.17-alpha.0",
|
||||
"@storybook/components": "6.5.17-alpha.0",
|
||||
"@storybook/core-events": "6.5.17-alpha.0",
|
||||
"@storybook/react": "6.5.17-alpha.0",
|
||||
"@storybook/theming": "6.5.17-alpha.0",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.184",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@types/wordpress__media-utils": "3.0.0",
|
||||
|
@ -129,22 +129,22 @@
|
|||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/babel-preset-default": "^6.5.1",
|
||||
"@wordpress/babel-preset-default": "^6.17.0",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"uuid": "^8.3.0",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"uuid": "^8.3.2",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
"types": "build-types",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/node": "^16.18.68",
|
||||
"browser-filesaver": "^1.1.1",
|
||||
"moment": "^2.29.1"
|
||||
"moment": "^2.29.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -49,17 +49,17 @@
|
|||
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -52,17 +52,17 @@
|
|||
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -32,40 +32,40 @@
|
|||
"@wordpress/element": "wp-6.0",
|
||||
"@wordpress/i18n": "wp-6.0",
|
||||
"@wordpress/notices": "wp-6.0",
|
||||
"classnames": "^2.3.1",
|
||||
"classnames": "^2.3.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-transition-group": "^4.4.2"
|
||||
"react-transition-group": "^4.4.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@woocommerce/data": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@woocommerce/navigation": "workspace:*",
|
||||
"@woocommerce/tracks": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -40,38 +40,38 @@
|
|||
"@wordpress/i18n": "wp-6.0",
|
||||
"@wordpress/url": "wp-6.0",
|
||||
"md5": "^2.3.0",
|
||||
"qs": "^6.10.3",
|
||||
"rememo": "^4.0.0"
|
||||
"qs": "^6.11.2",
|
||||
"rememo": "^4.0.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@automattic/data-stores": "^2.0.1",
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/md5": "^2.3.2",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@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/wordpress__compose": "4.0.1",
|
||||
"@types/wordpress__core-data": "2.4.5",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@types/wordpress__data-controls": "~2.2.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"redux": "^4.1.0",
|
||||
"redux": "^4.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
|
|
|
@ -26,29 +26,29 @@
|
|||
"types": "build-types",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@types/d3-time-format": "^2.3.0",
|
||||
"@types/d3-time-format": "^2.3.4",
|
||||
"@wordpress/date": "wp-6.0",
|
||||
"@wordpress/i18n": "wp-6.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"qs": "^6.10.3"
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"qs": "^6.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.6.0",
|
||||
"d3-time-format": "^2.3.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lodash": "^4.17.0"
|
||||
|
|
|
@ -22,21 +22,21 @@
|
|||
},
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "^3.3.0"
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "^3.7.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
"devDependencies": {
|
||||
"@babel/cli": "7.12.8",
|
||||
"@babel/core": "7.12.9",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.16.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
||||
"@babel/plugin-transform-runtime": "^7.16.4",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
||||
"@babel/plugin-transform-runtime": "^7.23.4",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.12.7",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
||||
"@wordpress/babel-preset-default": "3.0.2",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-plugin-jest": "23.20.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -27,30 +27,30 @@
|
|||
"dependencies": {
|
||||
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
|
||||
"@jest/test-sequencer": "^27.5.1",
|
||||
"@slack/web-api": "^6.1.0",
|
||||
"@slack/web-api": "^6.10.0",
|
||||
"@woocommerce/api": "^0.2.0",
|
||||
"@wordpress/e2e-test-utils": "^4.16.1",
|
||||
"@wordpress/jest-preset-default": "^7.1.3",
|
||||
"app-root-path": "^3.0.0",
|
||||
"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-puppeteer": "^5.0.4",
|
||||
"node-stream-zip": "^1.13.6",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"puppeteer": "2.1.1",
|
||||
"readline-sync": "^1.4.10",
|
||||
"request": "^2.88.2",
|
||||
"sprintf-js": "^1.1.2"
|
||||
"sprintf-js": "^1.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.12.8",
|
||||
"@babel/core": "7.12.9",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.16.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
||||
"@babel/plugin-transform-runtime": "^7.16.4",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
||||
"@babel/plugin-transform-runtime": "^7.23.4",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.12.7",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"@wordpress/babel-preset-default": "3.0.2",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"ndb": "^1.1.5",
|
||||
"semver": "^7.3.2"
|
||||
"semver": "^7.5.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -19,25 +19,25 @@
|
|||
"@wordpress/deprecated": "wp-6.0",
|
||||
"@wordpress/e2e-test-utils": "wp-6.0",
|
||||
"config": "3.3.7",
|
||||
"fishery": "^1.2.0"
|
||||
"fishery": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.12.8",
|
||||
"@babel/core": "7.12.9",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.16.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
||||
"@babel/plugin-transform-runtime": "^7.16.4",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
||||
"@babel/plugin-transform-runtime": "^7.23.4",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "7.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-e2e-builds": "workspace:*",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
||||
"@wordpress/babel-preset-default": "3.0.2",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-plugin-jest": "23.20.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
],
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@wordpress/eslint-plugin": "14.7.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-testing-library": "^5.10.2",
|
||||
"eslint-plugin-testing-library": "^5.11.1",
|
||||
"prettier": "npm:wp-prettier@^2.8.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -47,13 +47,13 @@
|
|||
"lint:fix": "eslint ./rules ./configs --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"eslint": "^8.32.0",
|
||||
"@babel/core": "^7.23.5",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -31,51 +31,51 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@woocommerce/components": "workspace:*",
|
||||
"@wordpress/components": "^19.5.0",
|
||||
"@wordpress/element": "^4.1.1",
|
||||
"@wordpress/i18n": "^4.3.1",
|
||||
"@wordpress/icons": "^8.1.0",
|
||||
"@wordpress/keycodes": "^3.3.1",
|
||||
"classnames": "^2.3.1",
|
||||
"dompurify": "^2.3.6",
|
||||
"gridicons": "^3.4.0",
|
||||
"moment": "^2.29.1",
|
||||
"react-transition-group": "^4.4.2",
|
||||
"@wordpress/components": "^19.17.0",
|
||||
"@wordpress/element": "^4.20.0",
|
||||
"@wordpress/i18n": "^4.47.0",
|
||||
"@wordpress/icons": "^8.4.0",
|
||||
"@wordpress/keycodes": "^3.47.0",
|
||||
"classnames": "^2.3.2",
|
||||
"dompurify": "^2.4.7",
|
||||
"gridicons": "^3.4.2",
|
||||
"moment": "^2.29.4",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"react-visibility-sensor": "^5.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@storybook/addon-actions": "^6.5.17-alpha.0",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@storybook/addon-actions": "6.5.17-alpha.0",
|
||||
"@storybook/addon-console": "^1.2.3",
|
||||
"@storybook/react": "^6.5.17-alpha.0",
|
||||
"@storybook/react": "6.5.17-alpha.0",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/dompurify": "^2.3.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react-transition-group": "^4.4.4",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react-transition-group": "^4.4.10",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -35,24 +35,24 @@
|
|||
"@wordpress/api-fetch": "wp-6.0",
|
||||
"@wordpress/hooks": "wp-6.0",
|
||||
"cookie": "^0.4.2",
|
||||
"qs": "^6.10.3"
|
||||
"qs": "^6.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/react": "^17.0.71",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"turbo:build": "tsc --project tsconfig.json && tsc --project tsconfig-cjs.json",
|
||||
|
|
|
@ -48,17 +48,17 @@
|
|||
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"concurrently": "^7.0.0",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -31,34 +31,34 @@
|
|||
"@wordpress/create-block": "wp-6.0",
|
||||
"chalk": "^4.1.2",
|
||||
"change-case": "^4.1.2",
|
||||
"commander": "^9.2.0",
|
||||
"execa": "^4.0.2",
|
||||
"fast-glob": "^3.2.7",
|
||||
"inquirer": "^7.1.0",
|
||||
"commander": "^9.5.0",
|
||||
"execa": "^4.1.0",
|
||||
"fast-glob": "^3.3.2",
|
||||
"inquirer": "^7.3.3",
|
||||
"npm-package-arg": "^8.1.5",
|
||||
"rimraf": "^3.0.2",
|
||||
"write-pkg": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"@babel/core": "7.12.9",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"chalk": "^4.1.2",
|
||||
"eslint": "^8.32.0",
|
||||
"glob": "^7.2.0",
|
||||
"eslint": "^8.55.0",
|
||||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mkdirp": "^1.0.4"
|
||||
},
|
||||
|
|
|
@ -34,20 +34,20 @@
|
|||
"@testing-library/react": "12.1.3",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"@wordpress/i18n": "wp-6.0",
|
||||
"@wordpress/jest-console": "^5.0.1",
|
||||
"regenerator-runtime": "^0.13.9"
|
||||
"@wordpress/jest-console": "^5.4.0",
|
||||
"regenerator-runtime": "^0.13.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"babel-jest": "~27.5.1",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"resize-observer-polyfill": "1.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"babel-jest": "~27.5.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
"@wordpress/base-styles": "wp-6.0",
|
||||
"@wordpress/postcss-plugins-preset": "wp-6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"webpack-remove-empty-scripts": "^0.7.3",
|
||||
"webpack-rtl-plugin": "^2.0.0"
|
||||
},
|
||||
|
@ -38,15 +38,15 @@
|
|||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0"
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@wordpress/notices": "wp-6.0",
|
||||
"@wordpress/url": "wp-6.0",
|
||||
"history": "^5.3.0",
|
||||
"qs": "^6.10.3",
|
||||
"qs": "^6.11.2",
|
||||
"react-router-dom": "~6.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -60,19 +60,19 @@
|
|||
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -51,19 +51,19 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@automattic/data-stores": "^2.0.1",
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@types/wordpress__notices": "3.5.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"redux": "^4.2.0",
|
||||
"redux": "^4.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -46,19 +46,19 @@
|
|||
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.184",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -36,36 +36,36 @@
|
|||
"@wordpress/components": "wp-6.0",
|
||||
"@wordpress/element": "wp-6.0",
|
||||
"@wordpress/i18n": "wp-6.0",
|
||||
"classnames": "^2.3.1",
|
||||
"gridicons": "^3.4.0",
|
||||
"classnames": "^2.3.2",
|
||||
"gridicons": "^3.4.2",
|
||||
"react": "^17.0.2",
|
||||
"string-similarity": "4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@storybook/addon-knobs": "^7.0.2",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/string-similarity": "4.0.0",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/internal-js-tests": "workspace:*",
|
||||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.179",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@woocommerce/admin-layout": "workspace:*",
|
||||
"@woocommerce/block-templates": "workspace:*",
|
||||
|
@ -38,13 +38,13 @@
|
|||
"@woocommerce/customer-effort-score": "workspace:*",
|
||||
"@woocommerce/data": "workspace:*",
|
||||
"@woocommerce/experimental": "workspace:*",
|
||||
"@woocommerce/navigation": "workspace:^8.1.0",
|
||||
"@woocommerce/navigation": "workspace:^",
|
||||
"@woocommerce/number": "workspace:*",
|
||||
"@woocommerce/settings": "^1.0.0",
|
||||
"@woocommerce/tracks": "workspace:^1.3.0",
|
||||
"@woocommerce/tracks": "workspace:^",
|
||||
"@wordpress/api-fetch": "wp-6.0",
|
||||
"@wordpress/block-editor": "^9.8.0",
|
||||
"@wordpress/blocks": "^12.3.0",
|
||||
"@wordpress/blocks": "^12.24.0",
|
||||
"@wordpress/components": "wp-6.0",
|
||||
"@wordpress/compose": "wp-6.0",
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
|
@ -64,28 +64,28 @@
|
|||
"@wordpress/media-utils": "wp-6.0",
|
||||
"@wordpress/plugins": "wp-6.0",
|
||||
"@wordpress/url": "wp-6.0",
|
||||
"classnames": "^2.3.1",
|
||||
"dompurify": "^2.3.6",
|
||||
"classnames": "^2.3.2",
|
||||
"dompurify": "^2.4.7",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.29.4",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-router-dom": "~6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/dompurify": "^2.3.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/wordpress__block-editor": "7.0.0",
|
||||
"@types/wordpress__block-library": "2.6.1",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__core-data": "2.4.5",
|
||||
"@types/wordpress__data": "6.0.2",
|
||||
"@types/wordpress__date": "3.3.2",
|
||||
|
@ -100,21 +100,21 @@
|
|||
"@woocommerce/internal-style-build": "workspace:*",
|
||||
"@wordpress/block-editor": "^9.8.0",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"postcss": "^8.4.7",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass-loader": "^10.5.0",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"types": "build-types",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.3"
|
||||
"debug": "^4.3.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -43,16 +43,16 @@
|
|||
"lint:fix": "eslint src --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"jest-cli": "~27.5.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -11,28 +11,28 @@
|
|||
"homepage": "http://github.com/woocommerce/woo-ai",
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/jquery": "^3.5.16",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.2",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/jquery": "^3.5.29",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@wordpress/data": "wp-6.0",
|
||||
"@wordpress/env": "^8.2.0",
|
||||
"@wordpress/env": "^8.13.0",
|
||||
"@wordpress/prettier-config": "2.17.0",
|
||||
"@wordpress/scripts": "^19.2.4",
|
||||
"eslint": "^8.32.0",
|
||||
"prettier": "npm:wp-prettier@^2.6.2",
|
||||
"ts-loader": "^9.4.1",
|
||||
"typescript": "^5.1.6",
|
||||
"uglify-js": "^3.5.3"
|
||||
"eslint": "^8.55.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@automattic/tour-kit": "^1.1.1",
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/react-outside-click-handler": "^1.3.1",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/react-outside-click-handler": "^1.3.3",
|
||||
"@woocommerce/ai": "workspace:0.1.0-beta.0",
|
||||
"@woocommerce/components": "workspace:*",
|
||||
"@woocommerce/tracks": "workspace:*",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"@wordpress/notices": "wp-6.0",
|
||||
"@wordpress/plugins": "wp-6.0",
|
||||
"@wordpress/preferences": "wp-6.0",
|
||||
"debug": "^4.3.3",
|
||||
"debug": "^4.3.4",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-query": "^3.39.3"
|
||||
},
|
||||
|
|
|
@ -50,18 +50,18 @@
|
|||
"ts:check:watch": "npm run ts:check -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@automattic/components": "^2.0.1",
|
||||
"@automattic/explat-client": "^0.0.3",
|
||||
"@automattic/explat-client-react-helpers": "^0.0.4",
|
||||
"@automattic/interpolate-components": "^1.2.0",
|
||||
"@automattic/components": "^2.0.1",
|
||||
"@react-spring/web": "^9.4.3",
|
||||
"@automattic/interpolate-components": "^1.2.1",
|
||||
"@react-spring/web": "^9.7.3",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@woocommerce/api": "^0.2.0",
|
||||
"@wordpress/a11y": "wp-6.0",
|
||||
"@wordpress/api-fetch": "wp-6.0",
|
||||
"@wordpress/base-styles": "wp-6.0",
|
||||
"@wordpress/blob": "wp-6.0",
|
||||
"@wordpress/blocks": "^11.17.0",
|
||||
"@wordpress/blocks": "^11.21.0",
|
||||
"@wordpress/components": "wp-6.0",
|
||||
"@wordpress/compose": "wp-6.0",
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"@wordpress/html-entities": "wp-6.0",
|
||||
"@wordpress/i18n": "wp-6.0",
|
||||
"@wordpress/icons": "wp-6.0",
|
||||
"@wordpress/interface": "^5.15.0",
|
||||
"@wordpress/interface": "^5.24.0",
|
||||
"@wordpress/keycodes": "wp-6.0",
|
||||
"@wordpress/media-utils": "wp-6.0",
|
||||
"@wordpress/notices": "wp-6.0",
|
||||
|
@ -86,67 +86,67 @@
|
|||
"@wordpress/viewport": "wp-6.0",
|
||||
"@wordpress/warning": "wp-6.0",
|
||||
"@xstate/react": "3.2.1",
|
||||
"classnames": "^2.3.1",
|
||||
"core-js": "^3.21.1",
|
||||
"debug": "^4.3.3",
|
||||
"dompurify": "^2.3.6",
|
||||
"github-label-sync": "^2.0.2",
|
||||
"classnames": "^2.3.2",
|
||||
"core-js": "^3.34.0",
|
||||
"debug": "^4.3.4",
|
||||
"dompurify": "^2.4.7",
|
||||
"github-label-sync": "^2.3.1",
|
||||
"grapheme-splitter": "^1.0.4",
|
||||
"gridicons": "^3.4.0",
|
||||
"gridicons": "^3.4.2",
|
||||
"history": "^5.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"memize": "^1.1.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"qs": "^6.10.3",
|
||||
"qs": "^6.11.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-router-dom": "~6.3.0",
|
||||
"react-transition-group": "^4.4.2",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"react-visibility-sensor": "^5.1.1",
|
||||
"redux": "^4.1.2",
|
||||
"redux": "^4.2.1",
|
||||
"xstate": "4.37.1",
|
||||
"zod": "^3.22.2"
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@automattic/color-studio": "^2.5.0",
|
||||
"@babel/cli": "^7.17.6",
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-proposal-private-methods": "^7.16.11",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.16.8",
|
||||
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||
"@babel/cli": "^7.23.4",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.23.3",
|
||||
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@octokit/core": "^3.6.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.3",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/dompurify": "^2.3.3",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@types/expect-puppeteer": "^4.4.7",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.179",
|
||||
"@types/puppeteer": "^4.0.2",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/puppeteer": "^4.0.3",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-transition-group": "^4.4.4",
|
||||
"@types/testing-library__jest-dom": "^5.14.3",
|
||||
"@types/tinymce": "^4.6.5",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/react-transition-group": "^4.4.10",
|
||||
"@types/testing-library__jest-dom": "^5.14.9",
|
||||
"@types/tinymce": "^4.6.9",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__compose": "4.0.1",
|
||||
"@types/wordpress__data": "6.0.0",
|
||||
"@types/wordpress__data-controls": "~2.2.0",
|
||||
"@types/wordpress__media-utils": "3.0.0",
|
||||
"@types/wordpress__notices": "3.3.0",
|
||||
"@types/wordpress__plugins": "3.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@woocommerce/admin-e2e-tests": "workspace:*",
|
||||
"@woocommerce/admin-layout": "workspace:*",
|
||||
"@woocommerce/ai": "workspace:0.1.0-beta.0",
|
||||
|
@ -168,37 +168,37 @@
|
|||
"@woocommerce/onboarding": "workspace:*",
|
||||
"@woocommerce/product-editor": "workspace:*",
|
||||
"@woocommerce/tracks": "workspace:*",
|
||||
"@wordpress/babel-preset-default": "^6.5.1",
|
||||
"@wordpress/babel-preset-default": "^6.17.0",
|
||||
"@wordpress/block-editor": "^9.8.0",
|
||||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"@wordpress/custom-templated-path-webpack-plugin": "^2.1.2",
|
||||
"@wordpress/jest-preset-default": "^8.0.1",
|
||||
"@wordpress/custom-templated-path-webpack-plugin": "^2.13.0",
|
||||
"@wordpress/jest-preset-default": "^8.5.2",
|
||||
"@wordpress/postcss-plugins-preset": "^1.6.0",
|
||||
"@wordpress/postcss-themes": "^1.0.5",
|
||||
"@wordpress/prettier-config": "2.17.0",
|
||||
"@wordpress/scripts": "^12.6.1",
|
||||
"@wordpress/stylelint-config": "^20.0.2",
|
||||
"@wordpress/stylelint-config": "^20.0.3",
|
||||
"@xstate/inspect": "0.8.0",
|
||||
"@xstate/test": "0.5.1",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"await-exec": "^0.1.2",
|
||||
"babel-jest": "~27.5.1",
|
||||
"babel-loader": "^8.2.3",
|
||||
"babel-loader": "^8.3.0",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
||||
"chalk": "^4.1.2",
|
||||
"comment-parser": "^1.3.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"comment-parser": "^1.4.1",
|
||||
"concurrently": "^7.6.0",
|
||||
"config": "3.3.7",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-import-resolver-typescript": "^2.5.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.2",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-react": "^7.29.2",
|
||||
"eslint-plugin-xstate": "^1.1.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-import-resolver-typescript": "^2.7.1",
|
||||
"eslint-import-resolver-webpack": "^0.13.8",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-xstate": "^1.1.3",
|
||||
"expose-loader": "^3.1.0",
|
||||
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
||||
"jest": "~27.5.1",
|
||||
|
@ -206,37 +206,37 @@
|
|||
"jest-environment-node": "~27.5.1",
|
||||
"md5": "^2.3.0",
|
||||
"merge-config": "^2.0.0",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"moment-timezone-data-webpack-plugin": "^1.5.0",
|
||||
"node-watch": "^0.7.3",
|
||||
"postcss": "^8.4.7",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"moment-timezone-data-webpack-plugin": "^1.5.1",
|
||||
"node-watch": "^0.7.4",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-color-function": "^4.1.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"promptly": "^3.2.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"puppeteer": "^2.0.0",
|
||||
"puppeteer": "^2.1.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"react-refresh": "^0.14.0",
|
||||
"readline-sync": "^1.4.10",
|
||||
"replace": "^1.2.1",
|
||||
"replace": "^1.2.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"rtlcss": "^2.6.2",
|
||||
"sass": "^1.49.9",
|
||||
"sass-loader": "^10.2.1",
|
||||
"sass": "^1.69.5",
|
||||
"sass-loader": "^10.5.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"stylelint": "^14.5.3",
|
||||
"stylelint": "^14.16.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.3.3",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-bundle-analyzer": "^3.9.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-dev-server": "^4.11.1",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.15.1",
|
||||
"webpack-fix-style-only-entries": "^0.6.1",
|
||||
"webpack-merge": "^5.8.0",
|
||||
"webpack-merge": "^5.10.0",
|
||||
"webpack-rtl-plugin": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -10,24 +10,24 @@
|
|||
"version": "2.3.0",
|
||||
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.2",
|
||||
"@types/wordpress__components": "^19.10.3",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@types/wordpress__components": "^19.10.5",
|
||||
"@types/wordpress__plugins": "3.0.0",
|
||||
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@wordpress/env": "^8.2.0",
|
||||
"@wordpress/env": "^8.13.0",
|
||||
"@wordpress/prettier-config": "2.17.0",
|
||||
"@wordpress/scripts": "^19.2.4",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"ts-loader": "^9.4.1",
|
||||
"typescript": "^5.1.6",
|
||||
"uglify-js": "^3.5.3"
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@woocommerce/admin-layout": "workspace:*",
|
||||
"@woocommerce/components": "workspace:*",
|
||||
"@woocommerce/data": "workspace:*",
|
||||
|
|
|
@ -120,17 +120,17 @@
|
|||
"@octokit/graphql": "5.0.5",
|
||||
"@playwright/test": "1.38.1",
|
||||
"@storybook/addon-a11y": "7.5.2",
|
||||
"@storybook/addon-actions": "^7.5.3",
|
||||
"@storybook/addon-docs": "^7.5.2",
|
||||
"@storybook/addon-actions": "^7.6.4",
|
||||
"@storybook/addon-docs": "^7.6.4",
|
||||
"@storybook/addon-essentials": "7.5.2",
|
||||
"@storybook/addon-links": "7.5.2",
|
||||
"@storybook/addon-storysource": "7.5.2",
|
||||
"@storybook/addon-styling-webpack": "^0.0.5",
|
||||
"@storybook/addons": "7.5.2",
|
||||
"@storybook/client-api": "7.5.2",
|
||||
"@storybook/preview-api": "^7.5.3",
|
||||
"@storybook/preview-api": "^7.6.4",
|
||||
"@storybook/react": "7.5.2",
|
||||
"@storybook/react-webpack5": "^7.5.2",
|
||||
"@storybook/react-webpack5": "^7.6.4",
|
||||
"@testing-library/dom": "9.3.3",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "12.1.5",
|
||||
|
@ -145,24 +145,24 @@
|
|||
"@types/jquery": "3.5.14",
|
||||
"@types/lodash": "4.14.182",
|
||||
"@types/puppeteer": "5.4.6",
|
||||
"@types/react": "18.0.29",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/react-transition-group": "^4.4.5",
|
||||
"@types/react-transition-group": "^4.4.10",
|
||||
"@types/wordpress__block-editor": "6.0.6",
|
||||
"@types/wordpress__blocks": "11.0.9",
|
||||
"@types/wordpress__components": "^23.0.0",
|
||||
"@types/wordpress__components": "^23.0.10",
|
||||
"@types/wordpress__core-data": "^2.4.5",
|
||||
"@types/wordpress__data": "^6.0.2",
|
||||
"@types/wordpress__data-controls": "2.2.0",
|
||||
"@types/wordpress__editor": "^13.6.3",
|
||||
"@types/wordpress__notices": "^3.5.0",
|
||||
"@types/wordpress__wordcount": "^2.4.2",
|
||||
"@types/wordpress__editor": "^13.6.7",
|
||||
"@types/wordpress__notices": "^3.27.6",
|
||||
"@types/wordpress__wordcount": "^2.4.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.56.0",
|
||||
"@typescript-eslint/parser": "5.56.0",
|
||||
"@woocommerce/api": "0.2.0",
|
||||
"@woocommerce/data": "4.1.0",
|
||||
"@woocommerce/e2e-utils": "0.2.0",
|
||||
"@woocommerce/eslint-plugin": "2.2.0",
|
||||
"@woocommerce/data": "workspace:*",
|
||||
"@woocommerce/e2e-utils": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/woocommerce-rest-api": "1.0.1",
|
||||
"@wordpress/api-fetch": "6.21.0",
|
||||
"@wordpress/babel-preset-default": "7.28.0",
|
||||
|
@ -176,7 +176,7 @@
|
|||
"@wordpress/dom": "3.27.0",
|
||||
"@wordpress/e2e-test-utils": "10.12.0",
|
||||
"@wordpress/e2e-test-utils-playwright": "wp-6.4",
|
||||
"@wordpress/e2e-tests": "^4.6.0",
|
||||
"@wordpress/e2e-tests": "^4.9.2",
|
||||
"@wordpress/element": "5.22.0",
|
||||
"@wordpress/env": "8.2.0",
|
||||
"@wordpress/html-entities": "3.24.0",
|
||||
|
@ -186,7 +186,7 @@
|
|||
"@wordpress/scripts": "24.6.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"axios": "0.27.2",
|
||||
"babel-jest": "^29.6.2",
|
||||
"babel-jest": "^29.7.0",
|
||||
"babel-plugin-explicit-exports-references": "^1.0.2",
|
||||
"babel-plugin-react-docgen": "4.2.1",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
||||
|
@ -219,7 +219,7 @@
|
|||
"glob-promise": "4.2.2",
|
||||
"husky": "8.0.3",
|
||||
"ignore-loader": "0.1.2",
|
||||
"jest": "^29.5.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-circus": "27.5.1",
|
||||
"jest-environment-puppeteer": "6.1.1",
|
||||
"jest-fetch-mock": "3.0.3",
|
||||
|
@ -242,9 +242,9 @@
|
|||
"react-test-renderer": "17.0.2",
|
||||
"request-promise": "4.2.6",
|
||||
"rimraf": "5.0.5",
|
||||
"rtlcss": "^4.0.0",
|
||||
"rtlcss": "^4.1.1",
|
||||
"sass-loader": "10.1.0",
|
||||
"storybook": "^7.5.2",
|
||||
"storybook": "^7.6.4",
|
||||
"storybook-addon-react-docgen": "1.2.44",
|
||||
"terser-webpack-plugin": "5.3.6",
|
||||
"typescript": "5.3.2",
|
||||
|
@ -260,13 +260,13 @@
|
|||
"pnpm": "^8.6.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.0.5",
|
||||
"@dnd-kit/modifiers": "^6.0.0",
|
||||
"@dnd-kit/sortable": "^7.0.1",
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^6.0.1",
|
||||
"@dnd-kit/sortable": "^7.0.2",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@preact/signals": "^1.1.2",
|
||||
"@woocommerce/tracks": "^1.3.0",
|
||||
"@preact/signals": "^1.2.2",
|
||||
"@woocommerce/tracks": "workspace:^",
|
||||
"@wordpress/autop": "3.16.0",
|
||||
"@wordpress/compose": "5.5.0",
|
||||
"@wordpress/deprecated": "3.41.0",
|
||||
|
@ -275,7 +275,7 @@
|
|||
"@wordpress/plugins": "4.10.0",
|
||||
"@wordpress/primitives": "3.0.4",
|
||||
"@wordpress/server-side-render": "3.10.0",
|
||||
"@wordpress/style-engine": "^1.15.0",
|
||||
"@wordpress/style-engine": "^1.30.0",
|
||||
"@wordpress/url": "3.13.0",
|
||||
"@wordpress/wordcount": "3.47.0",
|
||||
"change-case": "^4.1.2",
|
||||
|
@ -285,13 +285,13 @@
|
|||
"dataloader": "2.1.0",
|
||||
"deepsignal": "1.3.6",
|
||||
"dinero.js": "1.9.1",
|
||||
"dompurify": "^2.4.0",
|
||||
"dompurify": "^2.4.7",
|
||||
"downshift": "6.1.7",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"fast-sort": "^3.4.0",
|
||||
"html-react-parser": "3.0.4",
|
||||
"postcode-validator": "3.8.15",
|
||||
"preact": "^10.11.3",
|
||||
"preact": "^10.19.3",
|
||||
"react-number-format": "4.9.3",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"reakit": "1.3.11",
|
||||
|
|
|
@ -20,24 +20,24 @@
|
|||
"@wordpress/api-fetch": "wp-6.0",
|
||||
"@wordpress/components": "wp-6.0",
|
||||
"directory-tree": "^3.5.1",
|
||||
"glob": "^10.2.7",
|
||||
"glob": "^10.3.10",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.2",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/react": "^17.0.71",
|
||||
"@types/react-dom": "^17.0.25",
|
||||
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@wordpress/env": "^8.2.0",
|
||||
"@wordpress/env": "^8.13.0",
|
||||
"@wordpress/prettier-config": "2.17.0",
|
||||
"@wordpress/scripts": "^26.4.0",
|
||||
"eslint": "^8.32.0",
|
||||
"@wordpress/scripts": "^26.18.0",
|
||||
"eslint": "^8.55.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"prettier": "npm:wp-prettier@^2.6.2",
|
||||
"ts-loader": "^9.4.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.6"
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"start": "nodemon --watch js --watch css -e js,scss --exec pnpm build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/node": "^16.18.68",
|
||||
"@wordpress/stylelint-config": "19.1.0",
|
||||
"autoprefixer": "9.8.6",
|
||||
"browserslist": "4.19.3",
|
||||
|
@ -31,8 +31,8 @@
|
|||
"grunt-sass": "3.1.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
"gruntify-eslint": "5.0.0",
|
||||
"nodemon": "^2.0.21",
|
||||
"sass": "^1.45.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"sass": "^1.69.5",
|
||||
"stylelint": "13.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -110,10 +110,10 @@
|
|||
"@babel/core": "7.12.9",
|
||||
"@babel/preset-env": "7.12.7",
|
||||
"@babel/register": "7.12.1",
|
||||
"@playwright/test": "^1.38.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/experimental-utils": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@playwright/test": "^1.40.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/experimental-utils": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@woocommerce/admin-e2e-tests": "workspace:*",
|
||||
"@woocommerce/api": "workspace:*",
|
||||
"@woocommerce/api-core-tests": "workspace:*",
|
||||
|
@ -124,10 +124,10 @@
|
|||
"@woocommerce/woocommerce-rest-api": "^1.0.1",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
|
||||
"@wordpress/babel-preset-default": "3.0.2",
|
||||
"@wordpress/env": "^8.2.0",
|
||||
"@wordpress/env": "^8.13.0",
|
||||
"@wordpress/stylelint-config": "19.1.0",
|
||||
"allure-commandline": "^2.17.2",
|
||||
"allure-playwright": "^2.0.0-beta.16",
|
||||
"allure-commandline": "^2.25.0",
|
||||
"allure-playwright": "^2.9.2",
|
||||
"autoprefixer": "9.8.6",
|
||||
"axios": "^0.24.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
|
@ -136,15 +136,15 @@
|
|||
"config": "3.3.7",
|
||||
"cross-env": "6.0.3",
|
||||
"dotenv": "^10.0.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-config-wpcalypso": "5.0.0",
|
||||
"eslint-plugin-jest": "23.20.0",
|
||||
"istanbul": "1.0.0-alpha.2",
|
||||
"jest": "~27.5.1",
|
||||
"mocha": "7.2.0",
|
||||
"prettier": "npm:wp-prettier@^2.8.5",
|
||||
"stylelint": "^13.8.0",
|
||||
"typescript": "^5.1.6",
|
||||
"stylelint": "^13.13.1",
|
||||
"typescript": "^5.3.3",
|
||||
"uuid": "^8.3.2",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
|
|
7222
pnpm-lock.yaml
7222
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -7,27 +7,27 @@
|
|||
"license": "GPLv2",
|
||||
"repository": "woocommerce/woocommerce",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@commander-js/extra-typings": "^10.0.3",
|
||||
"@oclif/core": "^2.4.0",
|
||||
"@tsconfig/node16": "^1.0.3",
|
||||
"@oclif/core": "^2.15.0",
|
||||
"@tsconfig/node16": "^1.0.4",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@woocommerce/monorepo-utils": "workspace:*",
|
||||
"commander": "^9.4.0",
|
||||
"commander": "^9.5.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"simple-git": "^3.10.0",
|
||||
"simple-git": "^3.21.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"ts-node": "^10.2.1",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^5.1.6"
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .ts",
|
||||
|
|
|
@ -17,23 +17,23 @@
|
|||
"/oclif.manifest.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/core": "^1",
|
||||
"@oclif/plugin-help": "^5",
|
||||
"@oclif/plugin-plugins": "^2.0.1",
|
||||
"@oclif/core": "^1.26.2",
|
||||
"@oclif/plugin-help": "^5.2.20",
|
||||
"@oclif/plugin-plugins": "^2.4.7",
|
||||
"@octokit/graphql": "4.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/request-error": "^3.0.1",
|
||||
"@octokit/request-error": "^3.0.3",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@types/node": "^16.18.18",
|
||||
"eslint": "^8.32.0",
|
||||
"globby": "^11",
|
||||
"eslint": "^8.55.0",
|
||||
"globby": "^11.1.0",
|
||||
"jscodeshift": "^0.13.1",
|
||||
"oclif": "^2",
|
||||
"shx": "^0.3.3",
|
||||
"ts-node": "^10.2.1",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^5.1.6"
|
||||
"oclif": "^2.7.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"oclif": {
|
||||
"bin": "monorepo-merge",
|
||||
|
|
|
@ -8,39 +8,39 @@
|
|||
"repository": "woocommerce/woocommerce",
|
||||
"main": "dist/index.js",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@commander-js/extra-typings": "^10.0.3",
|
||||
"@octokit/graphql": "4.8.0",
|
||||
"@octokit/graphql-schema": "^14.1.0",
|
||||
"@octokit/types": "^9.2.0",
|
||||
"@slack/web-api": "^6.9.0",
|
||||
"@types/cli-table": "^0.3.1",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@octokit/graphql-schema": "^14.45.1",
|
||||
"@octokit/types": "^9.3.2",
|
||||
"@slack/web-api": "^6.10.0",
|
||||
"@types/cli-table": "^0.3.4",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-table": "^0.3.11",
|
||||
"commander": "^10.0.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"figlet": "^1.6.0",
|
||||
"glob": "^10.2.4",
|
||||
"graphql": "^16.6.0",
|
||||
"figlet": "^1.7.0",
|
||||
"glob": "^10.3.10",
|
||||
"graphql": "^16.8.1",
|
||||
"gray-matter": "^4.0.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"luxon": "^3.4.4",
|
||||
"octokit": "^2.0.14",
|
||||
"octokit": "^2.1.0",
|
||||
"ora": "^5.4.1",
|
||||
"promptly": "^3.2.0",
|
||||
"semver": "^7.3.2",
|
||||
"simple-git": "^3.10.0",
|
||||
"uuid": "^9.0.0"
|
||||
"semver": "^7.5.4",
|
||||
"simple-git": "^3.21.0",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.55.0",
|
||||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
|
|
@ -17,21 +17,21 @@
|
|||
"/oclif.manifest.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/core": "^1",
|
||||
"@oclif/plugin-help": "^5",
|
||||
"@oclif/plugin-plugins": "^2.0.1",
|
||||
"@types/semver": "^7.3.10",
|
||||
"semver": "^7.3.2"
|
||||
"@oclif/core": "^1.26.2",
|
||||
"@oclif/plugin-help": "^5.2.20",
|
||||
"@oclif/plugin-plugins": "^2.4.7",
|
||||
"@types/semver": "^7.5.6",
|
||||
"semver": "^7.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/node": "^16.18.68",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"globby": "^11",
|
||||
"oclif": "^2",
|
||||
"shx": "^0.3.3",
|
||||
"ts-node": "^10.2.1",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^5.1.6"
|
||||
"globby": "^11.1.0",
|
||||
"oclif": "^2.7.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"oclif": {
|
||||
"bin": "package-release",
|
||||
|
|
|
@ -14,30 +14,30 @@
|
|||
"pnpm": "^8.6.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node16": "^1.0.3",
|
||||
"@types/ejs": "^3.1.1",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/lodash.shuffle": "^4.2.7",
|
||||
"@types/node": "^16.18.18",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/semver": "^7.3.10",
|
||||
"typescript": "^5.1.6"
|
||||
"@tsconfig/node16": "^1.0.4",
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/lodash.shuffle": "^4.2.9",
|
||||
"@types/node": "^16.18.68",
|
||||
"@types/node-fetch": "^2.6.9",
|
||||
"@types/semver": "^7.5.6",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commander-js/extra-typings": "^0.1.0",
|
||||
"@octokit/rest": "^19.0.4",
|
||||
"@octokit/rest": "^19.0.13",
|
||||
"@woocommerce/monorepo-utils": "workspace:*",
|
||||
"code-analyzer": "workspace:*",
|
||||
"commander": "9.4.0",
|
||||
"dotenv": "^15.0.1",
|
||||
"ejs": "^3.1.8",
|
||||
"enquirer": "^2.3.6",
|
||||
"express": "^4.18.1",
|
||||
"ejs": "^3.1.9",
|
||||
"enquirer": "^2.4.1",
|
||||
"express": "^4.18.2",
|
||||
"form-data": "^4.0.0",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"open": "^8.4.0",
|
||||
"semver": "^7.3.2",
|
||||
"ts-node": "^10.9.1"
|
||||
"node-fetch": "^2.7.0",
|
||||
"open": "^8.4.2",
|
||||
"semver": "^7.5.4",
|
||||
"ts-node": "^10.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,33 +25,33 @@
|
|||
"storybook-rtl": "USE_RTL_STYLE=true pnpm run storybook"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@storybook/addon-a11y": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-actions": "^6.5.17-alpha.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@storybook/addon-a11y": "6.5.17-alpha.0",
|
||||
"@storybook/addon-actions": "6.5.17-alpha.0",
|
||||
"@storybook/addon-console": "^1.2.3",
|
||||
"@storybook/addon-controls": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-docs": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-controls": "6.5.17-alpha.0",
|
||||
"@storybook/addon-docs": "6.5.17-alpha.0",
|
||||
"@storybook/addon-knobs": "^6.4.0",
|
||||
"@storybook/addon-links": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-storysource": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-viewport": "^6.5.17-alpha.0",
|
||||
"@storybook/addons": "^6.5.17-alpha.0",
|
||||
"@storybook/api": "^6.5.17-alpha.0",
|
||||
"@storybook/builder-webpack5": "^6.5.17-alpha.0",
|
||||
"@storybook/components": "^6.5.17-alpha.0",
|
||||
"@storybook/core-events": "^6.5.17-alpha.0",
|
||||
"@storybook/manager-webpack5": "^6.5.17-alpha.0",
|
||||
"@storybook/react": "^6.5.17-alpha.0",
|
||||
"@storybook/theming": "^6.5.17-alpha.0",
|
||||
"@storybook/addon-links": "6.5.17-alpha.0",
|
||||
"@storybook/addon-storysource": "6.5.17-alpha.0",
|
||||
"@storybook/addon-viewport": "6.5.17-alpha.0",
|
||||
"@storybook/addons": "6.5.17-alpha.0",
|
||||
"@storybook/api": "6.5.17-alpha.0",
|
||||
"@storybook/builder-webpack5": "6.5.17-alpha.0",
|
||||
"@storybook/components": "6.5.17-alpha.0",
|
||||
"@storybook/core-events": "6.5.17-alpha.0",
|
||||
"@storybook/manager-webpack5": "6.5.17-alpha.0",
|
||||
"@storybook/react": "6.5.17-alpha.0",
|
||||
"@storybook/theming": "6.5.17-alpha.0",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"typescript": "^5.1.6",
|
||||
"webpack": "^5.70.0"
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "^7.16.7"
|
||||
"@babel/preset-typescript": "^7.23.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue