Skip to content

Commit 2e650f6

Browse files
chore(deps): update devdependencies
1 parent 6346988 commit 2e650f6

File tree

3 files changed

+5003
-4546
lines changed

3 files changed

+5003
-4546
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"styled-jsx": "3.3.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.11.4"
18+
"@babel/core": "7.21.3"
1919
},
2020
"keywords": [],
2121
"browserslist": {

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,29 @@
4040
"styled-jsx": "3.3.2"
4141
},
4242
"devDependencies": {
43-
"@types/atom": "1.40.5",
44-
"@types/node": "^14.14.14",
45-
"typescript": "^4.1.3",
43+
"@types/atom": "1.40.12",
44+
"@types/node": "^18.0.0",
45+
"typescript": "^5.0.0",
4646
"tslib": "^2.0.3",
47-
"coffeescript": "^1.12.7",
47+
"coffeescript": "^2.0.0",
4848
"prettier": "^2.2.1",
49-
"eslint": "7.16.0",
49+
"eslint": "8.36.0",
5050
"eslint-config-atomic": "^1.5.1",
51-
"rollup": "2.35.1",
52-
"rollup-plugin-atomic": "^1.6.4",
53-
"shx": "0.3.3",
51+
"rollup": "3.20.1",
52+
"rollup-plugin-atomic": "^3.0.0",
53+
"shx": "0.3.4",
5454
"cross-env": "7.0.3",
55-
"npm-check-updates": "10.2.5",
56-
"build-commit": "0.1.1",
55+
"npm-check-updates": "16.8.0",
56+
"build-commit": "0.1.4",
5757
"@babel/core": "^7.12.10",
5858
"@babel/cli": "^7.12.10",
59-
"babel-preset-atomic": "^3.0.1",
59+
"babel-preset-atomic": "^5.0.0",
6060
"@babel/register": "^7.12.10",
6161
"chai": "^4.2.0",
62-
"electron": "^11.1.0",
63-
"electron-mocha": "^10.0.0",
62+
"electron": "^23.0.0",
63+
"electron-mocha": "^11.0.0",
6464
"estraverse-fb": "^1.3.2",
65-
"mocha": "^8.2.1",
65+
"mocha": "^10.0.0",
6666
"random-seed": "^0.3.0"
6767
}
6868
}

0 commit comments

Comments
 (0)