bump: Update dependencies
This commit is contained in:
parent
5b2c3ab3d3
commit
05695a7f4a
2 changed files with 1101 additions and 841 deletions
31
package.json
31
package.json
|
|
@ -75,16 +75,13 @@
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*.+(js|jsx|ts|tsx|json)": [
|
"**/*.+(js|jsx|ts|tsx|json)": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"eslint --fix",
|
"eslint --fix"
|
||||||
"git add"
|
|
||||||
],
|
],
|
||||||
"**/*.+(css|html|md|mdx)": [
|
"**/*.+(css|html|md|mdx)": [
|
||||||
"prettier --write",
|
"prettier --write"
|
||||||
"git add"
|
|
||||||
],
|
],
|
||||||
"README.md": [
|
"README.md": [
|
||||||
"yarn run gen:toc-base",
|
"yarn run gen:toc-base"
|
||||||
"git add"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -92,7 +89,7 @@
|
||||||
"hogan.js": "3.0.2"
|
"hogan.js": "3.0.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"highlight.js": "9.17.1"
|
"highlight.js": "9.18.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/clipboard": "2.0.1",
|
"@types/clipboard": "2.0.1",
|
||||||
|
|
@ -101,14 +98,14 @@
|
||||||
"@types/highlight.js": "9.12.3",
|
"@types/highlight.js": "9.12.3",
|
||||||
"@types/hogan.js": "3.0.0",
|
"@types/hogan.js": "3.0.0",
|
||||||
"@types/html-webpack-plugin": "3.2.1",
|
"@types/html-webpack-plugin": "3.2.1",
|
||||||
"@types/jest": "24.9.0",
|
"@types/jest": "24.9.1",
|
||||||
"@types/mini-css-extract-plugin": "0.9.0",
|
"@types/mini-css-extract-plugin": "0.9.0",
|
||||||
"@types/mkdirp": "0.5.2",
|
"@types/mkdirp": "0.5.2",
|
||||||
"@types/node": "13.1.8",
|
"@types/node": "13.5.0",
|
||||||
"@types/nopt": "3.0.29",
|
"@types/nopt": "3.0.29",
|
||||||
"@types/webpack": "4.41.2",
|
"@types/webpack": "4.41.3",
|
||||||
"@typescript-eslint/eslint-plugin": "2.16.0",
|
"@typescript-eslint/eslint-plugin": "2.17.0",
|
||||||
"@typescript-eslint/parser": "2.16.0",
|
"@typescript-eslint/parser": "2.17.0",
|
||||||
"autoprefixer": "9.7.4",
|
"autoprefixer": "9.7.4",
|
||||||
"bulma": "^0.8.0",
|
"bulma": "^0.8.0",
|
||||||
"clipboard": "2.0.4",
|
"clipboard": "2.0.4",
|
||||||
|
|
@ -129,14 +126,14 @@
|
||||||
"handlebars": "4.7.2",
|
"handlebars": "4.7.2",
|
||||||
"handlebars-loader": "1.7.1",
|
"handlebars-loader": "1.7.1",
|
||||||
"html-webpack-plugin": "3.2.0",
|
"html-webpack-plugin": "3.2.0",
|
||||||
"husky": "4.0.10",
|
"husky": "4.2.1",
|
||||||
"image-webpack-loader": "6.0.0",
|
"image-webpack-loader": "6.0.0",
|
||||||
"is-ci-cli": "2.0.0",
|
"is-ci-cli": "2.0.0",
|
||||||
"jest": "24.9.0",
|
"jest": "25.1.0",
|
||||||
"lint-staged": "9.5.0",
|
"lint-staged": "10.0.2",
|
||||||
"markdown-toc": "^1.2.0",
|
"markdown-toc": "^1.2.0",
|
||||||
"mini-css-extract-plugin": "0.9.0",
|
"mini-css-extract-plugin": "0.9.0",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "1.0.3",
|
||||||
"nopt": "4.0.1",
|
"nopt": "4.0.1",
|
||||||
"postcss": "7.0.26",
|
"postcss": "7.0.26",
|
||||||
"postcss-cli": "7.1.0",
|
"postcss-cli": "7.1.0",
|
||||||
|
|
@ -144,7 +141,7 @@
|
||||||
"postcss-loader": "3.0.0",
|
"postcss-loader": "3.0.0",
|
||||||
"postcss-preset-env": "6.7.0",
|
"postcss-preset-env": "6.7.0",
|
||||||
"prettier": "1.19.1",
|
"prettier": "1.19.1",
|
||||||
"ts-jest": "24.3.0",
|
"ts-jest": "25.0.0",
|
||||||
"ts-loader": "6.2.1",
|
"ts-loader": "6.2.1",
|
||||||
"ts-node": "8.6.2",
|
"ts-node": "8.6.2",
|
||||||
"typescript": "3.7.5",
|
"typescript": "3.7.5",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue