Skip to content

Commit ac12b98

Browse files
authored
chore(nodejs): upgrade a bunch of packages (#1149)
2 parents cd26216 + a76dc84 commit ac12b98

109 files changed

Lines changed: 3160 additions & 2623 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -21,79 +21,79 @@
2121
"format": "prettier --write ."
2222
},
2323
"dependencies": {
24-
"@dicebear/collection": "^7.0.1",
25-
"@dicebear/core": "^7.0.1",
26-
"@hookform/resolvers": "^3.3.2",
27-
"@neodrag/react": "^2.0.3",
28-
"@orval/core": "^6.19.1",
24+
"@dicebear/collection": "^8.0.1",
25+
"@dicebear/core": "^8.0.1",
26+
"@hookform/resolvers": "^3.3.4",
27+
"@neodrag/react": "^2.0.4",
28+
"@orval/core": "^6.26.0",
2929
"@tanstack/react-query": "^4.36.1",
3030
"@tanstack/react-query-devtools": "^4.36.1",
31-
"@types/deep-equal": "^1.0.3",
31+
"@types/deep-equal": "^1.0.4",
3232
"@zxch3n/tidy": "github:hackworthltd/tidy#e07fdef2ae7bf593701817113dd47b4cd56c7a97",
33-
"axios": "^1.6.0",
34-
"deep-equal": "^2.2.2",
35-
"fp-ts": "^2.16.1",
33+
"axios": "^1.6.8",
34+
"deep-equal": "^2.2.3",
35+
"fp-ts": "^2.16.5",
3636
"history": "^5.3.0",
3737
"re-resizable": "^6.9.11",
3838
"react": "^18.2.0",
39-
"react-cookie": "^6.1.1",
39+
"react-cookie": "^7.1.4",
4040
"react-dom": "^18.2.0",
41-
"react-hook-form": "^7.47.0",
42-
"react-router-dom": "^6.17.0",
43-
"reactflow": "^11.9.4",
44-
"universal-cookie": "^6.1.1",
41+
"react-hook-form": "^7.51.2",
42+
"react-router-dom": "^6.22.3",
43+
"reactflow": "^11.10.3",
44+
"universal-cookie": "^7.1.4",
4545
"uuid": "^9.0.1",
4646
"zod": "^3.22.4"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.23.2",
50-
"@headlessui/react": "^1.7.17",
49+
"@babel/core": "^7.24.4",
50+
"@headlessui/react": "^1.7.18",
5151
"@headlessui/tailwindcss": "^0.2.0",
52-
"@heroicons/react": "^2.0.18",
52+
"@heroicons/react": "^2.1.3",
5353
"@storybook/addon-actions": "^7.5.1",
5454
"@storybook/addon-essentials": "^7.5.1",
5555
"@storybook/addon-links": "^7.5.1",
5656
"@storybook/react": "^7.5.1",
5757
"@storybook/react-vite": "^7.5.1",
5858
"@tailwindcss/aspect-ratio": "^0.4.2",
59-
"@tailwindcss/forms": "^0.5.6",
60-
"@types/react": "^18.2.33",
61-
"@types/react-dom": "^18.2.14",
62-
"@types/uuid": "^9.0.6",
63-
"@typescript-eslint/eslint-plugin": "^6.9.0",
64-
"@typescript-eslint/parser": "^6.9.0",
65-
"@vitejs/plugin-react": "^4.1.0",
66-
"autoprefixer": "^10.4.16",
59+
"@tailwindcss/forms": "^0.5.7",
60+
"@types/react": "^18.2.75",
61+
"@types/react-dom": "^18.2.24",
62+
"@types/uuid": "^9.0.8",
63+
"@typescript-eslint/eslint-plugin": "^7.6.0",
64+
"@typescript-eslint/parser": "^7.6.0",
65+
"@vitejs/plugin-react": "^4.2.1",
66+
"autoprefixer": "^10.4.19",
6767
"babel-loader": "^9.1.3",
6868
"chromatic": "^7.5.4",
69-
"classnames": "^2.3.2",
69+
"classnames": "^2.5.1",
7070
"eslint": "^8.52.0",
71-
"eslint-config-prettier": "^9.0.0",
71+
"eslint-config-prettier": "^9.1.0",
7272
"eslint-import-resolver-typescript": "^3.6.1",
7373
"eslint-plugin-eslint-comments": "^3.2.0",
74-
"eslint-plugin-import": "^2.29.0",
75-
"eslint-plugin-react": "^7.33.2",
74+
"eslint-plugin-import": "^2.29.1",
75+
"eslint-plugin-react": "^7.34.1",
7676
"eslint-plugin-react-hooks": "^4.6.0",
77-
"eslint-plugin-storybook": "^0.6.15",
78-
"eslint-plugin-tailwindcss": "^3.13.0",
79-
"orval": "^6.19.1",
80-
"postcss": "^8.4.31",
81-
"postcss-import": "^15.1.0",
82-
"prettier": "^3.0.3",
77+
"eslint-plugin-storybook": "^0.8.0",
78+
"eslint-plugin-tailwindcss": "^3.15.1",
79+
"orval": "^6.26.0",
80+
"postcss": "^8.4.38",
81+
"postcss-import": "^16.1.0",
82+
"prettier": "^3.2.5",
8383
"storybook": "^7.5.1",
84-
"tailwindcss": "3.3.5",
85-
"ts-node": "^10.9.1",
84+
"tailwindcss": "3.4.3",
85+
"ts-node": "^10.9.2",
8686
"typescript": "^4.9.5",
8787
"typescript-eslint-language-service": "^5.0.5",
88-
"typescript-language-server": "^4.0.0",
88+
"typescript-language-server": "^4.3.3",
8989
"unified-language-server": "^4.0.0",
9090
"vite": "^4.0.4",
91-
"vite-plugin-checker": "^0.6.2",
92-
"vite-plugin-dts": "^3.6.2",
91+
"vite-plugin-checker": "^0.6.4",
92+
"vite-plugin-dts": "^3.8.1",
9393
"vite-plugin-favicons-inject": "^2.2.0",
9494
"vite-plugin-package-config": "^0.1.1",
95-
"vite-plugin-svgr": "^4.1.0",
96-
"vite-tsconfig-paths": "^4.2.1",
95+
"vite-plugin-svgr": "^4.2.0",
96+
"vite-tsconfig-paths": "^4.3.2",
9797
"vscode-css-languageserver-bin": "^1.4.0",
9898
"vscode-html-languageserver-bin": "^1.4.0",
9999
"vscode-json-languageserver": "^1.3.4",

0 commit comments

Comments
 (0)