bump: Update versions
This commit is contained in:
parent
1c8a9eefc0
commit
499c67fea5
2 changed files with 685 additions and 409 deletions
32
package.json
32
package.json
|
|
@ -81,7 +81,7 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"diff": "4.0.1",
|
||||
"diff": "4.0.2",
|
||||
"hogan.js": "3.0.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
@ -94,35 +94,35 @@
|
|||
"@types/highlight.js": "9.12.3",
|
||||
"@types/hogan.js": "3.0.0",
|
||||
"@types/html-webpack-plugin": "3.2.1",
|
||||
"@types/jest": "24.0.25",
|
||||
"@types/jest": "24.9.0",
|
||||
"@types/mini-css-extract-plugin": "0.9.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
"@types/node": "13.1.4",
|
||||
"@types/node": "13.1.8",
|
||||
"@types/nopt": "3.0.29",
|
||||
"@types/webpack": "4.41.1",
|
||||
"@typescript-eslint/eslint-plugin": "2.14.0",
|
||||
"@typescript-eslint/parser": "2.14.0",
|
||||
"autoprefixer": "9.7.3",
|
||||
"@types/webpack": "4.41.2",
|
||||
"@typescript-eslint/eslint-plugin": "2.16.0",
|
||||
"@typescript-eslint/parser": "2.16.0",
|
||||
"autoprefixer": "9.7.4",
|
||||
"bulma": "^0.8.0",
|
||||
"clipboard": "2.0.4",
|
||||
"codacy-coverage": "3.4.0",
|
||||
"copy-webpack-plugin": "5.1.1",
|
||||
"css-loader": "3.4.1",
|
||||
"css-loader": "3.4.2",
|
||||
"cssnano": "4.1.10",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-prettier": "6.9.0",
|
||||
"eslint-plugin-import": "2.19.1",
|
||||
"eslint-plugin-jest": "23.3.0",
|
||||
"eslint-plugin-import": "2.20.0",
|
||||
"eslint-plugin-jest": "23.6.0",
|
||||
"eslint-plugin-json": "2.0.1",
|
||||
"eslint-plugin-node": "11.0.0",
|
||||
"eslint-plugin-optimize-regex": "1.1.7",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"file-loader": "5.0.2",
|
||||
"handlebars": "4.5.3",
|
||||
"handlebars": "4.7.2",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "3.1.0",
|
||||
"husky": "4.0.10",
|
||||
"image-webpack-loader": "6.0.0",
|
||||
"is-ci-cli": "2.0.0",
|
||||
"jest": "24.9.0",
|
||||
|
|
@ -131,15 +131,15 @@
|
|||
"mkdirp": "0.5.1",
|
||||
"nopt": "4.0.1",
|
||||
"postcss": "7.0.26",
|
||||
"postcss-cli": "6.1.3",
|
||||
"postcss-cli": "7.1.0",
|
||||
"postcss-import": "12.0.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"prettier": "1.19.1",
|
||||
"ts-jest": "24.2.0",
|
||||
"ts-jest": "24.3.0",
|
||||
"ts-loader": "6.2.1",
|
||||
"ts-node": "8.5.4",
|
||||
"typescript": "3.7.4",
|
||||
"ts-node": "8.6.2",
|
||||
"typescript": "3.7.5",
|
||||
"url-loader": "3.0.0",
|
||||
"webpack": "4.41.5",
|
||||
"webpack-cli": "3.3.10",
|
||||
|
|
|
|||
Loading…
Reference in a new issue