Skip to content

Commit 992fa00

Browse files
committed
chore(deps): update devdependencies
1 parent 6346988 commit 992fa00

File tree

3 files changed

+4096
-3820
lines changed

3 files changed

+4096
-3820
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.15.0"
1919
},
2020
"keywords": [],
2121
"browserslist": {

package.json

Lines changed: 11 additions & 11 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",
43+
"@types/atom": "1.40.11",
44+
"@types/node": "^16.0.0",
4545
"typescript": "^4.1.3",
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": "7.32.0",
5050
"eslint-config-atomic": "^1.5.1",
51-
"rollup": "2.35.1",
52-
"rollup-plugin-atomic": "^1.6.4",
51+
"rollup": "2.56.1",
52+
"rollup-plugin-atomic": "^2.0.0",
5353
"shx": "0.3.3",
5454
"cross-env": "7.0.3",
55-
"npm-check-updates": "10.2.5",
56-
"build-commit": "0.1.1",
55+
"npm-check-updates": "11.8.3",
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": "^4.0.0",
6060
"@babel/register": "^7.12.10",
6161
"chai": "^4.2.0",
62-
"electron": "^11.1.0",
62+
"electron": "^13.0.0",
6363
"electron-mocha": "^10.0.0",
6464
"estraverse-fb": "^1.3.2",
65-
"mocha": "^8.2.1",
65+
"mocha": "^9.0.0",
6666
"random-seed": "^0.3.0"
6767
}
6868
}

0 commit comments

Comments
 (0)