Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 4bbd544 commit 209dbfd
Show file tree
Hide file tree
Showing 11 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion apps/examples.nameguard.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-config-next": "14.2.3",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/nameguard.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"postcss": "8.4.47",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/namehashlabs.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-config-next": "14.2.14",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript": "5.7.2",
"vitest": "2.1.2"
}
}
2 changes: 1 addition & 1 deletion internal/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion internal/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"types": "src/index.ts",
"devDependencies": {
"next": "14.2.13",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/ens-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@namekit/tsconfig": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.6.2",
"typescript": "5.7.2",
"vitest": "2.1.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nameguard-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@namekit/tsconfig": "workspace:*",
"@types/node": "22.7.4",
"tsup": "8.3.5",
"typescript": "5.6.2",
"typescript": "5.7.2",
"vitest": "2.1.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nameguard-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-dom": "18.3.1",
"tailwindcss": "3.4.13",
"tsup": "8.3.5",
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/nameguard-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@namekit/tsconfig": "workspace:*",
"@types/node": "22.7.4",
"tsup": "8.3.5",
"typescript": "5.6.2",
"typescript": "5.7.2",
"vitest": "1.6.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/namekit-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-dom": "18.3.1",
"tailwindcss": "3.4.13",
"tsup": "8.3.5",
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18",
Expand Down
Loading

0 comments on commit 209dbfd

Please sign in to comment.