Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c73c24d

Browse files
chore(deps): update all
1 parent 65b6b8e commit c73c24d

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Use Node ${{ matrix.node }}
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node }}
2525

@@ -42,9 +42,9 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: 'Use Node ${{ matrix.node }}'
47-
uses: actions/setup-node@v3
47+
uses: actions/setup-node@v4
4848
with:
4949
node-version: '${{ matrix.node }}'
5050
registry-url: 'https://registry.npmjs.org/'

examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0",
11+
"react": "^19.0.0",
12+
"react-dom": "^19.0.0",
1313
"react-hook-form": "^7.47.0",
1414
"react-telephone": "^1.4.3",
1515
"styled-components": "^6.0.8"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.8.0",
19-
"@types/react": "^18.2.24",
20-
"@types/react-dom": "^18.2.8",
18+
"@types/node": "^22.10.8",
19+
"@types/react": "^19.0.7",
20+
"@types/react-dom": "^19.0.3",
2121
"@types/styled-components": "^5.1.28",
2222
"@vitejs/plugin-react": "^4.1.0",
2323
"autoprefixer": "^10.4.16",
2424
"postcss": "^8.4.31",
25-
"tailwindcss": "^3.3.3",
25+
"tailwindcss": "^4.0.0",
2626
"typescript": "^5.2.2",
27-
"vite": "^4.4.9"
27+
"vite": "^6.0.11"
2828
}
2929
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,33 @@
5353
"url": "https://joris.re"
5454
},
5555
"peerDependencies": {
56-
"react": "^16 || ^17 || ^18",
57-
"react-dom": "^16 || ^17 || ^18"
56+
"react": "^16 || ^17 || ^18 || ^19.0.0",
57+
"react-dom": "^16 || ^17 || ^18 || ^19.0.0"
5858
},
5959
"devDependencies": {
60-
"@testing-library/jest-dom": "^5.17.0",
61-
"@testing-library/react": "^14.0.0",
60+
"@testing-library/jest-dom": "^6.6.3",
61+
"@testing-library/react": "^16.2.0",
6262
"@testing-library/user-event": "^14.5.1",
63-
"@types/node": "^20.8.0",
64-
"@types/react": "^18.2.24",
65-
"@types/react-dom": "^18.2.8",
66-
"@typescript-eslint/eslint-plugin": "^6.7.3",
67-
"@typescript-eslint/parser": "^6.7.3",
63+
"@types/node": "^22.10.8",
64+
"@types/react": "^19.0.7",
65+
"@types/react-dom": "^19.0.3",
66+
"@typescript-eslint/eslint-plugin": "^8.21.0",
67+
"@typescript-eslint/parser": "^8.21.0",
6868
"@vitejs/plugin-react": "^4.1.0",
69-
"c8": "^8.0.1",
70-
"eslint": "^8.50.0",
71-
"eslint-config-prettier": "^9.0.0",
69+
"c8": "^10.1.3",
70+
"eslint": "^9.18.0",
71+
"eslint-config-prettier": "^10.0.1",
7272
"eslint-plugin-react": "^7.33.2",
73-
"husky": "^8.0.3",
74-
"jsdom": "^22.1.0",
75-
"lint-staged": "^14.0.1",
73+
"husky": "^9.1.7",
74+
"jsdom": "^26.0.0",
75+
"lint-staged": "^15.4.1",
7676
"microbundle": "^0.15.1",
7777
"prettier": "^3.0.3",
78-
"react": "^18.2.0",
79-
"react-dom": "^18.2.0",
78+
"react": "^19.0.0",
79+
"react-dom": "^19.0.0",
8080
"typescript": "^5.2.2",
81-
"vite": "^4.4.9",
82-
"vitest": "^0.34.6"
81+
"vite": "^6.0.11",
82+
"vitest": "^3.0.3"
8383
},
8484
"lint-staged": {
8585
"*.js": "npm run lint --cache --fix",

0 commit comments

Comments
 (0)