Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit ab52981

Browse files
committed
chore(deps): update all dependencies
1 parent cb20606 commit ab52981

File tree

4 files changed

+1353
-547
lines changed

4 files changed

+1353
-547
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@types/node": "14.14.36",
2626
"@types/react": "17.0.14",
2727
"@types/react-dom": "17.0.9",
28-
"eslint": "7.22.0",
28+
"eslint": "7.32.0",
2929
"lerna": "4.0.0",
30-
"prettier": "2.2.1",
30+
"prettier": "2.3.2",
3131
"rimraf": "3.0.2",
32-
"typescript": "4.2.3"
32+
"typescript": "4.4.2"
3333
}
3434
}

packages/dashboard/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,44 +33,44 @@
3333
"@unform/web": "2.1.6",
3434
"axios": "0.21.1",
3535
"emoji-mart": "3.0.1",
36-
"history": "4.10.1",
36+
"history": "5.0.1",
3737
"immer": "9.0.5",
3838
"invariant": "2.2.4",
3939
"levenary": "1.1.1",
40-
"localforage": "1.9.0",
40+
"localforage": "1.10.0",
4141
"polished": "4.1.3",
42-
"react": "16.14.0",
42+
"react": "17.0.2",
4343
"react-app-rewired": "2.1.8",
4444
"react-color": "2.19.3",
45-
"react-dom": "16.14.0",
45+
"react-dom": "17.0.2",
4646
"react-dropzone": "11.3.4",
4747
"react-icons": "4.2.0",
4848
"react-redux": "7.2.4",
4949
"react-router-dom": "5.2.0",
5050
"react-scripts": "4.0.3",
5151
"react-select": "4.3.1",
52-
"react-toastify": "7.0.4",
53-
"redux": "4.0.5",
52+
"react-toastify": "8.0.2",
53+
"redux": "4.1.1",
5454
"redux-persist": "6.0.0",
5555
"redux-saga": "1.1.3",
56-
"styled-components": "5.2.1",
56+
"styled-components": "5.3.1",
5757
"url-join": "4.0.1",
5858
"yup": "0.32.9"
5959
},
6060
"devDependencies": {
6161
"babel-plugin-root-import": "6.6.0",
6262
"customize-cra": "1.0.0",
63-
"eslint": "7.22.0",
63+
"eslint": "7.32.0",
6464
"eslint-config-airbnb": "18.2.1",
65-
"eslint-config-prettier": "8.1.0",
65+
"eslint-config-prettier": "8.3.0",
6666
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
67-
"eslint-plugin-import": "2.22.1",
67+
"eslint-plugin-import": "2.24.2",
6868
"eslint-plugin-import-helpers": "1.1.0",
6969
"eslint-plugin-jsx-a11y": "6.4.1",
70-
"eslint-plugin-prettier": "3.2.0",
71-
"eslint-plugin-react": "7.23.1",
70+
"eslint-plugin-prettier": "4.0.0",
71+
"eslint-plugin-react": "7.25.1",
7272
"eslint-plugin-react-hooks": "4.2.0",
73-
"prettier": "2.2.1",
73+
"prettier": "2.3.2",
7474
"prop-types": "15.7.2"
7575
}
7676
}

packages/site/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"@kaelbot/constants": "1.0.5",
2323
"@tailwindcss/ui": "0.7.2",
2424
"axios": "0.21.1",
25-
"classnames": "2.2.6",
26-
"next": "10.0.9",
27-
"postcss-nesting": "7.0.1",
25+
"classnames": "2.3.1",
26+
"next": "11.1.2",
27+
"postcss-nesting": "8.0.1",
2828
"postcss-preset-env": "6.7.0",
2929
"raw-loader": "4.0.2",
3030
"react": "17.0.2",
3131
"react-dom": "17.0.2",
3232
"react-icons": "4.2.0",
33-
"react-markdown": "5.0.3",
34-
"tailwindcss": "1.9.6",
33+
"react-markdown": "7.0.1",
34+
"tailwindcss": "2.2.9",
3535
"url-join": "4.0.1"
3636
},
3737
"devDependencies": {
3838
"@hitechline/eslint-config-web": "1.1.4",
39-
"@next/bundle-analyzer": "10.0.9",
40-
"@types/classnames": "2.2.11",
39+
"@next/bundle-analyzer": "11.1.2",
40+
"@types/classnames": "2.3.0",
4141
"@types/url-join": "4.0.1",
4242
"@zeit/next-source-maps": "0.0.3",
4343
"imagemin-mozjpeg": "9.0.0",

0 commit comments

Comments
 (0)