Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfde85e8

Browse files
chore: update dependencies and improve GitHub action configuration
- Updated package name to @laststance/create-react-app.- Upgraded various dependencies in package.json including React ESLint Tailwind CSS and testing libraries.-
1 parent9c02aa9 commitfde85e8

File tree

4 files changed

+1590
-1824
lines changed

4 files changed

+1590
-1824
lines changed

‎.github/actions/prepare/action.yml‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ runs:
66
steps:
77
-name:Install pnpm
88
uses:pnpm/action-setup@v4
9-
with:
10-
version:10
119
-name:Use Node.js
1210
uses:actions/setup-node@v4
1311
with:
1412
node-version:'22'
15-
cache:'pnpm'
1613
-name:Install dependencies
1714
run:pnpm install
1815
shell:bash

‎package.json‎

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name":"create-react-app",
2+
"name":"@laststance/create-react-app",
33
"version":"0.0.1",
44
"license":"MIT",
55
"type":"module",
6+
"volta": {
7+
"node":"22.21.1"
8+
},
69
"msw": {
710
"workerDirectory":"public"
811
},
@@ -29,51 +32,48 @@
2932
},
3033
"dependencies": {
3134
"clsx":"^2.1.1",
32-
"react":"^19.1.0",
33-
"react-dom":"^19.1.0",
34-
"react-router":"^7.6.2"
35+
"react":"^19.2.0",
36+
"react-dom":"^19.2.0",
37+
"react-router":"^7.9.5"
3538
},
3639
"devDependencies": {
37-
"@eslint/compat":"^1.3.0",
40+
"@eslint/compat":"^1.4.1",
3841
"@eslint/eslintrc":"^3.3.1",
39-
"@eslint/js":"^9.29.0",
42+
"@eslint/js":"^9.38.0",
4043
"@tailwindcss/aspect-ratio":"^0.4.2",
4144
"@tailwindcss/forms":"^0.5.10",
42-
"@tailwindcss/postcss":"^4.1.11",
43-
"@tailwindcss/typography":"^0.5.16",
44-
"@testing-library/dom":"^10.4.0",
45-
"@testing-library/jest-dom":"^6.6.3",
45+
"@tailwindcss/postcss":"^4.1.16",
46+
"@tailwindcss/typography":"^0.5.19",
47+
"@testing-library/dom":"^10.4.1",
48+
"@testing-library/jest-dom":"^6.9.1",
4649
"@testing-library/react":"^16.3.0",
4750
"@testing-library/user-event":"^14.6.1",
4851
"@types/eslint":"^9.6.1",
49-
"@types/node":"^24.0.4",
50-
"@types/react":"^19.1.8",
51-
"@types/react-dom":"^19.1.6",
52-
"@vitejs/plugin-react-swc":"^3.10.2",
53-
"@vitest/ui":"^3.1.1",
52+
"@types/node":"^24.9.2",
53+
"@types/react":"^19.2.2",
54+
"@types/react-dom":"^19.2.2",
55+
"@vitejs/plugin-react-swc":"^4.2.0",
56+
"@vitest/ui":"^4.0.5",
5457
"all-contributors-cli":"^6.26.1",
55-
"concurrently":"^9.2.0",
58+
"concurrently":"^9.2.1",
5659
"cross-fetch":"^4.1.0",
57-
"eslint":"^9.29.0",
58-
"eslint-config-ts-prefixer":"^3.0.3",
59-
"eslint-plugin-react-hooks":"^5.2.0",
60+
"eslint":"^9.38.0",
61+
"eslint-config-ts-prefixer":"^4.0.0",
62+
"eslint-plugin-react-hooks":"^7.0.1",
6063
"husky":"^9.1.7",
61-
"jsdom":"^26.1.0",
62-
"lint-staged":"^16.1.2",
63-
"msw":"^2.10.2",
64+
"jsdom":"^27.0.1",
65+
"lint-staged":"^16.2.6",
66+
"msw":"^2.11.6",
6467
"postcss":"^8.5.6",
65-
"prettier":"^3.6.1",
66-
"prettier-plugin-tailwindcss":"^0.6.13",
68+
"prettier":"^3.6.2",
69+
"prettier-plugin-tailwindcss":"^0.7.1",
6770
"rimraf":"^6.0.1",
68-
"tailwindcss":"^4.1.11",
71+
"tailwindcss":"^4.1.16",
6972
"ts-expect":"^1.3.0",
70-
"typescript":"^5.8.3",
71-
"vite":"^7.0.0",
73+
"typescript":"^5.9.3",
74+
"vite":"^7.1.12",
7275
"vite-plugin-environment":"^1.1.3",
73-
"vite-plugin-svgr":"^4.3.0",
74-
"vitest":"^3.2.0"
75-
},
76-
"volta": {
77-
"node":"22.17.0"
76+
"vite-plugin-svgr":"^4.5.0",
77+
"vitest":"^4.0.5"
7878
}
7979
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp