Skip to content

Commit

Permalink
Upgrading dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
krulis-martin committed Feb 15, 2022
1 parent 749a764 commit 164b253
Show file tree
Hide file tree
Showing 4 changed files with 1,585 additions and 1,702 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"eslint:recommended",
"standard",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['12','14']
node-version: ['14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['12','14']
node-version: ['14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@formatjs/intl-pluralrules": "^4.0.27",
"@formatjs/intl-relativetimeformat": "^9.1.6",
"@formatjs/intl-relativetimeformat": "^10.0.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
Expand Down Expand Up @@ -71,7 +71,7 @@
"react-copy-to-clipboard": "^5.0.3",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-dropzone": "^12.0.4",
"react-height": "^3.0.0",
"react-helmet": "^6.1.0",
"react-immutable-proptypes": "^2.1.0",
Expand All @@ -98,6 +98,7 @@
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
Expand All @@ -106,7 +107,6 @@
"@babel/register": "^7.14.5",
"@formatjs/cli": "^4.2.21",
"async": "^3.1.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.2.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
Expand All @@ -120,23 +120,23 @@
"core-js": "^3.15.2",
"css-loader": "^6.3.0",
"css-modules-require-hook": "^4.2.3",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-react": "11.0.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^5.0.0",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"image-webpack-loader": "^8.0.1",
"isomorphic-style-loader": "^5.1.0",
"jsdom": "^18.0.0",
"jsdom": "^19.0.0",
"json-loader": "^0.5.4",
"less": "^4.1.1",
"less-loader": "^10.0.0",
Expand Down
Loading

0 comments on commit 164b253

Please sign in to comment.