Skip to content

Commit c003655

Browse files
chore(dev-deps): update dev dependencies (#82)
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | npm | @changesets/cli | 2.28.1 | 2.29.6 | | npm | @tailwindcss/vite | 4.1.3 | 4.1.12 | | npm | @testing-library/jest-dom | 6.6.3 | 6.8.0 | | npm | @types/node | 22.14.0 | 22.17.2 | | npm | @vitejs/plugin-react | 4.3.4 | 4.7.0 | | npm | html-react-parser | 5.2.3 | 5.2.6 | | npm | jsdom | 26.0.0 | 26.1.0 | | npm | tailwindcss | 4.1.3 | 4.1.12 | | npm | tsup | 8.4.0 | 8.5.0 | | npm | typescript | 5.8.2 | 5.9.2 | | npm | vite | 6.2.5 | 6.3.5 | | npm | vitest | 3.1.1 | 3.2.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6611364 commit c003655

File tree

4 files changed

+889
-792
lines changed

4 files changed

+889
-792
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"devDependencies": {
2222
"@biomejs/biome": "^1.9.4",
23-
"@changesets/cli": "^2.28.1",
23+
"@changesets/cli": "^2.29.6",
2424
"changesets-changelog-clean": "^1.3.0",
25-
"typescript": "^5.8.2"
25+
"typescript": "^5.9.2"
2626
},
2727
"packageManager": "[email protected]"
2828
}

package/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070
"unist-util-visit": "^5.0.0"
7171
},
7272
"devDependencies": {
73-
"@testing-library/jest-dom": "^6.6.3",
73+
"@testing-library/jest-dom": "^6.8.0",
7474
"@testing-library/react": "^16.3.0",
7575
"@types/hast": "^3.0.4",
7676
"@types/jest": "^29.5.14",
77-
"@types/node": "22.14.0",
77+
"@types/node": "22.17.2",
7878
"@types/react": "catalog:",
79-
"@vitejs/plugin-react": "^4.3.4",
79+
"@vitejs/plugin-react": "^4.7.0",
8080
"benny": "^3.7.1",
81-
"html-react-parser": "^5.2.3",
82-
"jsdom": "^26.0.0",
83-
"tsup": "^8.4.0",
84-
"vitest": "^3.1.1"
81+
"html-react-parser": "^5.2.6",
82+
"jsdom": "^26.1.0",
83+
"tsup": "^8.5.0",
84+
"vitest": "^3.2.4"
8585
}
8686
}

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"@mdx-js/react": "^3.1.0",
1919
"@mdx-js/rollup": "^3.1.0",
2020
"@tailwindcss/typography": "^0.5.16",
21-
"@tailwindcss/vite": "^4.1.3",
21+
"@tailwindcss/vite": "^4.1.12",
2222
"@types/react": "catalog:",
2323
"@types/react-dom": "catalog:",
24-
"@vitejs/plugin-react": "^4.3.4",
25-
"tailwindcss": "^4.1.3",
26-
"vite": "^6.2.5"
24+
"@vitejs/plugin-react": "^4.7.0",
25+
"tailwindcss": "^4.1.12",
26+
"vite": "^6.3.5"
2727
}
2828
}

0 commit comments

Comments
 (0)