Skip to content

Commit

Permalink
fix: bump atom-ide-base and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 25, 2021
1 parent 9568d62 commit 02ad02d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"atomTestRunner": "./test/runner",
"dependencies": {
"@types/rimraf": "^3.0.0",
"atom-ide-base": "^3.0.0",
"atom-ide-base": "^3.1.1",
"rimraf": "^3.0.2",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver-protocol": "3.16.0",
Expand All @@ -38,12 +38,12 @@
"devDependencies": {
"@types/atom": "^1.40.10",
"@types/jasmine": "^3.7.7",
"@types/node": "15.12.2",
"@types/node": "15.12.4",
"atom-jasmine3-test-runner": "^5.2.6",
"eslint-config-atomic": "1.14.5",
"eslint-config-atomic": "1.16.1",
"prettier-config-atomic": "^2.0.5",
"shx": "^0.3.3",
"spawk": "^1.4.0",
"typescript": "~4.3.2"
"spawk": "^1.7.1",
"typescript": "~4.3.4"
}
}

0 comments on commit 02ad02d

Please sign in to comment.