Update package and node version

This commit is contained in:
roykho 2021-12-15 07:08:37 -08:00
parent 47e39bcafc
commit 0f369d7040
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
5 changed files with 709 additions and 1587 deletions

2
.nvmrc
View File

@ -1 +1 @@
v12
v16

View File

@ -26,7 +26,7 @@
"@slack/web-api": "^6.1.0",
"@woocommerce/api": "^0.2.0",
"@wordpress/e2e-test-utils": "^4.16.1",
"@wordpress/jest-preset-default": "^6.4.0",
"@wordpress/jest-preset-default": "^7.1.3",
"app-root-path": "^3.0.0",
"commander": "4.1.1",
"jest": "^25.1.0",

View File

@ -6,6 +6,7 @@
"private": true,
"main": "Gruntfile.js",
"devDependencies": {
"@wordpress/stylelint-config": "19.1.0",
"autoprefixer": "9.8.6",
"browserslist": "4.14.5",
"caniuse-lite": "1.0.30001146",
@ -25,7 +26,6 @@
"grunt-stylelint": "0.16.0",
"gruntify-eslint": "5.0.0",
"sass": "^1.45.0",
"stylelint": "13.8.0",
"@wordpress/stylelint-config": "19.1.0"
"stylelint": "13.8.0"
}
}

View File

@ -48,6 +48,7 @@
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.3",
"@wordpress/babel-preset-default": "3.0.2",
"@wordpress/eslint-plugin": "7.3.0",
"@wordpress/stylelint-config": "19.1.0",
"autoprefixer": "9.8.6",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
@ -65,15 +66,14 @@
"mocha": "7.2.0",
"prettier": "npm:wp-prettier@2.0.5",
"stylelint": "^13.8.0",
"@wordpress/stylelint-config": "19.1.0",
"typescript": "3.9.7",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"wp-textdomain": "1.0.1"
},
"engines": {
"node": "^12.20.1",
"npm": "^6.14.6"
"node": "^16.13.1",
"npm": "^8.1.2"
},
"husky": {
"hooks": {

File diff suppressed because it is too large Load Diff