Skip to content

Commit 0b445ef

Browse files
chore: revert all changes from babelrc
1 parent 08a9893 commit 0b445ef

File tree

4 files changed

+35
-26
lines changed

4 files changed

+35
-26
lines changed

.babelrc

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
{
2-
"presets": [
3-
[
4-
"@babel/preset-env",
5-
{
6-
"ignoreBrowserslistConfig": true
7-
}
8-
],
9-
"@babel/preset-react"
10-
],
2+
"presets": ["@babel/preset-env", "@babel/preset-react"],
113
"plugins": [
124
["@babel/plugin-proposal-decorators", { "legacy": true }],
135
"@babel/plugin-transform-class-properties",
146
"@babel/plugin-syntax-dynamic-import",
157
[
168
"module-resolver",
179
{
18-
"root": ["./src/javascript"],
10+
"root": [
11+
"./src/javascript"
12+
],
1913
"alias": {
20-
"_common": "./src/javascript/_common",
21-
"Images": "./src/images/"
14+
"_common" : "./src/javascript/_common",
15+
"Images" : "./src/images/"
2216
}
2317
}
2418
]
2519
]
26-
}
20+
}

.browserslistrc

-3
This file was deleted.

package-lock.json

+21-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@binary-com/binary-style": "^0.2.26",
108108
"@binary-com/webtrader-charts": "^0.6.2",
109109
"@deriv-com/analytics": "^1.26.1",
110-
"@deriv-com/auth-client": "1.2.14",
110+
"@deriv-com/auth-client": "1.2.5",
111111
"@deriv-com/quill-ui": "^1.16.2",
112112
"@deriv-com/utils": "^0.0.38",
113113
"@deriv/deriv-api": "^1.0.15",
@@ -147,5 +147,10 @@
147147
},
148148
"engines": {
149149
"node": "18.x"
150-
}
150+
},
151+
"browserslist": [
152+
"last 2 versions",
153+
"last 5 iOS versions",
154+
"last 3 Safari versions"
155+
]
151156
}

0 commit comments

Comments
 (0)