Skip to content

Commit

Permalink
build: upgrade CLI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Jan 5, 2021
1 parent 1ae62a1 commit fbb41bf
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.19.0
10.23.1
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@elastic/datemath": "^5.0.2",
"@elastic/eui": "^27.0.0",
"@elastic/github-checks-reporter": "^0.0.20-b3",
Expand Down Expand Up @@ -138,7 +138,7 @@
"@typescript-eslint/parser": "^4.12.0",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"backport": "^4.8.0",
"backport": "^5.6.1",
"canvas": "^2.6.1",
"chromedriver": "^80.0.0",
"circular-dependency-plugin": "^5.2.0",
Expand All @@ -164,7 +164,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^25.0.1",
"geckodriver": "^1.19.1",
"husky": "^3.1.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"jest-image-snapshot": "^4.3.0",
Expand Down Expand Up @@ -198,7 +198,7 @@
"style-loader": "^1.2.1",
"ts-jest": "^26.4.4",
"ts-loader": "^7.0.5",
"ts-prune": "^0.3.0",
"ts-prune": "^0.8.4",
"typescript": "^3.7.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
Expand All @@ -220,7 +220,7 @@
"refractor": "~3.1.0"
},
"engines": {
"node": ">=10.19",
"node": ">=10.23",
"yarn": "^1.10.1"
},
"browserslist": [
Expand Down
Loading

0 comments on commit fbb41bf

Please sign in to comment.