Skip to content

Commit

Permalink
feat: ✨ support typescript v5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 25, 2024
1 parent 8888c3a commit 0f0f95a
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 180 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@eslint/js": "^9.15.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/eslint": "9.6.1",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/utils": "^8.16.0",
"astro-eslint-parser": "^1.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.12.0",
"local-pkg": "0.5.1",
"typescript-eslint": "^8.15.0"
"typescript-eslint": "^8.16.0"
},
"devDependencies": {
"@commitlint/config-conventional": "19.6.0",
Expand All @@ -84,11 +84,11 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "22.9.1",
"@types/node": "22.9.4",
"@types/react": "18.3.12",
"@vitest/coverage-v8": "2.1.5",
"astro": "4.16.14",
Expand All @@ -106,7 +106,7 @@
"react-dom": "18.3.1",
"semantic-release": "24.2.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0f0f95a

Please sign in to comment.