chore(deps): upgrade all devDeps

pull/569/head
Shahar Or (mightyiam) 5 years ago committed by Shahar Dawn Or
parent 97a6279bcc
commit f38f49e985

3779
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,41 +10,40 @@
"test": "test"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"@types/assert": "^1.4.3",
"@types/chai": "^4.2.7",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@types/assert": "^1.4.6",
"@types/chai": "^4.2.11",
"@types/lodash.shuffle": "^4.2.6",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"benchmark": "^2.1.4",
"browserify": "^14.4.0",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"editorconfig-checker": "^3.0.3",
"editorconfig-checker": "^3.0.4",
"eslint": "^6.8.0",
"eslint-config-standard-with-typescript": "^14.0.0",
"eslint-config-standard-with-typescript": "^15.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^3.0.5",
"karma": "^3.0.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.2.0",
"husky": "^4.2.3",
"karma": "^4.4.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"lodash.shuffle": "^4.2.0",
"mocha": "^5.2.0",
"mocha": "^7.1.0",
"npm-run-all": "^4.1.5",
"remark-cli": "^7.0.1",
"remark-toc": "^6.0.0",
"remark-toc": "^7.0.0",
"tsconfigs": "^4.0.2",
"typescript": "^3.7.2",
"webpack": "^4.41.5",
"xyz": "2.1.0"
"typescript": "^3.8.3",
"webpack": "^4.42.0"
},
"scripts": {
"docs": "remark . --output",

@ -7,11 +7,6 @@
"target": "ES5",
"jsx": "react",
"jsxFactory": "jsx",
"lib": [
"dom",
"es5",
"es2015.core"
]
},
"files": [
"src/helpers/attachto.ts",

Loading…
Cancel
Save