Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework: Add package-lock precommit check for latest NPM #21306

Merged
merged 9 commits into from Apr 8, 2020
239 changes: 208 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -125,7 +125,7 @@
"babel-plugin-require-context-hook": "1.0.0",
"benchmark": "2.1.4",
"browserslist": "4.9.1",
"chalk": "3.0.0",
"chalk": "4.0.0",
"commander": "4.1.0",
"concurrently": "3.5.0",
"copy-webpack-plugin": "4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-block/package.json
Expand Up @@ -30,7 +30,7 @@
"wp-create-block": "./index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^4.0.0",
"check-node-version": "^3.1.1",
"commander": "^4.1.0",
"execa": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Expand Up @@ -27,7 +27,7 @@
"@wordpress/jest-puppeteer-axe": "file:../jest-puppeteer-axe",
"@wordpress/scripts": "file:../scripts",
"@wordpress/url": "file:../url",
"chalk": "^2.4.2",
"chalk": "^4.0.0",
"expect-puppeteer": "^4.3.0",
"lodash": "^4.17.15",
"uuid": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Expand Up @@ -32,7 +32,7 @@
"wp-env": "bin/wp-env"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^4.0.0",
"copy-dir": "^1.2.0",
"docker-compose": "^0.22.2",
"extract-zip": "^1.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -42,7 +42,7 @@
"@wordpress/prettier-config": "file:../prettier-config",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"chalk": "^4.0.0",
"check-node-version": "^3.1.1",
"command-exists": "^1.2.8",
"cross-spawn": "^5.1.0",
Expand Down