Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 9457b3a

Browse files
author
Valentin
committed
CCP-2128 update babelrc and fix voxeet sdk version
1 parent 398e129 commit 9457b3a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.babelrc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"presets": ["env", "stage-0", "react"],
3-
"plugins": [
4-
"react-hot-loader/babel",
5-
"transform-class-properties",
6-
"transform-decorators-legacy",
7-
]
8-
}
2+
"sourceType": "unambiguous",
3+
"presets": ["@babel/preset-env", "@babel/preset-react"],
4+
"plugins": [
5+
"@babel/plugin-transform-modules-commonjs",
6+
"react-hot-loader/babel",
7+
["@babel/plugin-proposal-decorators", { "legacy": true }]
8+
]
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.7.0",
44
"private": true,
55
"dependencies": {
6-
"@voxeet/voxeet-web-sdk": "^3.2.0",
6+
"@voxeet/voxeet-web-sdk": "3.2.0",
77
"axios": "^0.21.1",
88
"react": "^16.7.0",
99
"react-dom": "^16.7.0",

0 commit comments

Comments
 (0)