Skip to content

Commit 3611d67

Browse files
jmfrancoisgithub-actions[bot]
authored andcommitted
chore: upgrade dependencies
1 parent 4509928 commit 3611d67

File tree

12 files changed

+188
-238
lines changed

12 files changed

+188
-238
lines changed

dependencies-latest.txt

Lines changed: 67 additions & 66 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"devDependencies": {
33
"@changesets/cli": "^2.29.7",
4-
"@talend/scripts-config-babel": "^13.7.0",
5-
"@talend/scripts-config-prettier": "^12.4.0",
6-
"@talend/scripts-core": "^16.7.0",
7-
"@talend/scripts-yarn-workspace": "^2.1.2",
4+
"@talend/scripts-config-babel": "^13.8.0",
5+
"@talend/scripts-config-prettier": "^12.5.0",
6+
"@talend/scripts-core": "^16.8.0",
7+
"@talend/scripts-yarn-workspace": "^2.2.0",
88
"cross-env": "^7.0.3",
99
"cross-spawn": "^7.0.6",
1010
"eslint": "^8.57.1",

packages/design-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"classnames": "^2.5.1",
3232
"color-contrast-checker": "^2.1.0",
3333
"figma-js": "^1.16.0",
34-
"react-hook-form": "^7.65.0",
34+
"react-hook-form": "^7.66.0",
3535
"pkg-dir": "^7.0.0",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.1",

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"react": "^18.3.1",
103103
"react-dom": "^18.3.1",
104104
"react-helmet": "^6.1.0",
105-
"react-hook-form": "^7.65.0",
105+
"react-hook-form": "^7.66.0",
106106
"react-i18next": "^13.5.0",
107107
"react-router-dom": "~6.3.0",
108108
"storybook-docs-toc": "^1.7.0"

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"memoize-one": "^6.0.0",
6262
"react-autowhatever": "10.2.0",
6363
"react-ace": "10.1.0",
64-
"react-hook-form": "^7.65.0",
64+
"react-hook-form": "^7.66.0",
6565
"react-jsonschema-form": "0.51.0",
6666
"tv4": "^1.3.0"
6767
},

packages/playground-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"express": "^5.1.0",
4040
"i18next-http-backend": "^1.4.5",
4141
"mockjs": "^1.1.0",
42-
"sass": "^1.93.2",
42+
"sass": "^1.93.3",
4343
"vite": "^5.4.21",
4444
"vite-plugin-html": "^3.2.2",
4545
"vite-plugin-mock": "^3.0.2",

packages/storybook-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"mini-css-extract-plugin": "^2.9.4",
5151
"postcss-loader": "^8.2.0",
5252
"resolve-url-loader": "^5.0.0",
53-
"sass": "^1.93.2",
53+
"sass": "^1.93.3",
5454
"sass-loader": "^14.2.1",
5555
"webpack": "^5.102.1",
5656
"webpack-cli": "^6.0.1"

packages/storybook-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@talend/react-dataviz": "^7.3.0",
3131
"lodash": "^4.17.21",
3232
"pkg-dir": "^7.0.0",
33-
"react-hook-form": "^7.65.0"
33+
"react-hook-form": "^7.66.0"
3434
},
3535
"devDependencies": {
3636
"@babel/preset-env": "^7.28.5",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"postcss-loader": "^8.2.0",
4545
"postcss-preset-env": "^7.8.3",
4646
"rimraf": "^5.0.10",
47-
"sass": "^1.93.2",
47+
"sass": "^1.93.3",
4848
"sass-loader": "^14.2.1",
4949
"style-loader": "^3.3.4",
5050
"webpack": "^5.102.1",

tools/scripts-config-react-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"querystring-es3": "^0.2.1",
4747
"regenerator-runtime": "^0.13.11",
4848
"resolve-url-loader": "^5.0.0",
49-
"sass": "^1.93.2",
49+
"sass": "^1.93.3",
5050
"sass-loader": "^14.2.1",
5151
"source-map-loader": "^4.0.2",
5252
"style-loader": "^3.3.4",

0 commit comments

Comments
 (0)