Skip to content

Commit

Permalink
fix: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 22, 2020
1 parent 49332d0 commit 633e8e7
Show file tree
Hide file tree
Showing 2 changed files with 913 additions and 564 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
"busy-signal"
],
"dependencies": {
"atom-ide-base": "^2.1.0",
"atom-package-deps": "^6.0.0"
"atom-package-deps": "^6.0.0",
"atom-ide-base": "^2.1.1"
},
"devDependencies": {
"@types/atom": "^1.40.4",
"@types/node": "^14.11.4",
"atom-languageclient": "^0.9.9",
"@types/node": "^14.14.2",
"atom-languageclient": "^1.0.0",
"@types/jasmine": "^3.5.14",
"atom-jasmine3-test-runner": "^5.1.2",
"atom-jasmine3-test-runner": "^5.1.4",
"typescript": "^4.0.3",
"tslib": "^2.0.1",
"tslib": "^2.0.3",
"prettier": "^2.1.2",
"eslint": "7.10.0",
"eslint": "7.11.0",
"eslint-config-atomic": "^1.5.0",
"rollup": "^2.28.2",
"rollup-plugin-atomic": "^1.2.0",
"rollup": "^2.32.1",
"rollup-plugin-atomic": "^1.6.2",
"shx": "^0.3.2",
"cross-env": "latest",
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"babel-preset-atomic": "latest",
"npm-check-updates": "^9.0.4",
"npm-check-updates": "^9.1.2",
"build-commit": "^0.1.1"
},
"atomTestRunner": "./spec/runner",
Expand Down
Loading

0 comments on commit 633e8e7

Please sign in to comment.