Skip to content

Commit edd6ce1

Browse files
authored
Merge pull request #82 from atom-community/update
Update dependencies + fix: support mts/cts file extensions for TypeScript
2 parents ba89f25 + cf4fb50 commit edd6ce1

File tree

3 files changed

+1081
-1173
lines changed

3 files changed

+1081
-1173
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {
1717
"build": "tsc",
18-
"bump": "ncu -u -x coffeescript,execa,read-pkg-up",
18+
"bump": "ncu -u -x coffeescript,execa,read-pkg-up,make-synchronous && pnpm update && pnpm dedupe",
1919
"clean": "shx rm -rf ./spec/fixtures/ ./dist",
2020
"format": "prettier --write .",
2121
"lint": "eslint . --ignore-pattern ./spec/fixtures/ --fix",
@@ -27,17 +27,17 @@
2727
},
2828
"prettier": "prettier-config-atomic",
2929
"dependencies": {
30-
"@babel/core": "^7.23.0",
31-
"@babel/eslint-parser": "^7.22.15",
32-
"@babel/plugin-syntax-flow": "^7.22.5",
33-
"@babel/plugin-syntax-jsx": "^7.22.5",
34-
"@typescript-eslint/eslint-plugin": "6.7.3",
35-
"@typescript-eslint/parser": "6.7.3",
30+
"@babel/core": "^7.23.7",
31+
"@babel/eslint-parser": "^7.23.3",
32+
"@babel/plugin-syntax-flow": "^7.23.3",
33+
"@babel/plugin-syntax-jsx": "^7.23.3",
34+
"@typescript-eslint/eslint-plugin": "6.18.1",
35+
"@typescript-eslint/parser": "6.18.1",
3636
"anymatch": "^3.1.3",
37-
"eslint": "^8.50.0",
38-
"eslint-config-prettier": "^9.0.0",
37+
"eslint": "^8.56.0",
38+
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-html": "^7.1.0",
40-
"eslint-plugin-import": "^2.28.1",
40+
"eslint-plugin-import": "^2.29.1",
4141
"eslint-plugin-json": "^3.1.0",
4242
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
@@ -46,25 +46,25 @@
4646
"eslint-plugin-yaml": "^0.5.0",
4747
"globify-gitignore": "^1.0.3",
4848
"make-synchronous": "^0.1.1",
49-
"prettier": "3.0.3",
49+
"prettier": "3.1.1",
5050
"read-pkg-up": "^7.0.1",
5151
"semver": "^7.5.4",
52-
"typescript": "^5.2.2"
52+
"typescript": "^5.3.3"
5353
},
5454
"devDependencies": {
55-
"@types/babel__core": "^7.20.2",
56-
"@types/coffeescript": "^2.5.4",
57-
"@types/eslint": "^8.44.3",
58-
"@types/eslint-config-prettier": "^6.11.1",
55+
"@types/babel__core": "^7.20.5",
56+
"@types/coffeescript": "^2.5.7",
57+
"@types/eslint": "^8.56.2",
58+
"@types/eslint-config-prettier": "^6.11.3",
5959
"@types/execa": "^2.0.0",
60-
"@types/node": "^20.7.2",
60+
"@types/node": "^20.11.0",
6161
"@types/read-pkg-up": "^6.0.0",
62-
"@types/semver": "^7.5.3",
63-
"@types/shelljs": "^0.8.13",
62+
"@types/semver": "^7.5.6",
63+
"@types/shelljs": "^0.8.15",
6464
"eslint-config-atomic": "link:",
6565
"execa": "^5.1.1",
66-
"gitly": "^2.4.5",
67-
"npm-check-updates": "16.14.4",
66+
"gitly": "^2.4.8",
67+
"npm-check-updates": "16.14.12",
6868
"prettier-config-atomic": "^3.1.0",
6969
"shelljs": "^0.8.5",
7070
"shx": "^0.3.4"
@@ -88,4 +88,4 @@
8888
"react": "react.js",
8989
"strict": "strict.js",
9090
"strict-react": "strict-react.js"
91-
}
91+
}

0 commit comments

Comments
 (0)