Skip to content

Commit 4fe9bba

Browse files
committed
Client: Regression fix for IE11 support
1 parent 3cb7e3a commit 4fe9bba

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-helmet": "6.1.0",
4747
"react-router-dom": "^5.2.0",
4848
"semantic-ui-react": "2.0.1",
49-
"typestyle": "2.1.0"
49+
"typestyle": "2.0.4"
5050
},
5151
"devDependencies": {
5252
"@testing-library/jest-dom": "^5.11.6",

client/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const getWebpackConfig = (env, argv) => {
3131

3232
const config = {
3333
mode: isProduction ? "production" : "development",
34+
target: ["web", "es5"],
3435
devtool: "source-map",
3536
entry: configuredSPAs.getEntrypoints(),
3637
module: {

client/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,10 +2342,10 @@ cssstyle@^2.2.0:
23422342
dependencies:
23432343
cssom "~0.3.6"
23442344

2345-
csstype@2.6.9:
2346-
version "2.6.9"
2347-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.9.tgz#05141d0cd557a56b8891394c1911c40c8a98d098"
2348-
integrity sha512-xz39Sb4+OaTsULgUERcCk+TJj8ylkL4aSVDQiX/ksxbELSqwkgt4d4RD7fovIdgJGSuNYqwZEiVjYY5l0ask+Q==
2345+
csstype@^2.4.0:
2346+
version "2.6.14"
2347+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.14.tgz#004822a4050345b55ad4dcc00be1d9cf2f4296de"
2348+
integrity sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==
23492349

23502350
csstype@^3.0.2:
23512351
version "3.0.5"
@@ -3265,10 +3265,10 @@ fragment-cache@^0.2.1:
32653265
dependencies:
32663266
map-cache "^0.2.2"
32673267

3268-
free-style@3.1.0:
3269-
version "3.1.0"
3270-
resolved "https://registry.yarnpkg.com/free-style/-/free-style-3.1.0.tgz#4e2996029534e6b1731611d843437b9e2f473f08"
3271-
integrity sha512-vJujYSIyT30iDoaoeigNAxX4yB1RUrh+N2ZMhIElMr3BvCuGXOw7XNJMEEJkDUeamK2Rnb/IKFGKRKlTWIGRWA==
3268+
free-style@2.6.1:
3269+
version "2.6.1"
3270+
resolved "https://registry.yarnpkg.com/free-style/-/free-style-2.6.1.tgz#6af512568291195854842cbbaacd95578a6a9a8b"
3271+
integrity sha512-uaVA8e57tvhrFKAl6x32SGIrGFBoeTAFtfHDzWxjPhiXQiUxOI6EEdEReRkjNO2H9XcdMJXXEnMHw8Q7iMYLbw==
32723272

32733273
32743274
version "0.5.2"
@@ -7041,13 +7041,13 @@ [email protected]:
70417041
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
70427042
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
70437043

7044-
typestyle@2.1.0:
7045-
version "2.1.0"
7046-
resolved "https://registry.yarnpkg.com/typestyle/-/typestyle-2.1.0.tgz#7c5cc567de72cd8bfb686813150b92791aaa7636"
7047-
integrity sha512-6uCYPdG4xWLeEcl9O0GtNFnNGhami+irKiLsXSuvWHC/aTS7wdj49WeikWAKN+xHN3b1hm+9v0svwwgSBhCsNA==
7044+
typestyle@2.0.4:
7045+
version "2.0.4"
7046+
resolved "https://registry.yarnpkg.com/typestyle/-/typestyle-2.0.4.tgz#b8da5feaf8a4f9d1f69066f3cc4659098bd08457"
7047+
integrity sha512-+57eGqcEjiAc51hB/zXnZFoVuzwuxb9WbPpb1VT2zPJPIo88wGXod7dHa0IJ1Ue+sncHj2WZMZEPJRAqwVraoA==
70487048
dependencies:
7049-
csstype "2.6.9"
7050-
free-style "3.1.0"
7049+
csstype "^2.4.0"
7050+
free-style "2.6.1"
70517051

70527052
union-value@^1.0.0:
70537053
version "1.0.1"

0 commit comments

Comments
 (0)