Skip to content

Commit

Permalink
Update buildDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent e75906b commit 98a8aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^3.0.0",
"babel-plugin-transform-jsx2": "*",
"perf-monitor": "0.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsx2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@rollup/plugin-typescript": "10.0.1",
"@swc/jest": "0.2.24",
"@types/jest": "29.2.4",
"@types/jsdom": "20.0.1",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@types/jsdom": "21.1.7",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-rulesdir": "0.2.1",
Expand Down

0 comments on commit 98a8aff

Please sign in to comment.