Skip to content

Commit 0146853

Browse files
authored
Upgrade all dependencies to latest (#155)
* Upgrade all dependencies * bump eslint-config-prettier * Fix broken imports
1 parent c633ff3 commit 0146853

File tree

9 files changed

+1311
-1040
lines changed

9 files changed

+1311
-1040
lines changed

.yarn/sdks/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "8.24.0-sdk",
3+
"version": "8.47.0-sdk",
44
"main": "./lib/api.js",
55
"type": "commonjs"
66
}

.yarn/sdks/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier",
3-
"version": "2.7.1-sdk",
3+
"version": "2.8.8-sdk",
44
"main": "./index.js",
55
"type": "commonjs"
66
}

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "4.8.4-sdk",
3+
"version": "5.1.6-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs"
66
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"*.{md,js,jsx,json,yml,yaml,css,md}": "prettier --write"
1313
},
1414
"devDependencies": {
15-
"@rushstack/eslint-patch": "^1.2.0",
15+
"@rushstack/eslint-patch": "^1.3.3",
1616
"@saberhq/eslint-config": "workspace:*",
1717
"@saberhq/eslint-config-react": "workspace:*",
1818
"@saberhq/tsconfig": "workspace:*",
19-
"@types/eslint": "^8.4.6",
20-
"@types/node": "^18.8.2",
21-
"@types/react": "^18.0.21",
22-
"@typescript-eslint/utils": "^5.39.0",
23-
"@yarnpkg/doctor": "^4.0.0-rc.22",
24-
"eslint": "^8.24.0",
25-
"husky": "^8.0.1",
26-
"lint-staged": "^13.0.3",
27-
"prettier": "^2.7.1",
28-
"typescript": "^4.8.4"
19+
"@types/eslint": "^8.44.2",
20+
"@types/node": "^18.17.5",
21+
"@types/react": "^18.2.20",
22+
"@typescript-eslint/utils": "^6.3.0",
23+
"@yarnpkg/doctor": "^4.0.0-rc.48",
24+
"eslint": "^8.47.0",
25+
"husky": "^8.0.3",
26+
"lint-staged": "^13.2.3",
27+
"prettier": "^2",
28+
"typescript": "^5.1.6"
2929
},
3030
"scripts": {
3131
"build": "yarn workspaces foreach --exclude @saberhq/saber-build-common -ptv run build",

packages/eslint-config-react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
},
3030
"dependencies": {
3131
"@saberhq/eslint-config": "workspace:^",
32-
"eslint-plugin-jsx-a11y": "^6.6.1",
33-
"eslint-plugin-react": "^7.31.8",
32+
"eslint-plugin-jsx-a11y": "^6.7.1",
33+
"eslint-plugin-react": "^7.33.1",
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"devDependencies": {
3737
"@saberhq/tsconfig": "workspace:^",
38-
"@types/eslint": "^8.4.6",
39-
"@types/node": "^18.8.2",
40-
"@typescript-eslint/utils": "^5.39.0",
41-
"eslint": "^8.24.0",
42-
"typescript": "^4.8.4"
38+
"@types/eslint": "^8.44.2",
39+
"@types/node": "^18.17.5",
40+
"@typescript-eslint/utils": "^6.3.0",
41+
"eslint": "^8.47.0",
42+
"typescript": "^5.1.6"
4343
}
4444
}

packages/eslint-config-react/src/eslint-config-react.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { TSESLint } from "@typescript-eslint/utils";
1+
import type { TSESLint } from "@typescript-eslint/utils/dist";
22

33
const config: TSESLint.Linter.Config = {
44
env: {

packages/eslint-config/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
"eslint": ">=7"
2828
},
2929
"dependencies": {
30-
"@typescript-eslint/eslint-plugin": "^5.39.0",
31-
"@typescript-eslint/parser": "^5.39.0",
32-
"eslint-config-prettier": "^8.5.0",
33-
"eslint-import-resolver-node": "^0.3.6",
34-
"eslint-plugin-import": "^2.26.0",
35-
"eslint-plugin-prettier": "^4.2.1",
36-
"eslint-plugin-simple-import-sort": "^8.0.0",
37-
"eslint-plugin-unused-imports": "^2.0.0",
38-
"prettier": "^2.7.1"
30+
"@typescript-eslint/eslint-plugin": "^6.3.0",
31+
"@typescript-eslint/parser": "^6.3.0",
32+
"eslint-config-prettier": "^9.0.0",
33+
"eslint-import-resolver-node": "^0.3.9",
34+
"eslint-plugin-import": "^2.28.0",
35+
"eslint-plugin-prettier": "^4",
36+
"eslint-plugin-simple-import-sort": "^10.0.0",
37+
"eslint-plugin-unused-imports": "^3.0.0",
38+
"prettier": "^2"
3939
},
4040
"devDependencies": {
4141
"@saberhq/tsconfig": "workspace:^",
42-
"@types/eslint": "^8.4.6",
43-
"@types/node": "^18.8.2",
44-
"@typescript-eslint/utils": "^5.39.0",
45-
"eslint": "^8.24.0",
46-
"typescript": "^4.8.4"
42+
"@types/eslint": "^8.44.2",
43+
"@types/node": "^18.17.5",
44+
"@typescript-eslint/utils": "^6.3.0",
45+
"eslint": "^8.47.0",
46+
"typescript": "^5.1.6"
4747
}
4848
}

packages/eslint-config/src/eslint-config.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "@typescript-eslint/eslint-plugin";
22

3-
import type { TSESLint } from "@typescript-eslint/utils";
3+
import type { TSESLint } from "@typescript-eslint/utils/dist";
44

55
const config: TSESLint.Linter.Config = {
66
root: true,

0 commit comments

Comments
 (0)