Pin dependencies (https://github.com/woocommerce/woocommerce-admin/pull/573)
This commit is contained in:
parent
06163430a4
commit
9c147c6e82
|
@ -11,11 +11,11 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "*",
|
||||
"wp-coding-standards/wpcs": "^0.14",
|
||||
"phpunit/phpunit": "6.*",
|
||||
"wp-coding-standards/wpcs": "0.14.1",
|
||||
"phpunit/phpunit": "6.5.13",
|
||||
"woocommerce/woocommerce-sniffs": "*",
|
||||
"wimg/php-compatibility": "^8.0",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
||||
"wimg/php-compatibility": "8.2.0",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "0.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "8168b4b6538810d4d0caf6d84028013e",
|
||||
"content-hash": "4f56e2feb30efa128c61b9d0dd02bf66",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/installers",
|
||||
|
|
|
@ -6128,13 +6128,15 @@
|
|||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
||||
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0",
|
||||
"concat-map": "0.0.1"
|
||||
|
@ -6151,19 +6153,22 @@
|
|||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
||||
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"console-control-strings": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
||||
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"core-util-is": {
|
||||
"version": "1.0.2",
|
||||
|
@ -6294,7 +6299,8 @@
|
|||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
||||
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"ini": {
|
||||
"version": "1.3.5",
|
||||
|
@ -6308,6 +6314,7 @@
|
|||
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
||||
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"number-is-nan": "^1.0.0"
|
||||
}
|
||||
|
@ -6324,6 +6331,7 @@
|
|||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
||||
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
}
|
||||
|
@ -6332,13 +6340,15 @@
|
|||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
||||
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"minipass": {
|
||||
"version": "2.2.4",
|
||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.2.4.tgz",
|
||||
"integrity": "sha512-hzXIWWet/BzWhYs2b+u7dRHlruXhwdgvlTMDKC6Cb1U7ps6Ac6yQlR39xsbjWJE377YTCtKwIXIpJ5oP+j5y8g==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"safe-buffer": "^5.1.1",
|
||||
"yallist": "^3.0.0"
|
||||
|
@ -6359,6 +6369,7 @@
|
|||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
|
||||
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"minimist": "0.0.8"
|
||||
}
|
||||
|
@ -6447,7 +6458,8 @@
|
|||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
||||
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"object-assign": {
|
||||
"version": "4.1.1",
|
||||
|
@ -6461,6 +6473,7 @@
|
|||
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
||||
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"wrappy": "1"
|
||||
}
|
||||
|
@ -6598,6 +6611,7 @@
|
|||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
||||
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"code-point-at": "^1.0.0",
|
||||
"is-fullwidth-code-point": "^1.0.0",
|
||||
|
|
|
@ -32,75 +32,75 @@
|
|||
"docs": "node ./bin/generate-docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.1.0",
|
||||
"@babel/core": "^7.1.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.1.0",
|
||||
"@babel/runtime-corejs2": "^7.0.0",
|
||||
"@wordpress/api-fetch": "^2.0.0",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "^1.1.0",
|
||||
"@wordpress/babel-plugin-makepot": "^2.1.0",
|
||||
"@wordpress/babel-preset-default": "^2.1.0",
|
||||
"@wordpress/browserslist-config": "^2.2.2",
|
||||
"@wordpress/components": "^3.0.0",
|
||||
"@wordpress/data": "^2.0.0",
|
||||
"@wordpress/date": "^2.0.0",
|
||||
"@wordpress/element": "^2.0.0",
|
||||
"@wordpress/hooks": "^2.0.0",
|
||||
"@wordpress/html-entities": "^2.0.0",
|
||||
"@wordpress/i18n": "^2.0.0",
|
||||
"@wordpress/jest-preset-default": "^2.0.4",
|
||||
"@wordpress/keycodes": "^2.0.0",
|
||||
"@wordpress/postcss-themes": "^1.0.4",
|
||||
"@wordpress/scripts": "^2.2.1",
|
||||
"ast-types": "^0.11.5",
|
||||
"autoprefixer": "^9.1.5",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"babel-loader": "^8.0.2",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"chalk": "^2.4.1",
|
||||
"core-js": "^2.5.7",
|
||||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"deep-freeze": "^0.0.1",
|
||||
"@babel/cli": "7.1.0",
|
||||
"@babel/core": "7.1.0",
|
||||
"@babel/plugin-transform-async-to-generator": "7.1.0",
|
||||
"@babel/runtime-corejs2": "7.0.0",
|
||||
"@wordpress/api-fetch": "2.0.0",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.0",
|
||||
"@wordpress/babel-plugin-makepot": "2.1.0",
|
||||
"@wordpress/babel-preset-default": "2.1.0",
|
||||
"@wordpress/browserslist-config": "2.2.2",
|
||||
"@wordpress/components": "3.0.0",
|
||||
"@wordpress/data": "2.0.0",
|
||||
"@wordpress/date": "2.0.0",
|
||||
"@wordpress/element": "2.0.0",
|
||||
"@wordpress/hooks": "2.0.0",
|
||||
"@wordpress/html-entities": "2.0.0",
|
||||
"@wordpress/i18n": "2.0.0",
|
||||
"@wordpress/jest-preset-default": "2.0.4",
|
||||
"@wordpress/keycodes": "2.0.0",
|
||||
"@wordpress/postcss-themes": "1.0.4",
|
||||
"@wordpress/scripts": "2.2.1",
|
||||
"ast-types": "0.11.5",
|
||||
"autoprefixer": "9.1.5",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "9.0.0",
|
||||
"babel-loader": "8.0.2",
|
||||
"babel-plugin-transform-class-properties": "6.24.1",
|
||||
"chalk": "2.4.1",
|
||||
"core-js": "2.5.7",
|
||||
"cross-env": "5.2.0",
|
||||
"css-loader": "1.0.0",
|
||||
"deep-freeze": "0.0.1",
|
||||
"docsify-cli": "github:docsifyjs/docsify-cli#5df38996",
|
||||
"eslint": "^5.6.0",
|
||||
"eslint-config-wpcalypso": "^4.0.1",
|
||||
"eslint-loader": "^2.0.0",
|
||||
"eslint-plugin-jest": "^21.22.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"eslint-plugin-wpcalypso": "^4.0.2",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"gfm-code-blocks": "^1.0.0",
|
||||
"eslint": "5.6.0",
|
||||
"eslint-config-wpcalypso": "4.0.1",
|
||||
"eslint-loader": "2.1.0",
|
||||
"eslint-plugin-jest": "21.22.0",
|
||||
"eslint-plugin-jsx-a11y": "6.1.1",
|
||||
"eslint-plugin-react": "7.11.1",
|
||||
"eslint-plugin-wpcalypso": "4.0.2",
|
||||
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
||||
"gfm-code-blocks": "1.0.0",
|
||||
"gridicons": "3.1.1",
|
||||
"grunt": "^1.0.2",
|
||||
"grunt-checktextdomain": "^1.0.1",
|
||||
"grunt-wp-i18n": "^1.0.2",
|
||||
"history": "^4.7.2",
|
||||
"html-to-react": "^1.3.3",
|
||||
"husky": "^0.14.3",
|
||||
"marked": "^0.5.0",
|
||||
"interpolate-components": "^1.1.1",
|
||||
"node-sass": "^4.9.3",
|
||||
"postcss-color-function": "^4.0.1",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"grunt": "1.0.3",
|
||||
"grunt-checktextdomain": "1.0.1",
|
||||
"grunt-wp-i18n": "1.0.2",
|
||||
"history": "4.7.2",
|
||||
"html-to-react": "1.3.3",
|
||||
"husky": "0.14.3",
|
||||
"marked": "0.5.0",
|
||||
"interpolate-components": "1.1.1",
|
||||
"node-sass": "4.9.3",
|
||||
"postcss-color-function": "4.0.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
||||
"prop-types": "^15.6.1",
|
||||
"raw-loader": "^0.5.1",
|
||||
"react": "^16.5.1",
|
||||
"react-click-outside": "^3.0.1",
|
||||
"react-docgen": "^2.21.0",
|
||||
"react-dom": "^16.5.1",
|
||||
"react-live": "^1.11.0",
|
||||
"react-router-dom": "^4.2.2",
|
||||
"react-world-flags": "^1.2.4",
|
||||
"readline-sync": "^1.4.9",
|
||||
"recast": "^0.15.5",
|
||||
"sass-loader": "^7.1.0",
|
||||
"style-loader": "^0.23.0",
|
||||
"webpack": "^4.19.1",
|
||||
"webpack-cli": "^3.1.0"
|
||||
"prop-types": "15.6.2",
|
||||
"raw-loader": "0.5.1",
|
||||
"react": "16.5.1",
|
||||
"react-click-outside": "3.0.1",
|
||||
"react-docgen": "2.21.0",
|
||||
"react-dom": "16.5.1",
|
||||
"react-live": "1.11.0",
|
||||
"react-router-dom": "4.3.1",
|
||||
"react-world-flags": "1.2.4",
|
||||
"readline-sync": "1.4.9",
|
||||
"recast": "0.15.5",
|
||||
"sass-loader": "7.1.0",
|
||||
"style-loader": "0.23.0",
|
||||
"webpack": "4.19.1",
|
||||
"webpack-cli": "3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"browser-filesaver": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue