Skip to content

Commit

Permalink
Update TypeScript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Feb 27, 2025
1 parent b1035ba commit 4a5134d
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 211 deletions.
18 changes: 9 additions & 9 deletions packages/eslint-plugin-obsidian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-obsidian": "2.x.x"
},
"dependencies": {
"@typescript-eslint/parser": "6.6.x",
"@typescript-eslint/utils": "6.6.x",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand All @@ -37,20 +37,20 @@
"@eslint/js": "8.x.x",
"@stylistic/eslint-plugin": "^1.7.0",
"@types/eslint": "8.4.9",
"@types/node": "18.x.x",
"@typescript-eslint/eslint-plugin": "6.6.x",
"@typescript-eslint/rule-tester": "6.6.x",
"@typescript-eslint/types": "6.6.x",
"@typescript-eslint/typescript-estree": "6.6.x",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/rule-tester": "^7.18.0",
"@typescript-eslint/types": "^7.18.0",
"@typescript-eslint/typescript-estree": "^7.18.0",
"cross-env": "^7.0.3",
"eslint": "8.x.x",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import-newlines": "^1.1.5",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-unused-imports": "3.1.x",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "29.5.x",
"jest-extended": "^4.0.0",
"typescript": "^4.5.4"
"typescript": "^5.7.3"
},
"keywords": [
"react-obsidian",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-obsidian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/lodash": "^4.14.176",
"@types/react": "18.3.x",
"@types/react-dom": "18.3.x",
"@typescript-eslint/eslint-plugin": "6.x.x",
"@typescript-eslint/parser": "6.x.x",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-parameter-decorator": "1.x.x",
"cross-env": "^7.0.3",
"eslint": "8.x.x",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-obsidian": "2.15.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "3.1.x",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "29.5.x",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^4.0.0",
Expand All @@ -60,7 +60,7 @@
"react": "18.2.x",
"react-dom": "18.2.x",
"setimmediate": "^1.0.5",
"typescript": "^4.5.4"
"typescript": "^5.7.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin-obsidian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@swc/core": "^1.7.36",
"react-obsidian": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.7.3"
},
"files": [
"src/swc_plugin_obsidian.wasm",
Expand Down
Loading

0 comments on commit 4a5134d

Please sign in to comment.