diff --git a/package.json b/package.json index cea2fb1ba..882c1b542 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "style-loader": "^0.23.1", "terser-webpack-plugin": "^3.0.2", "toml-loader": "^1.0.0", - "typescript": "^4.2.4", + "typescript": "^4.3.2", "url-loader": "^4.1.0", "webpack": "^4.42.0", "webpack-bundle-analyzer": "^3.7.0", diff --git a/publicodes/core/package.json b/publicodes/core/package.json index 646ca39b9..f40bb2bde 100644 --- a/publicodes/core/package.json +++ b/publicodes/core/package.json @@ -27,7 +27,7 @@ "devDependencies": { "chai": "^4.2.0", "intl": "^1.2.5", - "typescript": "^4.2.4", + "typescript": "^4.3.2", "dedent-js": "1.0.1" }, "dependencies": { diff --git a/publicodes/ui-react/package.json b/publicodes/ui-react/package.json index edad380e8..a85317804 100644 --- a/publicodes/ui-react/package.json +++ b/publicodes/ui-react/package.json @@ -33,6 +33,6 @@ }, "devDependencies": { "js-yaml": "^4.0.0", - "typescript": "^4.2.4" + "typescript": "^4.3.2" } } diff --git a/yarn.lock b/yarn.lock index dac84ed1c..36a05628a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13495,10 +13495,10 @@ typescript@^3.6.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== -typescript@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +typescript@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== uglify-js@3.4.x: version "3.4.10"