Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 15, 2024
1 parent 602931f commit 437fab9
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ src/ipyfoo/static
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -933,7 +933,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.2.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -1382,9 +1382,9 @@ src/ipyfoo/static
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3",
"esbuild": "^0.24.0"
}
}",
Expand Down Expand Up @@ -2017,7 +2017,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.2.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"esbuild": "^0.24.0"
}
}",
Expand Down

0 comments on commit 437fab9

Please sign in to comment.