Skip to content

Commit

Permalink
TS 3.6 -> 4.8! (#171)
Browse files Browse the repository at this point in the history
* update typescript to latest version

* add ts check command

* add volta to react-example

* Create popular-phones-leave.md
  • Loading branch information
mayakoneval authored Oct 19, 2022
1 parent cb50087 commit 4ea1cd9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/popular-phones-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@apollo/explorer": patch
"@apollo/sandbox": patch
---

TS 3.6 -> 4.8!
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"rollup-plugin-terser": "^7.0.2",
"size-limit": "5.0.5",
"tslib": "2.3.1",
"typescript": "3.9.10"
"typescript": "4.8.4"
},
"dependencies": {
"zen-observable-ts": "^1.1.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/explorer/src/examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"license": "MIT",
"scripts": {
"start": "parcel index.html --no-cache",
"build": "parcel build index.html --no-cache"
"build": "parcel build index.html --no-cache",
"typescript:check": "tsc --noEmit"
},
"dependencies": {
},
"volta": {
"node": "16.13.0",
"npm": "8.3.1"
},
"alias": {
"react": "../../../../../node_modules/react",
"react-dom": "../../../../../node_modules/react-dom"
Expand Down
4 changes: 4 additions & 0 deletions packages/sandbox/src/examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
},
"dependencies": {
},
"volta": {
"node": "16.13.0",
"npm": "8.3.1"
},
"alias": {
"react": "../../../../../node_modules/react",
"react-dom": "../../../../../node_modules/react-dom"
Expand Down

0 comments on commit 4ea1cd9

Please sign in to comment.