Skip to content

Commit

Permalink
Upgraded React version to 18.2 (#131)
Browse files Browse the repository at this point in the history
* upgraded React to 18.2

* Upgraded filestack-js

* Update release.yml

updated the branch name for deploy

---------

Co-authored-by: hemanth-3 <[email protected]>
  • Loading branch information
RatGabi and hemanth-3 authored Nov 30, 2023
1 parent 64aa4b0 commit 78988f0
Show file tree
Hide file tree
Showing 8 changed files with 42,670 additions and 13,493 deletions.
14 changes: 9 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"standard",
"standard-react",
"plugin:react/recommended",
"plugin:prettier/recommended",
"prettier/standard",
"prettier/react"
"prettier"
],
"env": {
"node": true
Expand All @@ -28,11 +28,15 @@
"ecmaFeatures": {
"legacyDecorators": true,
"jsx": true
}
},
"babelOptions": {
"presets": ["@babel/preset-react"]
},
"requireConfigFile": false
},
"settings": {
"react": {
"version": "16"
"version": "detect"
}
},
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Filestack React deployment
on:
push:
branches: [ develop ]
branches: [ FS-10385-upgrade-react-version ]
create:
tags:
- v*
Expand Down
Loading

0 comments on commit 78988f0

Please sign in to comment.