Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 4, 2023
1 parent 51cca40 commit 5d3edbc
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 260 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
"devDependencies": {
"@cspell/cspell-tools": "workspace:*",
"@cspell/cspell-types": "workspace:*",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"devDependencies": {
"ajv-cli": "^5.0.0",
"ts-json-schema-generator": "^1.2.0",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"dependencies": {
"@cspell/cspell-pipe": "workspace:^",
Expand Down
332 changes: 79 additions & 253 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"dependencies": {
"react": "^18.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cspell/cspell-types": "workspace:*",
"cspell-lib": "workspace:*",
"ts-loader": "^9.4.4",
"typescript": "^4.9.5",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell/test-cspell-esm-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"cspell": "workspace:*"
},
"devDependencies": {
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 5d3edbc

Please sign in to comment.