We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb557f commit 571f70dCopy full SHA for 571f70d
package.json
@@ -35,16 +35,16 @@
35
},
36
"devDependencies": {
37
"@types/atom": "^1.40.11",
38
- "@types/jasmine": "^4.0.0",
39
- "@types/node": "^17.0.0",
+ "@types/jasmine": "^5.0.0",
+ "@types/node": "^20.0.0",
40
"@types/rimraf": "^3.0.2",
41
"atom-jasmine3-test-runner": "^5.2.9",
42
- "eslint-config-atomic": "1.17.1",
+ "eslint-config-atomic": "1.20.5",
43
"prettier-config-atomic": "^3.0.1",
44
"shx": "^0.3.3",
45
"spawk": "^1.7.1",
46
"standard-language-server": "^0.1.0",
47
- "typescript": "~4.6.0"
+ "typescript": "~5.2.0"
48
49
"atomTestRunner": "./test/runner"
50
}
0 commit comments