Merge pull request #25270 from woocommerce/renovate/pin-dependencies

Pin dependencies
This commit is contained in:
Rodrigo Primo 2019-12-20 09:12:59 -03:00 committed by GitHub
commit 473a00d57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -19,17 +19,17 @@
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@wordpress/e2e-test-utils": "^2.2.0",
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"@wordpress/e2e-test-utils": "2.2.0",
"autoprefixer": "9.7.3",
"babel-eslint": "10.0.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"commander": "^3.0.0",
"commander": "3.0.0",
"eslint-plugin-jest": "23.1.1",
"config": "3.2.4",
"cross-env": "6.0.3",