Skip to content

Commit

Permalink
⬆ Typescript vers 4.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Oct 27, 2020
1 parent 1401fbd commit 0ab1567
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^3.0.2",
"toml-loader": "^1.0.0",
"typescript": "^4.0.2",
"typescript": "^4.1.0-beta",
"url-loader": "^4.1.0",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion publicodes/source/parseReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Par défaut, seul le premier s'applique. Si vous voulez un autre comportement, v
const cacheNode = (
nodeValue: EvaluatedNode['nodeValue'],
missingVariables: EvaluatedNode['missingVariables'],
explanation?: Record<string, unknown>
explanation?: EvaluatedNode['explanation']
) => {
cache[cacheName] = {
...node,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"moduleResolution": "node",
"module": "esnext",
"target": "esnext",
"jsx": "react",
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12200,10 +12200,10 @@ typescript@^3.6.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
typescript@^4.1.0-beta:
version "4.1.0-beta"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.0-beta.tgz#e4d054035d253b7a37bdc077dd71706508573e69"
integrity sha512-b/LAttdVl3G6FEmnMkDsK0xvfvaftXpSKrjXn+OVCRqrwz5WD/6QJOiN+dTorqDY+hkaH+r2gP5wI1jBDmdQ7A==

[email protected]:
version "3.4.10"
Expand Down

0 comments on commit 0ab1567

Please sign in to comment.