Skip to content

Commit

Permalink
chore: bump typescript and related dependencies (#13017)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Jul 13, 2022
1 parent 33a8a59 commit 0425de0
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Expand Up @@ -15,7 +15,7 @@
"core-js": "^3.2.1",
"rxjs": "^7.5.5",
"tslib": "^2.0.0",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"zone.js": "~0.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "17.0.2",
"react-dom": "^17.0.1",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,9 +12,9 @@
"@crowdin/cli": "^3.5.2",
"@jest/globals": "workspace:*",
"@jest/test-utils": "workspace:*",
"@microsoft/api-extractor": "^7.24.0",
"@microsoft/api-extractor": "^7.28.4",
"@tsconfig/node12": "^1.0.9",
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/babel__core": "^7.1.14",
"@types/babel__generator": "^7.0.0",
"@types/babel__template": "^7.0.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"tempy": "^1.0.0",
"ts-node": "^10.5.0",
"type-fest": "^2.11.2",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"which": "^2.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@jest/test-utils": "^28.1.1",
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"chalk": "^4.0.0",
"fast-check": "^3.0.0",
"immutable": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Expand Up @@ -58,7 +58,7 @@
"@types/micromatch": "^4.0.1",
"semver": "^7.3.5",
"ts-node": "^10.5.0",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expect/package.json
Expand Up @@ -21,7 +21,7 @@
"jest-snapshot": "^28.1.2"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Expand Up @@ -21,7 +21,7 @@
"@types/node": "*"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@jest/test-utils": "^28.1.1",
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/exit": "^0.1.30",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Expand Up @@ -28,7 +28,7 @@
"slash": "^3.0.0"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/graceful-fs": "^4.1.3",
"@types/pnpapi": "^0.0.2",
"@types/resolve": "^1.20.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -40,7 +40,7 @@
"source-map-support": "0.5.13"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/source-map-support": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-flow": "^7.7.2",
"@babel/preset-react": "^7.12.1",
"@jest/test-utils": "^28.1.1",
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/graceful-fs": "^4.1.3",
"@types/natural-compare": "^1.4.0",
"@types/semver": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-types/package.json
Expand Up @@ -28,7 +28,7 @@
"chalk": "^4.0.0"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
Expand Up @@ -22,7 +22,7 @@
"supports-color": "^8.0.0"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"@types/merge-stream": "^1.1.2",
"@types/supports-color": "^8.1.0",
"get-stream": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -19,7 +19,7 @@
"jest-cli": "^28.1.2"
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 0425de0

Please sign in to comment.