Skip to content

Commit 5672d76

Browse files
committed
chore(examples): upgrade packages in vite/react example
1 parent 56b7590 commit 5672d76

File tree

2 files changed

+688
-656
lines changed

2 files changed

+688
-656
lines changed

examples/vite-react/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
},
1212
"dependencies": {
1313
"mediainfo.js": "link:../..",
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.2.3",
15+
"react-dom": "^19.2.3"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
20-
"@vitejs/plugin-react": "^4.4.0",
21-
"eslint": "^9.24.0",
18+
"@types/react": "^19.2.8",
19+
"@types/react-dom": "^19.2.3",
20+
"@vitejs/plugin-react": "^5.1.2",
21+
"eslint": "^9.39.2",
2222
"eslint-plugin-react": "^7.37.5",
23-
"globals": "^16.0.0",
24-
"typescript": "^5.8.3",
25-
"typescript-eslint": "^8.30.1",
26-
"vite": "^6.3.2"
23+
"globals": "^17.0.0",
24+
"typescript": "^5.9.3",
25+
"typescript-eslint": "^8.53.0",
26+
"vite": "^7.3.1"
2727
}
2828
}

0 commit comments

Comments
 (0)