File tree Expand file tree Collapse file tree 10 files changed +1011
-932
lines changed
Expand file tree Collapse file tree 10 files changed +1011
-932
lines changed Original file line number Diff line number Diff line change 1+ 2025-04-01_08:33:41
Original file line number Diff line number Diff line change 1414 "@repo/logger" : " workspace:*" ,
1515 "@repo/shared" : " workspace:*" ,
1616 "ep-rdi" : " workspace:*" ,
17- "next" : " ^15.2.2 " ,
17+ "next" : " ^15.2.4 " ,
1818 "nextjs-darkmode" : " ^1.0.10" ,
1919 "nextjs-themes" : " ^4.0.6" ,
20- "react" : " ^19.0 .0" ,
21- "react-dom" : " ^19.0 .0" ,
20+ "react" : " ^19.1 .0" ,
21+ "react-dom" : " ^19.1 .0" ,
2222 "react18-loaders" : " ^1.1.4"
2323 },
2424 "devDependencies" : {
25- "@next/eslint-plugin-next" : " ^15.2.2 " ,
25+ "@next/eslint-plugin-next" : " ^15.2.4 " ,
2626 "@repo/eslint-config" : " workspace:*" ,
2727 "@repo/typescript-config" : " workspace:*" ,
28- "@types/node" : " ^22.13.10 " ,
29- "@types/react" : " ^19.0.10 " ,
28+ "@types/node" : " ^22.13.15 " ,
29+ "@types/react" : " ^19.0.12 " ,
3030 "@types/react-dom" : " ^19.0.4" ,
3131 "typescript" : " ^5.8.2"
3232 }
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "@repo/shared" : " workspace:*" ,
1515 "nextjs-darkmode" : " ^1.0.10" ,
16- "react" : " ^19.0 .0" ,
17- "react-dom" : " ^19.0 .0" ,
16+ "react" : " ^19.1 .0" ,
17+ "react-dom" : " ^19.1 .0" ,
1818 "react18-loaders" : " ^1.1.4" ,
1919 "react18-themes" : " ^3.2.0"
2020 },
2121 "devDependencies" : {
2222 "@repo/eslint-config" : " workspace:*" ,
2323 "@repo/typescript-config" : " workspace:*" ,
24- "@types/react" : " ^19.0.10 " ,
24+ "@types/react" : " ^19.0.12 " ,
2525 "@types/react-dom" : " ^19.0.4" ,
2626 "@vitejs/plugin-react" : " ^4.3.4" ,
2727 "typescript" : " ^5.8.2" ,
28- "vite" : " ^6.2.2 "
28+ "vite" : " ^6.2.4 "
2929 }
3030}
Original file line number Diff line number Diff line change 2626 "devDependencies" : {
2727 "@repo/eslint-config" : " workspace:*" ,
2828 "@repo/typescript-config" : " workspace:*" ,
29- "@types/node" : " ^22.13.10 " ,
30- "@vitest/coverage-v8" : " ^3.0.8 " ,
31- "esbuild" : " ^0.25.1 " ,
29+ "@types/node" : " ^22.13.15 " ,
30+ "@vitest/coverage-v8" : " ^3.1.1 " ,
31+ "esbuild" : " ^0.25.2 " ,
3232 "esbuild-plugin-react18-css" : " ^0.0.4" ,
33- "react" : " ^19.0 .0" ,
34- "react-dom" : " ^19.0 .0" ,
33+ "react" : " ^19.1 .0" ,
34+ "react-dom" : " ^19.1 .0" ,
3535 "tiny-glob" : " ^0.2.9" ,
3636 "tsup" : " ^8.4.0" ,
3737 "typescript" : " ^5.8.2" ,
3838 "vite-tsconfig-paths" : " ^5.1.4" ,
39- "vitest" : " ^3.0.8 "
39+ "vitest" : " ^3.1.1 "
4040 },
4141 "funding" : [
4242 {
Original file line number Diff line number Diff line change 1414 "devDependencies" : {
1515 "@changesets/cli" : " ^2.28.1" ,
1616 "@repo/typescript-config" : " workspace:*" ,
17- "@types/node" : " ^22.13.10 " ,
17+ "@types/node" : " ^22.13.15 " ,
1818 "enquirer" : " ^2.4.1" ,
1919 "plop" : " ^4.0.1" ,
2020 "prettier" : " ^3.5.3" ,
2121 "turbo" : " ^2.4.4" ,
22- "typedoc" : " ^0.27.9 " ,
22+ "typedoc" : " ^0.28.1 " ,
2323 "typedoc-plugin-extras" : " ^4.0.0" ,
2424 "typedoc-plugin-inline-sources" : " ^1.2.1" ,
2525 "typedoc-plugin-mdn-links" : " ^5.0.1" ,
26- "typedoc-plugin-missing-exports" : " ^3.1 .0" ,
27- "typedoc-plugin-rename-defaults" : " ^0.7.2 " ,
26+ "typedoc-plugin-missing-exports" : " ^4.0 .0" ,
27+ "typedoc-plugin-rename-defaults" : " ^0.7.3 " ,
2828 "typedoc-plugin-zod" : " ^1.4.0"
2929 },
3030 "packageManager" : " pnpm@9.15.5" ,
Original file line number Diff line number Diff line change 66 "devDependencies" : {
77 "@vercel/style-guide" : " ^6.0.0" ,
88 "eslint-config-turbo" : " ^2.4.4" ,
9- "eslint-plugin-mdx" : " ^3.2.0 " ,
9+ "eslint-plugin-mdx" : " ^3.3.1 " ,
1010 "eslint-plugin-only-warn" : " ^1.1.0" ,
11- "eslint-plugin-storybook" : " ^0.11.4 "
11+ "eslint-plugin-storybook" : " ^0.12.0 "
1212 }
1313}
Original file line number Diff line number Diff line change 88 " node/jest-preset.js"
99 ],
1010 "dependencies" : {
11- "ts-jest" : " ^29.2.6 "
11+ "ts-jest" : " ^29.3.1 "
1212 },
1313 "devDependencies" : {
1414 "jest-environment-jsdom" : " ^29.7.0"
Original file line number Diff line number Diff line change 2222 "@repo/jest-presets" : " workspace:*" ,
2323 "@repo/typescript-config" : " workspace:*" ,
2424 "@types/jest" : " ^29.5.14" ,
25- "@types/node" : " ^22.13.10 " ,
25+ "@types/node" : " ^22.13.15 " ,
2626 "jest" : " ^29.7.0" ,
2727 "tsup" : " ^8.4.0" ,
2828 "typescript" : " ^5.8.2"
Original file line number Diff line number Diff line change 2222 "@repo/jest-presets" : " workspace:*" ,
2323 "@repo/typescript-config" : " workspace:*" ,
2424 "@testing-library/react" : " ^16.2.0" ,
25- "@types/node" : " ^22.13.10 " ,
26- "@types/react" : " ^19.0.10 " ,
25+ "@types/node" : " ^22.13.15 " ,
26+ "@types/react" : " ^19.0.12 " ,
2727 "@types/react-dom" : " ^19.0.4" ,
2828 "@vitejs/plugin-react" : " ^4.3.4" ,
29- "@vitest/coverage-v8" : " ^3.0.8 " ,
29+ "@vitest/coverage-v8" : " ^3.1.1 " ,
3030 "esbuild-plugin-react18" : " ^0.2.6" ,
3131 "esbuild-plugin-react18-css" : " ^0.0.4" ,
3232 "jsdom" : " ^26.0.0" ,
33- "react" : " ^19.0 .0" ,
34- "react-dom" : " ^19.0 .0" ,
33+ "react" : " ^19.1 .0" ,
34+ "react-dom" : " ^19.1 .0" ,
3535 "tsup" : " ^8.4.0" ,
3636 "typescript" : " ^5.8.2" ,
3737 "vite-tsconfig-paths" : " ^5.1.4" ,
38- "vitest" : " ^3.0.8 "
38+ "vitest" : " ^3.1.1 "
3939 },
4040 "dependencies" : {
4141 "@mayank1513/fork-me" : " ^2.1.3" ,
You can’t perform that action at this time.
0 commit comments