Updated Dependencies

This commit is contained in:
Christopher Allford 2023-12-09 07:12:20 -08:00
parent 1ca30d2668
commit 3a88cc739a
45 changed files with 4329 additions and 3985 deletions

View File

@ -33,9 +33,9 @@
"utils": "node ./tools/monorepo-utils/dist/index.js" "utils": "node ./tools/monorepo-utils/dist/index.js"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.23.5",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"@wordpress/eslint-plugin": "14.7.0", "@wordpress/eslint-plugin": "14.7.0",
@ -43,8 +43,8 @@
"babel-loader": "^8.3.0", "babel-loader": "^8.3.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"copy-webpack-plugin": "^10.2.4", "copy-webpack-plugin": "^10.2.4",
"core-js": "^3.29.1", "core-js": "^3.34.0",
"css-loader": "^6.7.3", "css-loader": "^6.8.1",
"glob": "^7.2.3", "glob": "^7.2.3",
"husky": "^7.0.4", "husky": "^7.0.4",
"jest": "~27.5.1", "jest": "~27.5.1",
@ -56,13 +56,13 @@
"prettier": "npm:wp-prettier@^2.8.5", "prettier": "npm:wp-prettier@^2.8.5",
"regenerator-runtime": "^0.13.11", "regenerator-runtime": "^0.13.11",
"request": "^2.88.2", "request": "^2.88.2",
"sass": "^1.59.3", "sass": "^1.69.5",
"sass-loader": "^10.4.1", "sass-loader": "^10.5.0",
"syncpack": "^10.7.3", "syncpack": "^10.9.3",
"turbo": "^1.10.7", "turbo": "^1.11.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"url-loader": "^1.1.2", "url-loader": "^1.1.2",
"webpack": "^5.76.2" "webpack": "^5.89.0"
}, },
"dependencies": { "dependencies": {
"@babel/core": "7.12.9", "@babel/core": "7.12.9",

View File

@ -27,7 +27,7 @@
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {
"@jest/globals": "^27.5.1", "@jest/globals": "^27.5.1",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@woocommerce/e2e-utils": "workspace:*", "@woocommerce/e2e-utils": "workspace:*",
"config": "3.3.7" "config": "3.3.7"
}, },
@ -37,20 +37,20 @@
"puppeteer": "^2.0.0" "puppeteer": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/config": "0.0.41", "@types/config": "0.0.41",
"@types/expect-puppeteer": "^4.4.7", "@types/expect-puppeteer": "^4.4.7",
"@types/puppeteer": "^5.4.5", "@types/puppeteer": "^5.4.7",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@woocommerce/api": "^0.2.0", "@woocommerce/api": "^0.2.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"jest-mock-extended": "^1.0.18", "jest-mock-extended": "^1.0.18",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -41,24 +41,24 @@
"lint:fix": "eslint src --fix" "lint:fix": "eslint src --fix"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*", "@woocommerce/internal-style-build": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -30,46 +30,46 @@
"@wordpress/compose": "wp-6.0", "@wordpress/compose": "wp-6.0",
"@wordpress/core-data": "wp-6.0", "@wordpress/core-data": "wp-6.0",
"@wordpress/element": "wp-6.0", "@wordpress/element": "wp-6.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"debug": "^4.3.3", "debug": "^4.3.4",
"dompurify": "^2.3.6", "dompurify": "^2.4.7",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-router-dom": "~6.3.0" "react-router-dom": "~6.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.3", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.12",
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.4.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/wordpress__core-data": "2.4.5", "@types/wordpress__core-data": "2.4.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*", "@woocommerce/internal-style-build": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"copy-webpack-plugin": "^9.1.0", "copy-webpack-plugin": "^9.1.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"mini-css-extract-plugin": "^2.6.0", "mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-hooks^8.0.1": "link:@testing-library/react-hooks^8.0.1", "react-hooks^8.0.1": "link:@testing-library/react-hooks^8.0.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-rtl-plugin": "^2.0.0" "webpack-rtl-plugin": "^2.0.0"
}, },

View File

@ -26,17 +26,17 @@
}, },
"homepage": "https://github.com/woocommerce/woocommerce#readme", "homepage": "https://github.com/woocommerce/woocommerce#readme",
"dependencies": { "dependencies": {
"allure-commandline": "^2.17.2", "allure-commandline": "^2.25.0",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-allure": "^0.1.3", "jest-allure": "^0.1.3",
"jest-runner-groups": "^2.1.0", "jest-runner-groups": "^2.2.0",
"postman-collection": "^4.1.0", "postman-collection": "^4.3.0",
"supertest": "^6.1.4" "supertest": "^6.3.3"
}, },
"devDependencies": { "devDependencies": {
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0" "eslint": "^8.55.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -50,16 +50,16 @@
}, },
"devDependencies": { "devDependencies": {
"@types/create-hmac": "1.1.0", "@types/create-hmac": "1.1.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/parser": "^5.62.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"axios-mock-adapter": "^1.20.0", "axios-mock-adapter": "^1.22.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -30,18 +30,18 @@
"dependencies": { "dependencies": {
"@woocommerce/expression-evaluation": "workspace:*", "@woocommerce/expression-evaluation": "workspace:*",
"@wordpress/block-editor": "^9.8.0", "@wordpress/block-editor": "^9.8.0",
"@wordpress/blocks": "^12.3.0", "@wordpress/blocks": "^12.24.0",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"@wordpress/element": "wp-6.0" "@wordpress/element": "wp-6.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.3", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/wordpress__block-editor": "7.0.0", "@types/wordpress__block-editor": "7.0.0",
"@types/wordpress__blocks": "11.0.7", "@types/wordpress__blocks": "11.0.7",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
@ -50,18 +50,18 @@
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"copy-webpack-plugin": "^9.1.0", "copy-webpack-plugin": "^9.1.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -31,12 +31,12 @@
"types": "build-types", "types": "build-types",
"dependencies": { "dependencies": {
"@automattic/calypso-color-schemes": "^2.1.1", "@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", "@automattic/tour-kit": "^1.1.1",
"@types/wordpress__block-editor": "7.0.0", "@types/wordpress__block-editor": "7.0.0",
"@types/wordpress__block-library": "2.6.1", "@types/wordpress__block-library": "2.6.1",
"@types/wordpress__blocks": "11.0.7", "@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", "@types/wordpress__rich-text": "3.4.6",
"@woocommerce/csv-export": "workspace:*", "@woocommerce/csv-export": "workspace:*",
"@woocommerce/currency": "workspace:*", "@woocommerce/currency": "workspace:*",
@ -47,8 +47,8 @@
"@wordpress/api-fetch": "wp-6.0", "@wordpress/api-fetch": "wp-6.0",
"@wordpress/base-styles": "wp-6.0", "@wordpress/base-styles": "wp-6.0",
"@wordpress/block-editor": "^9.8.0", "@wordpress/block-editor": "^9.8.0",
"@wordpress/block-library": "^7.16.0", "@wordpress/block-library": "^7.19.0",
"@wordpress/blocks": "^11.18.0", "@wordpress/blocks": "^11.21.0",
"@wordpress/components": "wp-6.0", "@wordpress/components": "wp-6.0",
"@wordpress/compose": "wp-6.0", "@wordpress/compose": "wp-6.0",
"@wordpress/core-data": "wp-6.0", "@wordpress/core-data": "wp-6.0",
@ -65,9 +65,9 @@
"@wordpress/media-utils": "wp-6.0", "@wordpress/media-utils": "wp-6.0",
"@wordpress/rich-text": "wp-6.0", "@wordpress/rich-text": "wp-6.0",
"@wordpress/url": "wp-6.0", "@wordpress/url": "wp-6.0",
"@wordpress/viewport": "^4.1.2", "@wordpress/viewport": "^4.20.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"core-js": "^3.21.1", "core-js": "^3.34.0",
"d3-axis": "^1.0.12", "d3-axis": "^1.0.12",
"d3-format": "^1.4.5", "d3-format": "^1.4.5",
"d3-scale": "^2.2.2", "d3-scale": "^2.2.2",
@ -75,16 +75,16 @@
"d3-selection": "^1.4.2", "d3-selection": "^1.4.2",
"d3-shape": "^1.3.7", "d3-shape": "^1.3.7",
"d3-time-format": "^2.3.0", "d3-time-format": "^2.3.0",
"dompurify": "^2.3.6", "dompurify": "^2.4.7",
"downshift": "^6.1.12", "downshift": "^6.1.12",
"emoji-flags": "^1.3.0", "emoji-flags": "^1.3.0",
"gridicons": "^3.4.0", "gridicons": "^3.4.2",
"memoize-one": "^6.0.0", "memoize-one": "^6.0.0",
"moment": "^2.29.1", "moment": "^2.29.4",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.43",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-dates": "^21.8.0", "react-dates": "^21.8.0",
"react-transition-group": "^4.4.2" "react-transition-group": "^4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.2",
@ -98,30 +98,30 @@
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@storybook/addon-actions": "^6.5.17-alpha.0", "@storybook/addon-actions": "6.5.17-alpha.0",
"@storybook/addon-console": "^1.2.3", "@storybook/addon-console": "^1.2.3",
"@storybook/addon-controls": "^6.5.17-alpha.0", "@storybook/addon-controls": "6.5.17-alpha.0",
"@storybook/addon-docs": "^6.5.17-alpha.0", "@storybook/addon-docs": "6.5.17-alpha.0",
"@storybook/addon-knobs": "^6.4.0", "@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.17-alpha.0", "@storybook/addon-links": "6.5.17-alpha.0",
"@storybook/addons": "^6.5.17-alpha.0", "@storybook/addons": "6.5.17-alpha.0",
"@storybook/api": "^6.5.17-alpha.0", "@storybook/api": "6.5.17-alpha.0",
"@storybook/components": "^6.5.17-alpha.0", "@storybook/components": "6.5.17-alpha.0",
"@storybook/core-events": "^6.5.17-alpha.0", "@storybook/core-events": "6.5.17-alpha.0",
"@storybook/react": "^6.5.17-alpha.0", "@storybook/react": "6.5.17-alpha.0",
"@storybook/theming": "^6.5.17-alpha.0", "@storybook/theming": "6.5.17-alpha.0",
"@testing-library/dom": "8.11.3", "@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/lodash": "^4.14.184", "@types/lodash": "^4.14.202",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.11",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.4",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.3",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@types/wordpress__media-utils": "3.0.0", "@types/wordpress__media-utils": "3.0.0",
@ -129,22 +129,22 @@
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"@woocommerce/internal-style-build": "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", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"uuid": "^8.3.0", "uuid": "^8.3.2",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -26,9 +26,9 @@
"types": "build-types", "types": "build-types",
"react-native": "src/index", "react-native": "src/index",
"dependencies": { "dependencies": {
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"browser-filesaver": "^1.1.1", "browser-filesaver": "^1.1.1",
"moment": "^2.29.1" "moment": "^2.29.4"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -49,17 +49,17 @@
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -52,17 +52,17 @@
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -32,40 +32,40 @@
"@wordpress/element": "wp-6.0", "@wordpress/element": "wp-6.0",
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"@wordpress/notices": "wp-6.0", "@wordpress/notices": "wp-6.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-transition-group": "^4.4.2" "react-transition-group": "^4.4.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.11",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@woocommerce/data": "workspace:*", "@woocommerce/data": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*", "@woocommerce/internal-style-build": "workspace:*",
"@woocommerce/navigation": "workspace:*", "@woocommerce/navigation": "workspace:*",
"@woocommerce/tracks": "workspace:*", "@woocommerce/tracks": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -40,38 +40,38 @@
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"@wordpress/url": "wp-6.0", "@wordpress/url": "wp-6.0",
"md5": "^2.3.0", "md5": "^2.3.0",
"qs": "^6.10.3", "qs": "^6.11.2",
"rememo": "^4.0.0" "rememo": "^4.0.2"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@automattic/data-stores": "^2.0.1", "@automattic/data-stores": "^2.0.1",
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2", "@testing-library/react-hooks": "7.0.2",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.202",
"@types/md5": "^2.3.2", "@types/md5": "^2.3.5",
"@types/qs": "^6.9.7", "@types/node": "^16.18.68",
"@types/react": "^17.0.2", "@types/qs": "^6.9.10",
"@types/node": "^16.18.18", "@types/react": "^17.0.71",
"@types/wordpress__compose": "4.0.1", "@types/wordpress__compose": "4.0.1",
"@types/wordpress__core-data": "2.4.5", "@types/wordpress__core-data": "2.4.5",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@types/wordpress__data-controls": "~2.2.0", "@types/wordpress__data-controls": "~2.2.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0", "redux": "^4.2.1",
"redux": "^4.1.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"@wordpress/core-data": "wp-6.0", "@wordpress/core-data": "wp-6.0",

View File

@ -26,29 +26,29 @@
"types": "build-types", "types": "build-types",
"react-native": "src/index", "react-native": "src/index",
"dependencies": { "dependencies": {
"@types/d3-time-format": "^2.3.0", "@types/d3-time-format": "^2.3.4",
"@wordpress/date": "wp-6.0", "@wordpress/date": "wp-6.0",
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"moment": "^2.29.1", "moment": "^2.29.4",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.43",
"qs": "^6.10.3" "qs": "^6.11.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/node": "^16.18.18", "@types/jest": "^27.5.2",
"@types/jest": "^27.4.1", "@types/lodash": "^4.14.202",
"@types/lodash": "^4.14.182", "@types/node": "^16.18.68",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.10",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"concurrently": "^7.6.0",
"d3-time-format": "^2.3.0", "d3-time-format": "^2.3.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"lodash": "^4.17.0" "lodash": "^4.17.0"

View File

@ -22,21 +22,21 @@
}, },
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {
"@wordpress/dependency-extraction-webpack-plugin": "^3.3.0" "@wordpress/dependency-extraction-webpack-plugin": "^3.7.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -30,10 +30,10 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "7.12.8", "@babel/cli": "7.12.8",
"@babel/core": "7.12.9", "@babel/core": "7.12.9",
"@babel/plugin-proposal-async-generator-functions": "^7.16.4", "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.16.0", "@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.16.4", "@babel/plugin-transform-runtime": "^7.23.4",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.7", "@babel/preset-env": "7.12.7",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
@ -41,7 +41,7 @@
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
"@wordpress/babel-preset-default": "3.0.2", "@wordpress/babel-preset-default": "3.0.2",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"eslint-plugin-jest": "23.20.0" "eslint-plugin-jest": "23.20.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -27,30 +27,30 @@
"dependencies": { "dependencies": {
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50", "@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
"@jest/test-sequencer": "^27.5.1", "@jest/test-sequencer": "^27.5.1",
"@slack/web-api": "^6.1.0", "@slack/web-api": "^6.10.0",
"@woocommerce/api": "^0.2.0", "@woocommerce/api": "^0.2.0",
"@wordpress/e2e-test-utils": "^4.16.1", "@wordpress/e2e-test-utils": "^4.16.1",
"@wordpress/jest-preset-default": "^7.1.3", "@wordpress/jest-preset-default": "^7.1.3",
"app-root-path": "^3.0.0", "app-root-path": "^3.1.0",
"commander": "4.1.1", "commander": "4.1.1",
"config": "3.3.7", "config": "3.3.7",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-circus": "27.5.1", "jest-circus": "27.5.1",
"jest-each": "27.5.1", "jest-each": "27.5.1",
"jest-puppeteer": "^5.0.4", "jest-puppeteer": "^5.0.4",
"node-stream-zip": "^1.13.6", "node-stream-zip": "^1.15.0",
"puppeteer": "2.1.1", "puppeteer": "2.1.1",
"readline-sync": "^1.4.10", "readline-sync": "^1.4.10",
"request": "^2.88.2", "request": "^2.88.2",
"sprintf-js": "^1.1.2" "sprintf-js": "^1.1.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.12.8", "@babel/cli": "7.12.8",
"@babel/core": "7.12.9", "@babel/core": "7.12.9",
"@babel/plugin-proposal-async-generator-functions": "^7.16.4", "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.16.0", "@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.16.4", "@babel/plugin-transform-runtime": "^7.23.4",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.7", "@babel/preset-env": "7.12.7",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
@ -59,7 +59,7 @@
"@wordpress/babel-preset-default": "3.0.2", "@wordpress/babel-preset-default": "3.0.2",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"ndb": "^1.1.5", "ndb": "^1.1.5",
"semver": "^7.3.2" "semver": "^7.5.4"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -19,25 +19,25 @@
"@wordpress/deprecated": "wp-6.0", "@wordpress/deprecated": "wp-6.0",
"@wordpress/e2e-test-utils": "wp-6.0", "@wordpress/e2e-test-utils": "wp-6.0",
"config": "3.3.7", "config": "3.3.7",
"fishery": "^1.2.0" "fishery": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.12.8", "@babel/cli": "7.12.8",
"@babel/core": "7.12.9", "@babel/core": "7.12.9",
"@babel/plugin-proposal-async-generator-functions": "^7.16.4", "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.16.0", "@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.16.4", "@babel/plugin-transform-runtime": "^7.23.4",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.7", "@babel/preset-env": "7.12.7",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/parser": "^5.62.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-e2e-builds": "workspace:*", "@woocommerce/internal-e2e-builds": "workspace:*",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
"@wordpress/babel-preset-default": "3.0.2", "@wordpress/babel-preset-default": "3.0.2",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"eslint-plugin-jest": "23.20.0" "eslint-plugin-jest": "23.20.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -30,11 +30,11 @@
], ],
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.62.0",
"@wordpress/eslint-plugin": "14.7.0", "@wordpress/eslint-plugin": "14.7.0",
"eslint-plugin-react-hooks": "^4.6.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" "prettier": "npm:wp-prettier@^2.8.5"
}, },
"publishConfig": { "publishConfig": {
@ -47,13 +47,13 @@
"lint:fix": "eslint ./rules ./configs --fix" "lint:fix": "eslint ./rules ./configs --fix"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -31,51 +31,51 @@
], ],
"dependencies": { "dependencies": {
"@woocommerce/components": "workspace:*", "@woocommerce/components": "workspace:*",
"@wordpress/components": "^19.5.0", "@wordpress/components": "^19.17.0",
"@wordpress/element": "^4.1.1", "@wordpress/element": "^4.20.0",
"@wordpress/i18n": "^4.3.1", "@wordpress/i18n": "^4.47.0",
"@wordpress/icons": "^8.1.0", "@wordpress/icons": "^8.4.0",
"@wordpress/keycodes": "^3.3.1", "@wordpress/keycodes": "^3.47.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"dompurify": "^2.3.6", "dompurify": "^2.4.7",
"gridicons": "^3.4.0", "gridicons": "^3.4.2",
"moment": "^2.29.1", "moment": "^2.29.4",
"react-transition-group": "^4.4.2", "react-transition-group": "^4.4.5",
"react-visibility-sensor": "^5.1.1" "react-visibility-sensor": "^5.1.1"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@storybook/addon-actions": "^6.5.17-alpha.0", "@storybook/addon-actions": "6.5.17-alpha.0",
"@storybook/addon-console": "^1.2.3", "@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/dom": "8.11.3",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.4.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/react-transition-group": "^4.4.4", "@types/react-transition-group": "^4.4.10",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -35,24 +35,24 @@
"@wordpress/api-fetch": "wp-6.0", "@wordpress/api-fetch": "wp-6.0",
"@wordpress/hooks": "wp-6.0", "@wordpress/hooks": "wp-6.0",
"cookie": "^0.4.2", "cookie": "^0.4.2",
"qs": "^6.10.3" "qs": "^6.11.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/cookie": "^0.4.1", "@types/cookie": "^0.4.1",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.10",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"scripts": { "scripts": {
"turbo:build": "tsc --project tsconfig.json && tsc --project tsconfig-cjs.json", "turbo:build": "tsc --project tsconfig.json && tsc --project tsconfig-cjs.json",

View File

@ -48,17 +48,17 @@
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -31,34 +31,34 @@
"@wordpress/create-block": "wp-6.0", "@wordpress/create-block": "wp-6.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"change-case": "^4.1.2", "change-case": "^4.1.2",
"commander": "^9.2.0", "commander": "^9.5.0",
"execa": "^4.0.2", "execa": "^4.1.0",
"fast-glob": "^3.2.7", "fast-glob": "^3.3.2",
"inquirer": "^7.1.0", "inquirer": "^7.3.3",
"npm-package-arg": "^8.1.5", "npm-package-arg": "^8.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"write-pkg": "^4.0.0" "write-pkg": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.3", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"copy-webpack-plugin": "^9.1.0", "copy-webpack-plugin": "^9.1.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -28,8 +28,8 @@
"@babel/core": "7.12.9", "@babel/core": "7.12.9",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"glob": "^7.2.0", "glob": "^7.2.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mkdirp": "^1.0.4" "mkdirp": "^1.0.4"
}, },

View File

@ -34,20 +34,20 @@
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"@wordpress/jest-console": "^5.0.1", "@wordpress/jest-console": "^5.4.0",
"regenerator-runtime": "^0.13.9" "regenerator-runtime": "^0.13.11"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "babel-jest": "~27.5.1",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"resize-observer-polyfill": "1.5.1", "resize-observer-polyfill": "1.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"babel-jest": "~27.5.1", "typescript": "^5.3.3"
"typescript": "^5.1.6"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -26,9 +26,9 @@
"@wordpress/base-styles": "wp-6.0", "@wordpress/base-styles": "wp-6.0",
"@wordpress/postcss-plugins-preset": "wp-6.0", "@wordpress/postcss-plugins-preset": "wp-6.0",
"css-loader": "^3.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", "postcss-loader": "^4.3.0",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"webpack-remove-empty-scripts": "^0.7.3", "webpack-remove-empty-scripts": "^0.7.3",
"webpack-rtl-plugin": "^2.0.0" "webpack-rtl-plugin": "^2.0.0"
}, },
@ -38,15 +38,15 @@
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0" "webpack": "^5.89.0"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -35,7 +35,7 @@
"@wordpress/notices": "wp-6.0", "@wordpress/notices": "wp-6.0",
"@wordpress/url": "wp-6.0", "@wordpress/url": "wp-6.0",
"history": "^5.3.0", "history": "^5.3.0",
"qs": "^6.10.3", "qs": "^6.11.2",
"react-router-dom": "~6.3.0" "react-router-dom": "~6.3.0"
}, },
"peerDependencies": { "peerDependencies": {
@ -60,19 +60,19 @@
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.10",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -51,19 +51,19 @@
}, },
"devDependencies": { "devDependencies": {
"@automattic/data-stores": "^2.0.1", "@automattic/data-stores": "^2.0.1",
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.202",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@types/wordpress__notices": "3.5.0", "@types/wordpress__notices": "3.5.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0", "redux": "^4.2.1",
"redux": "^4.2.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -46,19 +46,19 @@
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/lodash": "^4.14.184", "@types/lodash": "^4.14.202",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -36,36 +36,36 @@
"@wordpress/components": "wp-6.0", "@wordpress/components": "wp-6.0",
"@wordpress/element": "wp-6.0", "@wordpress/element": "wp-6.0",
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"gridicons": "^3.4.0", "gridicons": "^3.4.2",
"react": "^17.0.2", "react": "^17.0.2",
"string-similarity": "4.0.4" "string-similarity": "4.0.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@storybook/addon-knobs": "^7.0.2", "@storybook/addon-knobs": "^7.0.2",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/string-similarity": "4.0.0", "@types/string-similarity": "4.0.0",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*",
"@woocommerce/internal-style-build": "workspace:*", "@woocommerce/internal-style-build": "workspace:*",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.202",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.11",
"@types/wordpress__blocks": "11.0.7", "@types/wordpress__blocks": "11.0.7",
"@woocommerce/admin-layout": "workspace:*", "@woocommerce/admin-layout": "workspace:*",
"@woocommerce/block-templates": "workspace:*", "@woocommerce/block-templates": "workspace:*",
@ -38,13 +38,13 @@
"@woocommerce/customer-effort-score": "workspace:*", "@woocommerce/customer-effort-score": "workspace:*",
"@woocommerce/data": "workspace:*", "@woocommerce/data": "workspace:*",
"@woocommerce/experimental": "workspace:*", "@woocommerce/experimental": "workspace:*",
"@woocommerce/navigation": "workspace:^8.1.0", "@woocommerce/navigation": "workspace:^",
"@woocommerce/number": "workspace:*", "@woocommerce/number": "workspace:*",
"@woocommerce/settings": "^1.0.0", "@woocommerce/settings": "^1.0.0",
"@woocommerce/tracks": "workspace:^1.3.0", "@woocommerce/tracks": "workspace:^",
"@wordpress/api-fetch": "wp-6.0", "@wordpress/api-fetch": "wp-6.0",
"@wordpress/block-editor": "^9.8.0", "@wordpress/block-editor": "^9.8.0",
"@wordpress/blocks": "^12.3.0", "@wordpress/blocks": "^12.24.0",
"@wordpress/components": "wp-6.0", "@wordpress/components": "wp-6.0",
"@wordpress/compose": "wp-6.0", "@wordpress/compose": "wp-6.0",
"@wordpress/core-data": "wp-6.0", "@wordpress/core-data": "wp-6.0",
@ -64,28 +64,28 @@
"@wordpress/media-utils": "wp-6.0", "@wordpress/media-utils": "wp-6.0",
"@wordpress/plugins": "wp-6.0", "@wordpress/plugins": "wp-6.0",
"@wordpress/url": "wp-6.0", "@wordpress/url": "wp-6.0",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"dompurify": "^2.3.6", "dompurify": "^2.4.7",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.4", "moment": "^2.29.4",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-router-dom": "~6.3.0" "react-router-dom": "~6.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.3", "@babel/core": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.4.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/wordpress__block-editor": "7.0.0", "@types/wordpress__block-editor": "7.0.0",
"@types/wordpress__block-library": "2.6.1", "@types/wordpress__block-library": "2.6.1",
"@types/wordpress__blocks": "11.0.7", "@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__core-data": "2.4.5",
"@types/wordpress__data": "6.0.2", "@types/wordpress__data": "6.0.2",
"@types/wordpress__date": "3.3.2", "@types/wordpress__date": "3.3.2",
@ -100,21 +100,21 @@
"@woocommerce/internal-style-build": "workspace:*", "@woocommerce/internal-style-build": "workspace:*",
"@wordpress/block-editor": "^9.8.0", "@wordpress/block-editor": "^9.8.0",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"copy-webpack-plugin": "^9.1.0", "copy-webpack-plugin": "^9.1.0",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"scripts": { "scripts": {

View File

@ -26,7 +26,7 @@
"types": "build-types", "types": "build-types",
"react-native": "src/index", "react-native": "src/index",
"dependencies": { "dependencies": {
"debug": "^4.3.3" "debug": "^4.3.4"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -43,16 +43,16 @@
"lint:fix": "eslint src --fix" "lint:fix": "eslint src --fix"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.12",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "concurrently": "^7.6.0",
"eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"jest-cli": "~27.5.1", "jest-cli": "~27.5.1",
"concurrently": "^7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"lint-staged": { "lint-staged": {
"*.(t|j)s?(x)": [ "*.(t|j)s?(x)": [

View File

@ -11,28 +11,28 @@
"homepage": "http://github.com/woocommerce/woo-ai", "homepage": "http://github.com/woocommerce/woo-ai",
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.12",
"@types/jquery": "^3.5.16", "@types/jquery": "^3.5.29",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*", "@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"@wordpress/env": "^8.2.0", "@wordpress/env": "^8.13.0",
"@wordpress/prettier-config": "2.17.0", "@wordpress/prettier-config": "2.17.0",
"@wordpress/scripts": "^19.2.4", "@wordpress/scripts": "^19.2.4",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"prettier": "npm:wp-prettier@^2.6.2", "prettier": "npm:wp-prettier@^2.8.5",
"ts-loader": "^9.4.1", "ts-loader": "^9.5.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"uglify-js": "^3.5.3" "uglify-js": "^3.17.4"
}, },
"dependencies": { "dependencies": {
"@automattic/tour-kit": "^1.1.1", "@automattic/tour-kit": "^1.1.1",
"@emotion/react": "^11.10.4", "@emotion/react": "^11.11.1",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.11",
"@types/react-outside-click-handler": "^1.3.1", "@types/react-outside-click-handler": "^1.3.3",
"@woocommerce/ai": "workspace:0.1.0-beta.0", "@woocommerce/ai": "workspace:0.1.0-beta.0",
"@woocommerce/components": "workspace:*", "@woocommerce/components": "workspace:*",
"@woocommerce/tracks": "workspace:*", "@woocommerce/tracks": "workspace:*",
@ -45,7 +45,7 @@
"@wordpress/notices": "wp-6.0", "@wordpress/notices": "wp-6.0",
"@wordpress/plugins": "wp-6.0", "@wordpress/plugins": "wp-6.0",
"@wordpress/preferences": "wp-6.0", "@wordpress/preferences": "wp-6.0",
"debug": "^4.3.3", "debug": "^4.3.4",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-query": "^3.39.3" "react-query": "^3.39.3"
}, },

View File

@ -50,18 +50,18 @@
"ts:check:watch": "npm run ts:check -- --watch" "ts:check:watch": "npm run ts:check -- --watch"
}, },
"dependencies": { "dependencies": {
"@automattic/components": "^2.0.1",
"@automattic/explat-client": "^0.0.3", "@automattic/explat-client": "^0.0.3",
"@automattic/explat-client-react-helpers": "^0.0.4", "@automattic/explat-client-react-helpers": "^0.0.4",
"@automattic/interpolate-components": "^1.2.0", "@automattic/interpolate-components": "^1.2.1",
"@automattic/components": "^2.0.1", "@react-spring/web": "^9.7.3",
"@react-spring/web": "^9.4.3",
"@types/wordpress__blocks": "11.0.7", "@types/wordpress__blocks": "11.0.7",
"@woocommerce/api": "^0.2.0", "@woocommerce/api": "^0.2.0",
"@wordpress/a11y": "wp-6.0", "@wordpress/a11y": "wp-6.0",
"@wordpress/api-fetch": "wp-6.0", "@wordpress/api-fetch": "wp-6.0",
"@wordpress/base-styles": "wp-6.0", "@wordpress/base-styles": "wp-6.0",
"@wordpress/blob": "wp-6.0", "@wordpress/blob": "wp-6.0",
"@wordpress/blocks": "^11.17.0", "@wordpress/blocks": "^11.21.0",
"@wordpress/components": "wp-6.0", "@wordpress/components": "wp-6.0",
"@wordpress/compose": "wp-6.0", "@wordpress/compose": "wp-6.0",
"@wordpress/core-data": "wp-6.0", "@wordpress/core-data": "wp-6.0",
@ -75,7 +75,7 @@
"@wordpress/html-entities": "wp-6.0", "@wordpress/html-entities": "wp-6.0",
"@wordpress/i18n": "wp-6.0", "@wordpress/i18n": "wp-6.0",
"@wordpress/icons": "wp-6.0", "@wordpress/icons": "wp-6.0",
"@wordpress/interface": "^5.15.0", "@wordpress/interface": "^5.24.0",
"@wordpress/keycodes": "wp-6.0", "@wordpress/keycodes": "wp-6.0",
"@wordpress/media-utils": "wp-6.0", "@wordpress/media-utils": "wp-6.0",
"@wordpress/notices": "wp-6.0", "@wordpress/notices": "wp-6.0",
@ -86,67 +86,67 @@
"@wordpress/viewport": "wp-6.0", "@wordpress/viewport": "wp-6.0",
"@wordpress/warning": "wp-6.0", "@wordpress/warning": "wp-6.0",
"@xstate/react": "3.2.1", "@xstate/react": "3.2.1",
"classnames": "^2.3.1", "classnames": "^2.3.2",
"core-js": "^3.21.1", "core-js": "^3.34.0",
"debug": "^4.3.3", "debug": "^4.3.4",
"dompurify": "^2.3.6", "dompurify": "^2.4.7",
"github-label-sync": "^2.0.2", "github-label-sync": "^2.3.1",
"grapheme-splitter": "^1.0.4", "grapheme-splitter": "^1.0.4",
"gridicons": "^3.4.0", "gridicons": "^3.4.2",
"history": "^5.3.0", "history": "^5.3.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"memize": "^1.1.0", "memize": "^1.1.0",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"qs": "^6.10.3", "qs": "^6.11.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-router-dom": "~6.3.0", "react-router-dom": "~6.3.0",
"react-transition-group": "^4.4.2", "react-transition-group": "^4.4.5",
"react-visibility-sensor": "^5.1.1", "react-visibility-sensor": "^5.1.1",
"redux": "^4.1.2", "redux": "^4.2.1",
"xstate": "4.37.1", "xstate": "4.37.1",
"zod": "^3.22.2" "zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@automattic/color-studio": "^2.5.0", "@automattic/color-studio": "^2.5.0",
"@babel/cli": "^7.17.6", "@babel/cli": "^7.23.4",
"@babel/core": "^7.17.5", "@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.16.11", "@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-async-to-generator": "^7.16.8", "@babel/plugin-transform-async-to-generator": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.17.3", "@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.16.7", "@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@octokit/core": "^3.5.1", "@octokit/core": "^3.6.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@testing-library/dom": "8.11.3", "@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3", "@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2", "@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/cookie": "^0.4.1", "@types/cookie": "^0.4.1",
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.4.0",
"@types/expect-puppeteer": "^4.4.7", "@types/expect-puppeteer": "^4.4.7",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.202",
"@types/puppeteer": "^4.0.2", "@types/puppeteer": "^4.0.3",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.10",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4", "@types/react-transition-group": "^4.4.10",
"@types/testing-library__jest-dom": "^5.14.3", "@types/testing-library__jest-dom": "^5.14.9",
"@types/tinymce": "^4.6.5", "@types/tinymce": "^4.6.9",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@types/wordpress__compose": "4.0.1", "@types/wordpress__compose": "4.0.1",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@types/wordpress__data-controls": "~2.2.0", "@types/wordpress__data-controls": "~2.2.0",
"@types/wordpress__media-utils": "3.0.0", "@types/wordpress__media-utils": "3.0.0",
"@types/wordpress__notices": "3.3.0", "@types/wordpress__notices": "3.3.0",
"@types/wordpress__plugins": "3.0.0", "@types/wordpress__plugins": "3.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/parser": "^5.62.0",
"@woocommerce/admin-e2e-tests": "workspace:*", "@woocommerce/admin-e2e-tests": "workspace:*",
"@woocommerce/admin-layout": "workspace:*", "@woocommerce/admin-layout": "workspace:*",
"@woocommerce/ai": "workspace:0.1.0-beta.0", "@woocommerce/ai": "workspace:0.1.0-beta.0",
@ -168,37 +168,37 @@
"@woocommerce/onboarding": "workspace:*", "@woocommerce/onboarding": "workspace:*",
"@woocommerce/product-editor": "workspace:*", "@woocommerce/product-editor": "workspace:*",
"@woocommerce/tracks": "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/block-editor": "^9.8.0",
"@wordpress/browserslist-config": "wp-6.0", "@wordpress/browserslist-config": "wp-6.0",
"@wordpress/custom-templated-path-webpack-plugin": "^2.1.2", "@wordpress/custom-templated-path-webpack-plugin": "^2.13.0",
"@wordpress/jest-preset-default": "^8.0.1", "@wordpress/jest-preset-default": "^8.5.2",
"@wordpress/postcss-plugins-preset": "^1.6.0", "@wordpress/postcss-plugins-preset": "^1.6.0",
"@wordpress/postcss-themes": "^1.0.5", "@wordpress/postcss-themes": "^1.0.5",
"@wordpress/prettier-config": "2.17.0", "@wordpress/prettier-config": "2.17.0",
"@wordpress/scripts": "^12.6.1", "@wordpress/scripts": "^12.6.1",
"@wordpress/stylelint-config": "^20.0.2", "@wordpress/stylelint-config": "^20.0.3",
"@xstate/inspect": "0.8.0", "@xstate/inspect": "0.8.0",
"@xstate/test": "0.5.1", "@xstate/test": "0.5.1",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.16",
"await-exec": "^0.1.2", "await-exec": "^0.1.2",
"babel-jest": "~27.5.1", "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-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0", "babel-plugin-transform-es2015-template-literals": "^6.22.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"comment-parser": "^1.3.0", "comment-parser": "^1.4.1",
"concurrently": "^7.0.0", "concurrently": "^7.6.0",
"config": "3.3.7", "config": "3.3.7",
"copy-webpack-plugin": "^10.2.4", "copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.0", "css-loader": "^6.8.1",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^2.5.0", "eslint-import-resolver-typescript": "^2.7.1",
"eslint-import-resolver-webpack": "^0.13.2", "eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.29.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-xstate": "^1.1.0", "eslint-plugin-xstate": "^1.1.3",
"expose-loader": "^3.1.0", "expose-loader": "^3.1.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"jest": "~27.5.1", "jest": "~27.5.1",
@ -206,37 +206,37 @@
"jest-environment-node": "~27.5.1", "jest-environment-node": "~27.5.1",
"md5": "^2.3.0", "md5": "^2.3.0",
"merge-config": "^2.0.0", "merge-config": "^2.0.0",
"mini-css-extract-plugin": "^2.6.0", "mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.1", "moment": "^2.29.4",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.43",
"moment-timezone-data-webpack-plugin": "^1.5.0", "moment-timezone-data-webpack-plugin": "^1.5.1",
"node-watch": "^0.7.3", "node-watch": "^0.7.4",
"postcss": "^8.4.7", "postcss": "^8.4.32",
"postcss-color-function": "^4.1.0", "postcss-color-function": "^4.1.0",
"postcss-loader": "^4.3.0", "postcss-loader": "^4.3.0",
"prettier": "npm:wp-prettier@^2.8.5", "prettier": "npm:wp-prettier@^2.8.5",
"promptly": "^3.2.0", "promptly": "^3.2.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"puppeteer": "^2.0.0", "puppeteer": "^2.1.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.0",
"readline-sync": "^1.4.10", "readline-sync": "^1.4.10",
"replace": "^1.2.1", "replace": "^1.2.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rtlcss": "^2.6.2", "rtlcss": "^2.6.2",
"sass": "^1.49.9", "sass": "^1.69.5",
"sass-loader": "^10.2.1", "sass-loader": "^10.5.0",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"stylelint": "^14.5.3", "stylelint": "^14.16.1",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"url-loader": "^1.1.2", "url-loader": "^1.1.2",
"webpack": "^5.70.0", "webpack": "^5.89.0",
"webpack-bundle-analyzer": "^3.9.0", "webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1", "webpack-dev-server": "^4.15.1",
"webpack-fix-style-only-entries": "^0.6.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" "webpack-rtl-plugin": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -10,24 +10,24 @@
"version": "2.3.0", "version": "2.3.0",
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester", "homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@types/wordpress__plugins": "3.0.0", "@types/wordpress__plugins": "3.0.0",
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*", "@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/env": "^8.2.0", "@wordpress/env": "^8.13.0",
"@wordpress/prettier-config": "2.17.0", "@wordpress/prettier-config": "2.17.0",
"@wordpress/scripts": "^19.2.4", "@wordpress/scripts": "^19.2.4",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"prettier": "npm:wp-prettier@^2.8.5", "prettier": "npm:wp-prettier@^2.8.5",
"ts-loader": "^9.4.1", "ts-loader": "^9.5.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"uglify-js": "^3.5.3" "uglify-js": "^3.17.4"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.4", "@emotion/react": "^11.11.1",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.11",
"@woocommerce/admin-layout": "workspace:*", "@woocommerce/admin-layout": "workspace:*",
"@woocommerce/components": "workspace:*", "@woocommerce/components": "workspace:*",
"@woocommerce/data": "workspace:*", "@woocommerce/data": "workspace:*",

View File

@ -120,17 +120,17 @@
"@octokit/graphql": "5.0.5", "@octokit/graphql": "5.0.5",
"@playwright/test": "1.38.1", "@playwright/test": "1.38.1",
"@storybook/addon-a11y": "7.5.2", "@storybook/addon-a11y": "7.5.2",
"@storybook/addon-actions": "^7.5.3", "@storybook/addon-actions": "^7.6.4",
"@storybook/addon-docs": "^7.5.2", "@storybook/addon-docs": "^7.6.4",
"@storybook/addon-essentials": "7.5.2", "@storybook/addon-essentials": "7.5.2",
"@storybook/addon-links": "7.5.2", "@storybook/addon-links": "7.5.2",
"@storybook/addon-storysource": "7.5.2", "@storybook/addon-storysource": "7.5.2",
"@storybook/addon-styling-webpack": "^0.0.5", "@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/addons": "7.5.2", "@storybook/addons": "7.5.2",
"@storybook/client-api": "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": "7.5.2",
"@storybook/react-webpack5": "^7.5.2", "@storybook/react-webpack5": "^7.6.4",
"@testing-library/dom": "9.3.3", "@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "5.16.5", "@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5", "@testing-library/react": "12.1.5",
@ -145,24 +145,24 @@
"@types/jquery": "3.5.14", "@types/jquery": "3.5.14",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@types/puppeteer": "5.4.6", "@types/puppeteer": "5.4.6",
"@types/react": "18.0.29", "@types/react": "^17.0.71",
"@types/react-dom": "18.0.10", "@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__block-editor": "6.0.6",
"@types/wordpress__blocks": "11.0.9", "@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__core-data": "^2.4.5",
"@types/wordpress__data": "^6.0.2", "@types/wordpress__data": "^6.0.2",
"@types/wordpress__data-controls": "2.2.0", "@types/wordpress__data-controls": "2.2.0",
"@types/wordpress__editor": "^13.6.3", "@types/wordpress__editor": "^13.6.7",
"@types/wordpress__notices": "^3.5.0", "@types/wordpress__notices": "^3.27.6",
"@types/wordpress__wordcount": "^2.4.2", "@types/wordpress__wordcount": "^2.4.5",
"@typescript-eslint/eslint-plugin": "5.56.0", "@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0", "@typescript-eslint/parser": "5.56.0",
"@woocommerce/api": "0.2.0", "@woocommerce/api": "0.2.0",
"@woocommerce/data": "4.1.0", "@woocommerce/data": "workspace:*",
"@woocommerce/e2e-utils": "0.2.0", "@woocommerce/e2e-utils": "workspace:*",
"@woocommerce/eslint-plugin": "2.2.0", "@woocommerce/eslint-plugin": "workspace:*",
"@woocommerce/woocommerce-rest-api": "1.0.1", "@woocommerce/woocommerce-rest-api": "1.0.1",
"@wordpress/api-fetch": "6.21.0", "@wordpress/api-fetch": "6.21.0",
"@wordpress/babel-preset-default": "7.28.0", "@wordpress/babel-preset-default": "7.28.0",
@ -176,7 +176,7 @@
"@wordpress/dom": "3.27.0", "@wordpress/dom": "3.27.0",
"@wordpress/e2e-test-utils": "10.12.0", "@wordpress/e2e-test-utils": "10.12.0",
"@wordpress/e2e-test-utils-playwright": "wp-6.4", "@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/element": "5.22.0",
"@wordpress/env": "8.2.0", "@wordpress/env": "8.2.0",
"@wordpress/html-entities": "3.24.0", "@wordpress/html-entities": "3.24.0",
@ -186,7 +186,7 @@
"@wordpress/scripts": "24.6.0", "@wordpress/scripts": "24.6.0",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"axios": "0.27.2", "axios": "0.27.2",
"babel-jest": "^29.6.2", "babel-jest": "^29.7.0",
"babel-plugin-explicit-exports-references": "^1.0.2", "babel-plugin-explicit-exports-references": "^1.0.2",
"babel-plugin-react-docgen": "4.2.1", "babel-plugin-react-docgen": "4.2.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-plugin-transform-react-remove-prop-types": "0.4.24",
@ -219,7 +219,7 @@
"glob-promise": "4.2.2", "glob-promise": "4.2.2",
"husky": "8.0.3", "husky": "8.0.3",
"ignore-loader": "0.1.2", "ignore-loader": "0.1.2",
"jest": "^29.5.0", "jest": "^29.7.0",
"jest-circus": "27.5.1", "jest-circus": "27.5.1",
"jest-environment-puppeteer": "6.1.1", "jest-environment-puppeteer": "6.1.1",
"jest-fetch-mock": "3.0.3", "jest-fetch-mock": "3.0.3",
@ -242,9 +242,9 @@
"react-test-renderer": "17.0.2", "react-test-renderer": "17.0.2",
"request-promise": "4.2.6", "request-promise": "4.2.6",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"rtlcss": "^4.0.0", "rtlcss": "^4.1.1",
"sass-loader": "10.1.0", "sass-loader": "10.1.0",
"storybook": "^7.5.2", "storybook": "^7.6.4",
"storybook-addon-react-docgen": "1.2.44", "storybook-addon-react-docgen": "1.2.44",
"terser-webpack-plugin": "5.3.6", "terser-webpack-plugin": "5.3.6",
"typescript": "5.3.2", "typescript": "5.3.2",
@ -260,13 +260,13 @@
"pnpm": "^8.6.7" "pnpm": "^8.6.7"
}, },
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.0.5", "@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.0", "@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.1", "@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.0", "@dnd-kit/utilities": "^3.2.2",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@preact/signals": "^1.1.2", "@preact/signals": "^1.2.2",
"@woocommerce/tracks": "^1.3.0", "@woocommerce/tracks": "workspace:^",
"@wordpress/autop": "3.16.0", "@wordpress/autop": "3.16.0",
"@wordpress/compose": "5.5.0", "@wordpress/compose": "5.5.0",
"@wordpress/deprecated": "3.41.0", "@wordpress/deprecated": "3.41.0",
@ -275,7 +275,7 @@
"@wordpress/plugins": "4.10.0", "@wordpress/plugins": "4.10.0",
"@wordpress/primitives": "3.0.4", "@wordpress/primitives": "3.0.4",
"@wordpress/server-side-render": "3.10.0", "@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/url": "3.13.0",
"@wordpress/wordcount": "3.47.0", "@wordpress/wordcount": "3.47.0",
"change-case": "^4.1.2", "change-case": "^4.1.2",
@ -285,13 +285,13 @@
"dataloader": "2.1.0", "dataloader": "2.1.0",
"deepsignal": "1.3.6", "deepsignal": "1.3.6",
"dinero.js": "1.9.1", "dinero.js": "1.9.1",
"dompurify": "^2.4.0", "dompurify": "^2.4.7",
"downshift": "6.1.7", "downshift": "6.1.7",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"fast-sort": "^3.4.0", "fast-sort": "^3.4.0",
"html-react-parser": "3.0.4", "html-react-parser": "3.0.4",
"postcode-validator": "3.8.15", "postcode-validator": "3.8.15",
"preact": "^10.11.3", "preact": "^10.19.3",
"react-number-format": "4.9.3", "react-number-format": "4.9.3",
"react-transition-group": "^4.4.5", "react-transition-group": "^4.4.5",
"reakit": "1.3.11", "reakit": "1.3.11",

View File

@ -20,24 +20,24 @@
"@wordpress/api-fetch": "wp-6.0", "@wordpress/api-fetch": "wp-6.0",
"@wordpress/components": "wp-6.0", "@wordpress/components": "wp-6.0",
"directory-tree": "^3.5.1", "directory-tree": "^3.5.1",
"glob": "^10.2.7", "glob": "^10.3.10",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*", "@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/env": "^8.2.0", "@wordpress/env": "^8.13.0",
"@wordpress/prettier-config": "2.17.0", "@wordpress/prettier-config": "2.17.0",
"@wordpress/scripts": "^26.4.0", "@wordpress/scripts": "^26.18.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"prettier": "npm:wp-prettier@^2.6.2", "prettier": "npm:wp-prettier@^2.8.5",
"ts-loader": "^9.4.1", "ts-loader": "^9.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.2",
"typescript": "^5.1.6" "typescript": "^5.3.3"
} }
} }

View File

@ -11,7 +11,7 @@
"start": "nodemon --watch js --watch css -e js,scss --exec pnpm build" "start": "nodemon --watch js --watch css -e js,scss --exec pnpm build"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@wordpress/stylelint-config": "19.1.0", "@wordpress/stylelint-config": "19.1.0",
"autoprefixer": "9.8.6", "autoprefixer": "9.8.6",
"browserslist": "4.19.3", "browserslist": "4.19.3",
@ -31,8 +31,8 @@
"grunt-sass": "3.1.0", "grunt-sass": "3.1.0",
"grunt-stylelint": "0.16.0", "grunt-stylelint": "0.16.0",
"gruntify-eslint": "5.0.0", "gruntify-eslint": "5.0.0",
"nodemon": "^2.0.21", "nodemon": "^2.0.22",
"sass": "^1.45.0", "sass": "^1.69.5",
"stylelint": "13.8.0" "stylelint": "13.8.0"
}, },
"dependencies": { "dependencies": {

View File

@ -110,10 +110,10 @@
"@babel/core": "7.12.9", "@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7", "@babel/preset-env": "7.12.7",
"@babel/register": "7.12.1", "@babel/register": "7.12.1",
"@playwright/test": "^1.38.1", "@playwright/test": "^1.40.1",
"@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/experimental-utils": "^5.54.0", "@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/parser": "^5.62.0",
"@woocommerce/admin-e2e-tests": "workspace:*", "@woocommerce/admin-e2e-tests": "workspace:*",
"@woocommerce/api": "workspace:*", "@woocommerce/api": "workspace:*",
"@woocommerce/api-core-tests": "workspace:*", "@woocommerce/api-core-tests": "workspace:*",
@ -124,10 +124,10 @@
"@woocommerce/woocommerce-rest-api": "^1.0.1", "@woocommerce/woocommerce-rest-api": "^1.0.1",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
"@wordpress/babel-preset-default": "3.0.2", "@wordpress/babel-preset-default": "3.0.2",
"@wordpress/env": "^8.2.0", "@wordpress/env": "^8.13.0",
"@wordpress/stylelint-config": "19.1.0", "@wordpress/stylelint-config": "19.1.0",
"allure-commandline": "^2.17.2", "allure-commandline": "^2.25.0",
"allure-playwright": "^2.0.0-beta.16", "allure-playwright": "^2.9.2",
"autoprefixer": "9.8.6", "autoprefixer": "9.8.6",
"axios": "^0.24.0", "axios": "^0.24.0",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
@ -136,15 +136,15 @@
"config": "3.3.7", "config": "3.3.7",
"cross-env": "6.0.3", "cross-env": "6.0.3",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"eslint-config-wpcalypso": "5.0.0", "eslint-config-wpcalypso": "5.0.0",
"eslint-plugin-jest": "23.20.0", "eslint-plugin-jest": "23.20.0",
"istanbul": "1.0.0-alpha.2", "istanbul": "1.0.0-alpha.2",
"jest": "~27.5.1", "jest": "~27.5.1",
"mocha": "7.2.0", "mocha": "7.2.0",
"prettier": "npm:wp-prettier@^2.8.5", "prettier": "npm:wp-prettier@^2.8.5",
"stylelint": "^13.8.0", "stylelint": "^13.13.1",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"webpack": "5.70.0", "webpack": "5.70.0",
"webpack-cli": "3.3.12", "webpack-cli": "3.3.12",

File diff suppressed because it is too large Load Diff

View File

@ -7,27 +7,27 @@
"license": "GPLv2", "license": "GPLv2",
"repository": "woocommerce/woocommerce", "repository": "woocommerce/woocommerce",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"@commander-js/extra-typings": "^10.0.3", "@commander-js/extra-typings": "^10.0.3",
"@oclif/core": "^2.4.0", "@oclif/core": "^2.15.0",
"@tsconfig/node16": "^1.0.3", "@tsconfig/node16": "^1.0.4",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@woocommerce/monorepo-utils": "workspace:*", "@woocommerce/monorepo-utils": "workspace:*",
"commander": "^9.4.0", "commander": "^9.5.0",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"simple-git": "^3.10.0", "simple-git": "^3.21.0",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"ts-node": "^10.2.1", "ts-node": "^10.9.2",
"tslib": "^2.3.1", "tslib": "^2.6.2",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"scripts": { "scripts": {
"lint": "eslint . --ext .ts", "lint": "eslint . --ext .ts",

View File

@ -17,23 +17,23 @@
"/oclif.manifest.json" "/oclif.manifest.json"
], ],
"dependencies": { "dependencies": {
"@oclif/core": "^1", "@oclif/core": "^1.26.2",
"@oclif/plugin-help": "^5", "@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-plugins": "^2.0.1", "@oclif/plugin-plugins": "^2.4.7",
"@octokit/graphql": "4.8.0" "@octokit/graphql": "4.8.0"
}, },
"devDependencies": { "devDependencies": {
"@octokit/request-error": "^3.0.1", "@octokit/request-error": "^3.0.3",
"@types/node": "^16.18.68",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"@types/node": "^16.18.18", "eslint": "^8.55.0",
"eslint": "^8.32.0", "globby": "^11.1.0",
"globby": "^11",
"jscodeshift": "^0.13.1", "jscodeshift": "^0.13.1",
"oclif": "^2", "oclif": "^2.7.0",
"shx": "^0.3.3", "shx": "^0.3.4",
"ts-node": "^10.2.1", "ts-node": "^10.9.2",
"tslib": "^2.3.1", "tslib": "^2.6.2",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"oclif": { "oclif": {
"bin": "monorepo-merge", "bin": "monorepo-merge",

View File

@ -8,39 +8,39 @@
"repository": "woocommerce/woocommerce", "repository": "woocommerce/woocommerce",
"main": "dist/index.js", "main": "dist/index.js",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"@commander-js/extra-typings": "^10.0.3", "@commander-js/extra-typings": "^10.0.3",
"@octokit/graphql": "4.8.0", "@octokit/graphql": "4.8.0",
"@octokit/graphql-schema": "^14.1.0", "@octokit/graphql-schema": "^14.45.1",
"@octokit/types": "^9.2.0", "@octokit/types": "^9.3.2",
"@slack/web-api": "^6.9.0", "@slack/web-api": "^6.10.0",
"@types/cli-table": "^0.3.1", "@types/cli-table": "^0.3.4",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.7",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cli-table": "^0.3.11", "cli-table": "^0.3.11",
"commander": "^10.0.1", "commander": "^10.0.1",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"figlet": "^1.6.0", "figlet": "^1.7.0",
"glob": "^10.2.4", "glob": "^10.3.10",
"graphql": "^16.6.0", "graphql": "^16.8.1",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"luxon": "^3.4.4", "luxon": "^3.4.4",
"octokit": "^2.0.14", "octokit": "^2.1.0",
"ora": "^5.4.1", "ora": "^5.4.1",
"promptly": "^3.2.0", "promptly": "^3.2.0",
"semver": "^7.3.2", "semver": "^7.5.4",
"simple-git": "^3.10.0", "simple-git": "^3.21.0",
"uuid": "^9.0.0" "uuid": "^9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.5.2",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.32.0", "eslint": "^8.55.0",
"jest": "~27.5.1", "jest": "~27.5.1",
"ts-jest": "~29.1.1", "ts-jest": "~29.1.1",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

View File

@ -17,21 +17,21 @@
"/oclif.manifest.json" "/oclif.manifest.json"
], ],
"dependencies": { "dependencies": {
"@oclif/core": "^1", "@oclif/core": "^1.26.2",
"@oclif/plugin-help": "^5", "@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-plugins": "^2.0.1", "@oclif/plugin-plugins": "^2.4.7",
"@types/semver": "^7.3.10", "@types/semver": "^7.5.6",
"semver": "^7.3.2" "semver": "^7.5.4"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"globby": "^11", "globby": "^11.1.0",
"oclif": "^2", "oclif": "^2.7.0",
"shx": "^0.3.3", "shx": "^0.3.4",
"ts-node": "^10.2.1", "ts-node": "^10.9.2",
"tslib": "^2.3.1", "tslib": "^2.6.2",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"oclif": { "oclif": {
"bin": "package-release", "bin": "package-release",

View File

@ -14,30 +14,30 @@
"pnpm": "^8.6.7" "pnpm": "^8.6.7"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/node16": "^1.0.3", "@tsconfig/node16": "^1.0.4",
"@types/ejs": "^3.1.1", "@types/ejs": "^3.1.5",
"@types/express": "^4.17.13", "@types/express": "^4.17.21",
"@types/lodash.shuffle": "^4.2.7", "@types/lodash.shuffle": "^4.2.9",
"@types/node": "^16.18.18", "@types/node": "^16.18.68",
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.9",
"@types/semver": "^7.3.10", "@types/semver": "^7.5.6",
"typescript": "^5.1.6" "typescript": "^5.3.3"
}, },
"dependencies": { "dependencies": {
"@commander-js/extra-typings": "^0.1.0", "@commander-js/extra-typings": "^0.1.0",
"@octokit/rest": "^19.0.4", "@octokit/rest": "^19.0.13",
"@woocommerce/monorepo-utils": "workspace:*", "@woocommerce/monorepo-utils": "workspace:*",
"code-analyzer": "workspace:*", "code-analyzer": "workspace:*",
"commander": "9.4.0", "commander": "9.4.0",
"dotenv": "^15.0.1", "dotenv": "^15.0.1",
"ejs": "^3.1.8", "ejs": "^3.1.9",
"enquirer": "^2.3.6", "enquirer": "^2.4.1",
"express": "^4.18.1", "express": "^4.18.2",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.7.0",
"open": "^8.4.0", "open": "^8.4.2",
"semver": "^7.3.2", "semver": "^7.5.4",
"ts-node": "^10.9.1" "ts-node": "^10.9.2"
} }
} }

View File

@ -25,33 +25,33 @@
"storybook-rtl": "USE_RTL_STYLE=true pnpm run storybook" "storybook-rtl": "USE_RTL_STYLE=true pnpm run storybook"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.23.5",
"@storybook/addon-a11y": "^6.5.17-alpha.0", "@storybook/addon-a11y": "6.5.17-alpha.0",
"@storybook/addon-actions": "^6.5.17-alpha.0", "@storybook/addon-actions": "6.5.17-alpha.0",
"@storybook/addon-console": "^1.2.3", "@storybook/addon-console": "^1.2.3",
"@storybook/addon-controls": "^6.5.17-alpha.0", "@storybook/addon-controls": "6.5.17-alpha.0",
"@storybook/addon-docs": "^6.5.17-alpha.0", "@storybook/addon-docs": "6.5.17-alpha.0",
"@storybook/addon-knobs": "^6.4.0", "@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.17-alpha.0", "@storybook/addon-links": "6.5.17-alpha.0",
"@storybook/addon-storysource": "^6.5.17-alpha.0", "@storybook/addon-storysource": "6.5.17-alpha.0",
"@storybook/addon-viewport": "^6.5.17-alpha.0", "@storybook/addon-viewport": "6.5.17-alpha.0",
"@storybook/addons": "^6.5.17-alpha.0", "@storybook/addons": "6.5.17-alpha.0",
"@storybook/api": "^6.5.17-alpha.0", "@storybook/api": "6.5.17-alpha.0",
"@storybook/builder-webpack5": "^6.5.17-alpha.0", "@storybook/builder-webpack5": "6.5.17-alpha.0",
"@storybook/components": "^6.5.17-alpha.0", "@storybook/components": "6.5.17-alpha.0",
"@storybook/core-events": "^6.5.17-alpha.0", "@storybook/core-events": "6.5.17-alpha.0",
"@storybook/manager-webpack5": "^6.5.17-alpha.0", "@storybook/manager-webpack5": "6.5.17-alpha.0",
"@storybook/react": "^6.5.17-alpha.0", "@storybook/react": "6.5.17-alpha.0",
"@storybook/theming": "^6.5.17-alpha.0", "@storybook/theming": "6.5.17-alpha.0",
"@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"webpack": "^5.70.0" "webpack": "^5.89.0"
}, },
"dependencies": { "dependencies": {
"@babel/preset-typescript": "^7.16.7" "@babel/preset-typescript": "^7.23.3"
} }
} }