Skip to content

Commit

Permalink
build: upgrade examples-app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jan 20, 2025
1 parent 0da2142 commit edc4150
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 240 deletions.
14 changes: 7 additions & 7 deletions examples-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"eslint-plugin-react-refresh": "^0.4.18",
"typescript": "^5.7.3",
"vite": "^6.0.9"
}
}
Loading

0 comments on commit edc4150

Please sign in to comment.