Skip to content

Commit

Permalink
chore: update devDpendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 13, 2021
1 parent a0b37c8 commit d18fbd1
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 460 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"atom-package-deps": "^7.2.2"
},
"devDependencies": {
"@types/atom": "^1.40.7",
"@types/jasmine": "^3.6.3",
"@types/node": "^14.14.28",
"atom-jasmine3-test-runner": "^5.1.8",
"@types/atom": "^1.40.9",
"@types/jasmine": "^3.6.6",
"@types/node": "^14.14.34",
"atom-jasmine3-test-runner": "^5.1.9",
"build-commit": "^0.1.4",
"cross-env": "latest",
"eslint": "7.20.0",
"eslint-config-atomic": "^1.10.1",
"npm-check-updates": "^11.1.4",
"eslint": "7.22.0",
"eslint-config-atomic": "^1.12.2",
"npm-check-updates": "^11.3.0",
"prettier": "^2.2.1",
"rollup": "^2.39.0",
"rollup-plugin-atomic": "^2.0.1",
"rollup": "^2.41.2",
"rollup-plugin-atomic": "^2.1.0",
"shx": "^0.3.3",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1"
"typescript": "^4.2.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2"
},
"atomTestRunner": "./spec/runner",
"activationHooks": [
Expand Down
Loading

0 comments on commit d18fbd1

Please sign in to comment.