Skip to content

Commit

Permalink
upgrade latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisser committed Dec 13, 2020
1 parent 7549ae1 commit 9726ffe
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 260 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@types/jasmine": "^3.5.10",
"@types/karma": "^5.0.0",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-sort-keys-fix": "^1.1.1",
Expand All @@ -50,17 +50,17 @@
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.2.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-typescript": "^5.0.3",
"karma-typescript-es6-transform": "^5.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"release-it": "^13.6.1",
"ts-node": "^8.10.1",
"release-it": "^14.2.2",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
"typescript": "^4.1.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
Loading

0 comments on commit 9726ffe

Please sign in to comment.