Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 9, 2024
1 parent 8eb9a50 commit 48e9013
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-lies-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-anywidget": patch
---

Bump TypeScript to 5.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"typescript": "^5.6.2",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.10.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ src/ipyfoo/static
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -933,7 +933,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.2.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}",
"path": "package.json",
Expand Down Expand Up @@ -1384,7 +1384,7 @@ src/ipyfoo/static
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"esbuild": "^0.23.1"
}
}",
Expand Down Expand Up @@ -2017,7 +2017,7 @@ src/ipyfoo/static
"dependencies": {},
"devDependencies": {
"@anywidget/types": "0.2.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"esbuild": "^0.23.1"
}
}",
Expand Down

0 comments on commit 48e9013

Please sign in to comment.