Skip to content

Commit 584a0aa

Browse files
Merge pull request #50 from yamada-ui/build/dependencies
2 parents 88fc834 + f6b369e commit 584a0aa

File tree

2 files changed

+2074
-2331
lines changed

2 files changed

+2074
-2331
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -41,60 +41,60 @@
4141
"@yamada-ui/table": "^1.2.3",
4242
"jszip": "^3.10.1",
4343
"match-sorter": "^6.3.4",
44-
"next": "^14.2.5",
45-
"next-seo": "^6.5.0",
46-
"prism-react-renderer": "^2.3.1",
44+
"next": "^14.2.13",
45+
"next-seo": "^6.6.0",
46+
"prism-react-renderer": "^2.4.0",
4747
"react": "^18.3.1",
4848
"react-dom": "^18.3.1",
49-
"react-hook-form": "^7.52.2",
49+
"react-hook-form": "^7.53.0",
5050
"scroll-into-view-if-needed": "^3.1.0"
5151
},
5252
"devDependencies": {
5353
"@clack/prompts": "^0.7.0",
54-
"@commitlint/cli": "^19.4.0",
55-
"@commitlint/config-conventional": "^19.2.2",
54+
"@commitlint/cli": "^19.5.0",
55+
"@commitlint/config-conventional": "^19.5.0",
5656
"@eslint/compat": "^1.1.1",
57-
"@eslint/config-inspector": "^0.5.2",
58-
"@eslint/js": "^9.9.0",
59-
"@next/eslint-plugin-next": "^14.2.5",
60-
"@octokit/request-error": "^6.1.4",
61-
"@octokit/rest": "^21.0.1",
62-
"@testing-library/jest-dom": "^6.4.8",
63-
"@testing-library/react": "^16.0.0",
57+
"@eslint/config-inspector": "^0.5.4",
58+
"@eslint/js": "^9.11.1",
59+
"@next/eslint-plugin-next": "^14.2.13",
60+
"@octokit/request-error": "^6.1.5",
61+
"@octokit/rest": "^21.0.2",
62+
"@testing-library/jest-dom": "^6.5.0",
63+
"@testing-library/react": "^16.0.1",
6464
"@testing-library/user-event": "^14.5.2",
6565
"@tsconfig/strictest": "^2.0.5",
6666
"@types/eslint__js": "^8.42.3",
6767
"@types/jsdom": "^21.1.7",
68-
"@types/node": "^22.2.0",
69-
"@types/react": "^18.3.3",
68+
"@types/node": "^22.7.4",
69+
"@types/react": "^18.3.10",
7070
"@types/react-dom": "^18.3.0",
71-
"@typescript-eslint/eslint-plugin": "^8.0.1",
72-
"@vitest/coverage-v8": "^2.0.5",
73-
"@vitest/ui": "^2.0.5",
71+
"@typescript-eslint/eslint-plugin": "^8.7.0",
72+
"@vitest/coverage-v8": "^2.1.1",
73+
"@vitest/ui": "^2.1.1",
7474
"@yamada-ui/cli": "1.2.0",
7575
"chalk": "^5.3.0",
7676
"commander": "^12.1.0",
77-
"cspell": "^8.13.2",
77+
"cspell": "^8.14.4",
7878
"dotenv": "^16.4.5",
79-
"eslint": "^9.9.0",
79+
"eslint": "^9.11.1",
8080
"eslint-import-resolver-node": "^0.3.9",
81-
"eslint-import-resolver-typescript": "^3.6.1",
82-
"eslint-plugin-import": "^2.29.1",
83-
"eslint-plugin-jsx-a11y": "^6.9.0",
84-
"eslint-plugin-react": "^7.35.0",
81+
"eslint-import-resolver-typescript": "^3.6.3",
82+
"eslint-plugin-import": "^2.30.0",
83+
"eslint-plugin-jsx-a11y": "^6.10.0",
84+
"eslint-plugin-react": "^7.37.0",
8585
"eslint-plugin-react-hooks": "^4.6.2",
8686
"eslint-plugin-testing-library": "^6.3.0",
87-
"eslint-plugin-unused-imports": "^4.1.3",
87+
"eslint-plugin-unused-imports": "^4.1.4",
8888
"eslint-plugin-vitest": "^0.5.4",
8989
"glob": "^11.0.0",
9090
"globals": "^15.9.0",
91-
"jsdom": "^24.1.1",
92-
"lefthook": "^1.7.12",
91+
"jsdom": "^25.0.1",
92+
"lefthook": "^1.7.17",
9393
"prettier": "^3.3.3",
9494
"rimraf": "^6.0.1",
95-
"tsx": "^4.17.0",
96-
"typescript": "^5.5.4",
97-
"typescript-eslint": "^8.0.1",
98-
"vitest": "^2.0.5"
95+
"tsx": "^4.19.1",
96+
"typescript": "^5.6.2",
97+
"typescript-eslint": "^8.7.0",
98+
"vitest": "^2.1.1"
9999
}
100100
}

0 commit comments

Comments
 (0)