Skip to content

Commit f107215

Browse files
committed
fix(deps): Update everything
1 parent d3269a2 commit f107215

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- name: Use Node.js
14-
uses: actions/setup-node@v5
14+
uses: actions/setup-node@v6
1515
with:
1616
node-version-file: ".nvmrc"
1717
cache: "npm"

.github/workflows/publish-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version-file: ".nvmrc"
2323
cache: "npm"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 2
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version-file: ".nvmrc"
2525
registry-url: "https://registry.npmjs.org"

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"humanize-string": "^3.0.0",
8888
"inquirer": "^12.5.0",
8989
"react-hook-form": "^7.55.0",
90-
"react-syntax-highlighter": "^15.6.1",
90+
"react-syntax-highlighter": "^16.0.0",
9191
"react-virtuoso": "^4.12.7"
9292
},
9393
"peerDependencies": {
@@ -100,7 +100,7 @@
100100
"@mui/lab": "^7.0.0-beta.10",
101101
"@mui/material": "^7.0.0",
102102
"@mui/system": "^7.0.0",
103-
"@mui/x-date-pickers": "^7.6.2",
103+
"@mui/x-date-pickers": "^7.6.2 || ^8.0.0",
104104
"@playwright/test": "^1.47.2",
105105
"monaco-editor": "^0.52.2 || ^0.53.0 || ^0.54.0",
106106
"monaco-yaml": "^5.3.1",
@@ -114,7 +114,7 @@
114114
"@babel/preset-flow": "^7.25.9",
115115
"@babel/preset-react": "^7.26.3",
116116
"@babel/preset-typescript": "^7.27.0",
117-
"@chromatic-com/storybook": "^3.2.6",
117+
"@chromatic-com/storybook": "^4.0.0",
118118
"@cloudquery/plugin-config-ui-connector": "^2.1.0",
119119
"@emotion/cache": "^11.14.0",
120120
"@emotion/react": "^11.14.0",
@@ -125,61 +125,61 @@
125125
"@mui/lab": "^7.0.0-beta.10",
126126
"@mui/material": "^7.0.1",
127127
"@mui/system": "^7.0.1",
128-
"@mui/x-date-pickers": "^7.28.2",
128+
"@mui/x-date-pickers": "^8.0.0",
129129
"@rollup/plugin-commonjs": "^28.0.3",
130130
"@rollup/plugin-json": "^6.1.0",
131131
"@rollup/plugin-node-resolve": "^16.0.1",
132132
"@rollup/plugin-terser": "^0.4.4",
133133
"@rollup/plugin-typescript": "^12.1.2",
134134
"@storybook/addon-essentials": "^8.6.11",
135135
"@storybook/addon-interactions": "^8.6.11",
136-
"@storybook/addon-links": "^8.6.11",
137-
"@storybook/addon-onboarding": "^8.6.11",
136+
"@storybook/addon-links": "^9.0.0",
137+
"@storybook/addon-onboarding": "^9.0.0",
138138
"@storybook/blocks": "^8.6.11",
139-
"@storybook/react": "^8.6.11",
140-
"@storybook/react-vite": "^8.6.11",
139+
"@storybook/react": "^9.0.0",
140+
"@storybook/react-vite": "^9.0.0",
141141
"@storybook/test": "^8.6.11",
142142
"@testing-library/jest-dom": "^6.6.3",
143143
"@testing-library/react": "^16.2.0",
144144
"@testing-library/user-event": "^14.6.1",
145-
"@types/jest": "^29.5.14",
146-
"@types/node": "^22.13.14",
147-
"@types/react": "^18.3.8",
145+
"@types/jest": "^30.0.0",
146+
"@types/node": "^24.0.0",
147+
"@types/react": "^19.0.0",
148148
"@typescript-eslint/eslint-plugin": "^8.28.0",
149149
"@typescript-eslint/parser": "^8.28.0",
150-
"chromatic": "^11.27.0",
151-
"eslint": "^8.57.0",
150+
"chromatic": "^13.0.0",
151+
"eslint": "^9.0.0",
152152
"eslint-config-prettier": "^10.1.1",
153153
"eslint-import-resolver-typescript": "^4.3.1",
154154
"eslint-plugin-import": "^2.31.0",
155155
"eslint-plugin-jsx-a11y": "^6.10.2",
156156
"eslint-plugin-prettier": "^5.2.5",
157157
"eslint-plugin-react": "^7.37.4",
158-
"eslint-plugin-react-hooks": "^5.2.0",
158+
"eslint-plugin-react-hooks": "^7.0.0",
159159
"eslint-plugin-sort-destructure-keys": "^2.0.0",
160-
"eslint-plugin-storybook": "^0.12.0",
161-
"eslint-plugin-unicorn": "^56.0.1",
162-
"jest": "^29.7.0",
163-
"jest-environment-jsdom": "^29.7.0",
160+
"eslint-plugin-storybook": "^9.0.0",
161+
"eslint-plugin-unicorn": "^62.0.0",
162+
"jest": "^30.0.0",
163+
"jest-environment-jsdom": "^30.0.0",
164164
"monaco-editor": "^0.54.0",
165165
"monaco-yaml": "^5.3.1",
166166
"prettier": "^3.5.3",
167-
"react": "^18.3.1",
168-
"react-dom": "^18.3.1",
167+
"react": "^19.0.0",
168+
"react-dom": "^19.0.0",
169169
"react-hot-toast": "^2.5.2",
170170
"resize-observer-polyfill": "^1.5.1",
171171
"rimraf": "^6.0.1",
172172
"rollup": "^4.38.0",
173173
"rollup-plugin-copy": "^3.5.0",
174174
"rollup-plugin-peer-deps-external": "^2.2.4",
175175
"source-map-explorer": "^2.5.3",
176-
"storybook": "^8.6.11",
176+
"storybook": "^9.0.0",
177177
"typescript": "^5.8.2",
178178
"vite-plugin-monaco-editor": "^1.1.0",
179-
"vitest": "^3.1.4",
179+
"vitest": "^4.0.0",
180180
"yup": "^1.6.1"
181181
},
182182
"overrides": {
183-
"react-is": "18.3.1"
183+
"react-is": "19.2.0"
184184
}
185185
}

src/template/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.8
1+
22.21.0

0 commit comments

Comments
 (0)