We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c4e7d commit cac1824Copy full SHA for cac1824
2 files changed
package.json
@@ -35,16 +35,16 @@
35
},
36
"devDependencies": {
37
"@types/atom": "^1.40.10",
38
- "@types/node": "^17.0.0",
39
- "babel-preset-atomic": "^4.1.0",
+ "@types/node": "^20.0.0",
+ "babel-preset-atomic": "^5.0.0",
40
"babel-preset-solid": "^1.0.0",
41
"build-commit": "^0.1.4",
42
"cross-env": "^7.0.3",
43
"eslint-config-atomic": "^1.15.3",
44
"prettier-config-atomic": "^3.0.0",
45
"rollup-plugin-atomic": "^3.0.0",
46
"shx": "^0.3.3",
47
- "typescript": "^4.3.2"
+ "typescript": "^5.0.0"
48
49
"prettier": "prettier-config-atomic",
50
"activationHooks": [
0 commit comments