Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 24, 2024
1 parent de76604 commit cf5a1b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-lobsters-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-anywidget": patch
---

Use esbuild v0.24.0
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ src/ipyfoo/static
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
Expand Down Expand Up @@ -1175,7 +1175,7 @@ src/ipyfoo/static
"react-dom": "^18.3.1"
},
"devDependencies": {
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -1382,10 +1382,10 @@ src/ipyfoo/static
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2",
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -1615,7 +1615,7 @@ src/ipyfoo/static
},
"dependencies": {},
"devDependencies": {
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -2018,7 +2018,7 @@ src/ipyfoo/static
"devDependencies": {
"@anywidget/types": "0.2.0",
"typescript": "^5.6.2",
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}",
"path": "package.json",
Expand Down

0 comments on commit cf5a1b2

Please sign in to comment.