Skip to content

Commit 252dd0f

Browse files
authored
PSE-7377: Adding react 17 to peer deps (#1)
* 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.
1 parent dcb81fb commit 252dd0f

File tree

11 files changed

+14159
-17720
lines changed

11 files changed

+14159
-17720
lines changed

.eslintrc

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"parser": "@babel/eslint-parser",
2+
"parser": "babel-eslint",
33
"extends": [
44
"standard",
55
"standard-react",
6-
"plugin:react/recommended",
76
"plugin:prettier/recommended",
8-
"prettier"
7+
"prettier/standard",
8+
"prettier/react"
99
],
1010
"env": {
1111
"node": true
@@ -28,17 +28,11 @@
2828
"ecmaFeatures": {
2929
"legacyDecorators": true,
3030
"jsx": true
31-
},
32-
"babelOptions": {
33-
"presets": [
34-
"@babel/preset-react"
35-
]
36-
},
37-
"requireConfigFile": false
31+
}
3832
},
3933
"settings": {
4034
"react": {
41-
"version": "detect"
35+
"version": "16"
4236
}
4337
},
4438
"rules": {
@@ -47,12 +41,6 @@
4741
"react/jsx-handler-names": 0,
4842
"react/jsx-fragments": 0,
4943
"react/no-unused-prop-types": 0,
50-
"import/export": 0,
51-
"prettier/prettier": [
52-
"error",
53-
{
54-
"endOfLine": "auto"
55-
}
56-
]
44+
"import/export": 0
5745
}
58-
}
46+
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup repository env
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '20.x'
16+
node-version: '14.x'
1717
registry-url: "https://registry.npmjs.org"
1818
- name: Install deps
1919
run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
14

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
22
node_js:
3-
- 20
43
- 12
54
- 10

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
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.
44

5-
### [5.0.0](https://github.com/filestack/filestack-react/compare/v4.0.1...v5.0.0) (2023-12-12)
6-
7-
* **Dependency** Upgraded packages to the latest possible version while maintaining backward compatibility.
8-
95
### [4.0.1](https://github.com/filestack/filestack-react/compare/v4.0.0...v4.0.1) (2021-09-08)
106

117

0 commit comments

Comments
 (0)