Skip to content

Commit

Permalink
chore(deps): bump typescript from 4.7.4 to 5.2.2 in /frontend
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 81e17fb commit 836f4f7
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 55 deletions.
2 changes: 1 addition & 1 deletion frontend/examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"karma-jasmine-html-reporter": "~2.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion frontend/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.2.7",
"eslint": "^8.42.0",
"eslint-config-next": "^12.3.0",
"typescript": "^4.8.3"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion frontend/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"typescript": "^4.8.3"
"typescript": "^5.2.2"
},
"scripts": {
"start": "PORT=8888 react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-vue": "^9.15.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"typescript": "~5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/frontend-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"microbundle": "^0.15.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"dependencies": {
"@types/js-cookie": "^3.0.3"
Expand Down
111 changes: 62 additions & 49 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 836f4f7

Please sign in to comment.