Skip to content

Commit 78988f0

Browse files
RatGabihemanth-3
andauthored
Upgraded React version to 18.2 (#131)
* upgraded React to 18.2 * Upgraded filestack-js * Update release.yml updated the branch name for deploy --------- Co-authored-by: hemanth-3 <98961835+hemanth-3@users.noreply.github.com>
1 parent 64aa4b0 commit 78988f0

File tree

8 files changed

+42670
-13493
lines changed

8 files changed

+42670
-13493
lines changed

.eslintrc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"parser": "babel-eslint",
2+
"parser": "@babel/eslint-parser",
33
"extends": [
44
"standard",
55
"standard-react",
6+
"plugin:react/recommended",
67
"plugin:prettier/recommended",
7-
"prettier/standard",
8-
"prettier/react"
8+
"prettier"
99
],
1010
"env": {
1111
"node": true
@@ -28,11 +28,15 @@
2828
"ecmaFeatures": {
2929
"legacyDecorators": true,
3030
"jsx": true
31-
}
31+
},
32+
"babelOptions": {
33+
"presets": ["@babel/preset-react"]
34+
},
35+
"requireConfigFile": false
3236
},
3337
"settings": {
3438
"react": {
35-
"version": "16"
39+
"version": "detect"
3640
}
3741
},
3842
"rules": {

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Filestack React deployment
22
on:
33
push:
4-
branches: [ develop ]
4+
branches: [ FS-10385-upgrade-react-version ]
55
create:
66
tags:
77
- v*

0 commit comments

Comments
 (0)