chore: update dependencies

This commit is contained in:
Baptiste Grob
2020-08-17 11:42:29 +02:00
parent 57f2b924bf
commit 7ca8d87324
2 changed files with 1069 additions and 824 deletions

1875
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,16 +16,15 @@
"tsc": "tsc --project app/assets/javascripts/tsconfig.json" "tsc": "tsc --project app/assets/javascripts/tsconfig.json"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.10.4", "@babel/cli": "^7.10.5",
"@babel/core": "^7.10.4", "@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4", "@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4", "@babel/preset-typescript": "^7.10.4",
"@types/angular": "^1.7.0", "@types/angular": "^1.7.0",
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/node": "^12.12.30",
"@types/pug": "^2.0.4", "@types/pug": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0", "@typescript-eslint/parser": "^2.23.0",
@@ -42,7 +41,6 @@
"eslint-config-semistandard": "^15.0.0", "eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1", "eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"file-loader": "^5.1.0", "file-loader": "^5.1.0",
@@ -56,12 +54,12 @@
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"serve-static": "^1.14.1", "serve-static": "^1.14.1",
"sn-stylekit": "2.1.0", "sn-stylekit": "2.1.0",
"ts-loader": "^8.0.1", "ts-loader": "^8.0.2",
"typescript": "^3.9.6", "typescript": "^3.9.7",
"typescript-eslint": "0.0.1-alpha.0", "typescript-eslint": "0.0.1-alpha.0",
"webpack": "^4.42.0", "webpack": "^4.44.1",
"webpack-cli": "^3.3.11", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.3", "webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2" "webpack-merge": "^4.2.2"
}, },
"dependencies": { "dependencies": {