2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 07:20:40 +00:00

Update dependencies in web component wrappers

This commit is contained in:
Vjacheslav Trushkin 2022-09-07 21:28:58 +03:00
parent 5da86ab56c
commit 62503242d0
2 changed files with 8 additions and 8 deletions

View File

@ -38,16 +38,16 @@
"iconify-icon": "workspace:^"
},
"devDependencies": {
"@types/react": "^17.0.47",
"@types/react": "^17.0.49",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react": "^1.3.2",
"jest": "^28.1.1",
"@vitejs/plugin-react": "^2.1.0",
"jest": "^29.0.2",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"tsup": "^5.12.9",
"typescript": "^4.7.4",
"vitest": "^0.12.10"
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vitest": "^0.23.1"
},
"peerDependencies": {
"react": ">=16"

View File

@ -25,8 +25,8 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"solid-js": "^1.4.4",
"typescript": "^4.7.4"
"solid-js": "^1.5.4",
"typescript": "^4.8.2"
},
"peerDependencies": {
"solid-js": ">=1"