Skip to content

Commit

Permalink
PSE-7377: Adding react 17 to peer deps (#1)
Browse files Browse the repository at this point in the history
* updating peer deps so it is compatible with react 17

* Revert "chore(release): 5.0.0"

This reverts commit dcb81fb.

* Revert "upgraded filestack-js"

This reverts commit 04c04ba.

* Revert "Upgraded React version to 18.2 (filestack#131)"

This reverts commit 78988f0.
  • Loading branch information
JaminsonR authored Apr 17, 2024
1 parent dcb81fb commit 252dd0f
Show file tree
Hide file tree
Showing 11 changed files with 14,159 additions and 17,720 deletions.
26 changes: 7 additions & 19 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"parser": "@babel/eslint-parser",
"parser": "babel-eslint",
"extends": [
"standard",
"standard-react",
"plugin:react/recommended",
"plugin:prettier/recommended",
"prettier"
"prettier/standard",
"prettier/react"
],
"env": {
"node": true
Expand All @@ -28,17 +28,11 @@
"ecmaFeatures": {
"legacyDecorators": true,
"jsx": true
},
"babelOptions": {
"presets": [
"@babel/preset-react"
]
},
"requireConfigFile": false
}
},
"settings": {
"react": {
"version": "detect"
"version": "16"
}
},
"rules": {
Expand All @@ -47,12 +41,6 @@
"react/jsx-handler-names": 0,
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"import/export": 0,
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
"import/export": 0
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup repository env
uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '14.x'
registry-url: "https://registry.npmjs.org"
- name: Install deps
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.10.0
14
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- 20
- 12
- 10
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.0.0](https://github.com/filestack/filestack-react/compare/v4.0.1...v5.0.0) (2023-12-12)

* **Dependency** Upgraded packages to the latest possible version while maintaining backward compatibility.

### [4.0.1](https://github.com/filestack/filestack-react/compare/v4.0.0...v4.0.1) (2021-09-08)


Expand Down
Loading

0 comments on commit 252dd0f

Please sign in to comment.