Skip to content

Commit

Permalink
Update TypeScript to 4.3.5 (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano authored Jul 24, 2021
1 parent 2ac46b8 commit c897800
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tslib": "^2.2.0",
"tslint": "^5.11.0",
"typedoc": "^0.17.4",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"webpack-dev-middleware": "^3.6.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rxjs": "^7.1.0",
"ts-jest": "^26.5.6",
"tslib": "^2.2.0",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xml-js": "^1.6.11"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "^26.6.3",
"lerna-alias": "3.0.3-0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^26.6.3",
"lerna-alias": "3.0.3-0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-immer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"immer": "^8.0.1",
"lerna-alias": "3.0.3-0",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/ws": "^7.2.6",
"rollup": "^2.35.1",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"ws": "^7.3.1",
"xstate": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-scxml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jest": "^26.6.3",
"lerna-alias": "3.0.3-0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"svelte-jester": "^1.1.2",
"svelte-preprocess": "^4.0.10",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"puppeteer": "^1.19.0",
"strip-ansi": "^5.2.0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"xstate": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-viz/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"parcel": "^1.12.3",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/xstate-viz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"immer": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"typescript": "^4.3.5",
"vue": "^3.0.7",
"vue-jest": "5.0.0-alpha.7",
"xstate": "*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11111,10 +11111,10 @@ typedoc@^0.17.4:
shelljs "^0.8.4"
typedoc-default-themes "^0.10.2"

typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
typescript@^4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==

uglify-js@^3.1.4, uglify-js@^3.4.9:
version "3.12.3"
Expand Down

0 comments on commit c897800

Please sign in to comment.