Skip to content

Commit

Permalink
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 41437c7 commit 7efa156
Show file tree
Hide file tree
Showing 15 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"tailwindcss": "3.4.14",
"turbo": "2.2.3",
"typescript-plugin-css-modules": "5.1.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite-plugin-dts": "4.2.3",
"vite-plugin-lib-inject-css": "2.1.1",
"vite-tsconfig-paths": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/components/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/core/nordstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/core/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"react-dom": "18.3.1",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"storybook-addon-sass-postcss": "0.3.2",
"storybook-dark-mode": "4.0.2",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
Loading

0 comments on commit 7efa156

Please sign in to comment.