Skip to content

Commit 164b253

Browse files
committed
Upgrading dependencies.
1 parent 749a764 commit 164b253

File tree

4 files changed

+1585
-1702
lines changed

4 files changed

+1585
-1702
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parser": "babel-eslint",
2+
"parser": "@babel/eslint-parser",
33
"extends": [
44
"eslint:recommended",
55
"standard",

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
node-version: ['12','14']
10+
node-version: ['14']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
strategy:
2323
matrix:
24-
node-version: ['12','14']
24+
node-version: ['14']
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v1

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
3030
"@babel/runtime": "^7.14.6",
3131
"@formatjs/intl-pluralrules": "^4.0.27",
32-
"@formatjs/intl-relativetimeformat": "^9.1.6",
32+
"@formatjs/intl-relativetimeformat": "^10.0.0",
3333
"@fortawesome/fontawesome-free": "^5.15.3",
3434
"@fortawesome/fontawesome-svg-core": "^1.2.35",
3535
"@fortawesome/free-brands-svg-icons": "^5.15.3",
@@ -71,7 +71,7 @@
7171
"react-copy-to-clipboard": "^5.0.3",
7272
"react-datetime": "^3.0.4",
7373
"react-dom": "^17.0.2",
74-
"react-dropzone": "^11.3.2",
74+
"react-dropzone": "^12.0.4",
7575
"react-height": "^3.0.0",
7676
"react-helmet": "^6.1.0",
7777
"react-immutable-proptypes": "^2.1.0",
@@ -98,6 +98,7 @@
9898
"devDependencies": {
9999
"@babel/cli": "^7.14.5",
100100
"@babel/core": "^7.14.6",
101+
"@babel/eslint-parser": "^7.17.0",
101102
"@babel/node": "^7.14.7",
102103
"@babel/plugin-proposal-class-properties": "^7.14.5",
103104
"@babel/plugin-transform-runtime": "^7.14.5",
@@ -106,7 +107,6 @@
106107
"@babel/register": "^7.14.5",
107108
"@formatjs/cli": "^4.2.21",
108109
"async": "^3.1.0",
109-
"babel-eslint": "^10.0.2",
110110
"babel-loader": "^8.2.2",
111111
"babel-plugin-transform-flow-strip-types": "^6.22.0",
112112
"babel-plugin-transform-object-assign": "^6.22.0",
@@ -120,23 +120,23 @@
120120
"core-js": "^3.15.2",
121121
"css-loader": "^6.3.0",
122122
"css-modules-require-hook": "^4.2.3",
123-
"dotenv": "^10.0.0",
124-
"eslint": "^7.29.0",
123+
"dotenv": "^16.0.0",
124+
"eslint": "^8.9.0",
125125
"eslint-config-prettier": "^8.3.0",
126126
"eslint-config-standard": "16.0.3",
127127
"eslint-config-standard-react": "11.0.1",
128128
"eslint-plugin-babel": "^5.3.1",
129129
"eslint-plugin-import": "^2.23.4",
130130
"eslint-plugin-node": "11.1.0",
131-
"eslint-plugin-promise": "^5.1.0",
131+
"eslint-plugin-promise": "^6.0.0",
132132
"eslint-plugin-react": "^7.24.0",
133133
"eslint-plugin-standard": "^5.0.0",
134134
"fetch-mock": "^9.11.0",
135135
"file-loader": "^6.2.0",
136136
"git-revision-webpack-plugin": "^5.0.0",
137137
"image-webpack-loader": "^8.0.1",
138138
"isomorphic-style-loader": "^5.1.0",
139-
"jsdom": "^18.0.0",
139+
"jsdom": "^19.0.0",
140140
"json-loader": "^0.5.4",
141141
"less": "^4.1.1",
142142
"less-loader": "^10.0.0",

0 commit comments

Comments
 (0)