bump: Update dependencies
This commit is contained in:
parent
908272a00f
commit
98db156d30
2 changed files with 985 additions and 871 deletions
51
package.json
51
package.json
|
|
@ -89,7 +89,7 @@
|
|||
"hogan.js": "3.0.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"highlight.js": "10.1.2"
|
||||
"highlight.js": "10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/clipboard": "2.0.1",
|
||||
|
|
@ -97,56 +97,56 @@
|
|||
"@types/diff": "4.0.2",
|
||||
"@types/hogan.js": "3.0.0",
|
||||
"@types/html-webpack-plugin": "3.2.3",
|
||||
"@types/jest": "26.0.13",
|
||||
"@types/jest": "26.0.14",
|
||||
"@types/mini-css-extract-plugin": "0.9.1",
|
||||
"@types/mkdirp": "1.0.1",
|
||||
"@types/node": "14.6.4",
|
||||
"@types/node": "14.11.10",
|
||||
"@types/nopt": "3.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "4.0.1",
|
||||
"@typescript-eslint/parser": "4.0.1",
|
||||
"autoprefixer": "9.8.6",
|
||||
"@typescript-eslint/eslint-plugin": "4.4.1",
|
||||
"@typescript-eslint/parser": "4.4.1",
|
||||
"autoprefixer": "10.0.1",
|
||||
"bulma": "^0.9.0",
|
||||
"clipboard": "2.0.6",
|
||||
"copy-webpack-plugin": "6.1.0",
|
||||
"css-loader": "4.2.2",
|
||||
"css-loader": "5.0.0",
|
||||
"cssnano": "4.1.10",
|
||||
"eslint": "7.8.1",
|
||||
"eslint-config-prettier": "6.11.0",
|
||||
"eslint-plugin-import": "2.22.0",
|
||||
"eslint-plugin-jest": "24.0.0",
|
||||
"eslint": "7.11.0",
|
||||
"eslint-config-prettier": "6.13.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jest": "24.1.0",
|
||||
"eslint-plugin-json": "2.1.2",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-optimize-regex": "1.2.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"file-loader": "6.1.0",
|
||||
"file-loader": "6.1.1",
|
||||
"handlebars": "4.7.6",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"html-webpack-plugin": "4.4.1",
|
||||
"husky": "4.2.5",
|
||||
"husky": "4.3.0",
|
||||
"image-webpack-loader": "6.0.0",
|
||||
"is-ci-cli": "2.1.2",
|
||||
"jest": "26.4.2",
|
||||
"lint-staged": "10.3.0",
|
||||
"jest": "26.5.3",
|
||||
"lint-staged": "10.4.1",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"mini-css-extract-plugin": "0.11.0",
|
||||
"mkdirp": "1.0.4",
|
||||
"nopt": "5.0.0",
|
||||
"postcss": "7.0.32",
|
||||
"postcss-cli": "7.1.2",
|
||||
"postcss": "8.1.1",
|
||||
"postcss-cli": "8.1.0",
|
||||
"postcss-import": "12.0.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"postcss-loader": "4.0.4",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"prettier": "2.1.1",
|
||||
"ts-jest": "26.3.0",
|
||||
"ts-loader": "8.0.3",
|
||||
"prettier": "2.1.2",
|
||||
"ts-jest": "26.4.1",
|
||||
"ts-loader": "8.0.5",
|
||||
"ts-node": "9.0.0",
|
||||
"typescript": "4.0.2",
|
||||
"url-loader": "4.1.0",
|
||||
"typescript": "4.0.3",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "4.44.1",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-dev-server": "3.11.0",
|
||||
"whatwg-fetch": "3.4.0"
|
||||
"whatwg-fetch": "3.4.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"lodash": ">=4.17.20",
|
||||
|
|
@ -154,7 +154,8 @@
|
|||
"acorn": ">=7.4.0",
|
||||
"autolinker": ">=3.14.1",
|
||||
"bl": ">=2.2.1",
|
||||
"decompress": ">=4.2.1"
|
||||
"decompress": ">=4.2.1",
|
||||
"node-forge": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue