Skip to content

Commit

Permalink
⬆️ Bump typescript from 5.3.2 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 8104d6a commit c2dbb01
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"storybook": "^7.6.3",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^5.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"relay-compiler": "^16.0.0",
"tailwindcss": "^3.4.0",
"tsx": "^4.7.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.2",
"tsx": "^4.7.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.10",
"jest": "^29.7.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/squiggle-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"peggy": "^3.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"storybook": "^7.6.3",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^5.0.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/versioned-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@vscode/vsce": "^2.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit c2dbb01

Please sign in to comment.