Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6515340

Browse files
committed
Updgrade dependencies
1 parent 278e9c9 commit 6515340

File tree

2 files changed

+225
-344
lines changed

2 files changed

+225
-344
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,55 +18,55 @@
1818
"shell": "node ./src/adapters/fauna/shell.mjs"
1919
},
2020
"dependencies": {
21-
"@badrap/bar-of-progress": "0.1.1",
21+
"@badrap/bar-of-progress": "0.1.2",
2222
"@headlessui/react": "0.3.1",
2323
"classnames": "2.2.6",
24-
"faunadb": "4.0.0",
25-
"luxon": "1.25.0",
24+
"faunadb": "4.1.0",
25+
"luxon": "1.26.0",
2626
"markdown-to-jsx": "7.1.1",
2727
"next": "10.0.7",
28-
"next-auth": "3.2.0",
28+
"next-auth": "3.5.0",
2929
"next-themes": "0.0.10",
3030
"nightwind": "1.1.6",
3131
"phosphor-react": "1.1.2",
3232
"react": "17.0.1",
3333
"react-dom": "17.0.1",
34-
"react-hook-form": "6.15.1",
34+
"react-hook-form": "6.15.3",
3535
"react-hot-toast": "1.0.2",
36-
"react-query": "3.5.5",
37-
"slugify": "1.4.6",
36+
"react-query": "3.9.8",
37+
"slugify": "1.4.7",
3838
"tabler-icons": "1.35.0"
3939
},
4040
"devDependencies": {
4141
"@tailwindcss/aspect-ratio": "0.2.0",
4242
"@tailwindcss/forms": "0.2.1",
43-
"@tailwindcss/typography": "0.3.1",
43+
"@tailwindcss/typography": "0.4.0",
4444
"@types/classnames": "2.2.11",
45-
"@types/luxon": "1.25.1",
45+
"@types/luxon": "1.26.0",
4646
"@types/next-auth": "3.1.24",
47-
"@types/node": "14.14.16",
48-
"@types/react": "17.0.0",
49-
"@typescript-eslint/eslint-plugin": "4.11.1",
50-
"@typescript-eslint/parser": "4.11.1",
51-
"autoprefixer": "10.1.0",
47+
"@types/node": "14.14.31",
48+
"@types/react": "17.0.2",
49+
"@typescript-eslint/eslint-plugin": "4.15.1",
50+
"@typescript-eslint/parser": "4.15.1",
51+
"autoprefixer": "10.2.4",
5252
"babel-eslint": "10.1.0",
53-
"eslint": "7.16.0",
54-
"eslint-config-prettier": "7.1.0",
53+
"eslint": "7.20.0",
54+
"eslint-config-prettier": "8.0.0",
5555
"eslint-config-react-app": "6.0.0",
56-
"eslint-plugin-flowtype": "5.2.0",
56+
"eslint-plugin-flowtype": "5.2.2",
5757
"eslint-plugin-import": "2.22.1",
58-
"eslint-plugin-jest": "24.1.3",
58+
"eslint-plugin-jest": "24.1.5",
5959
"eslint-plugin-jsx-a11y": "6.4.1",
60-
"eslint-plugin-prettier": "3.3.0",
61-
"eslint-plugin-react": "7.21.5",
60+
"eslint-plugin-prettier": "3.3.1",
61+
"eslint-plugin-react": "7.22.0",
6262
"eslint-plugin-react-hooks": "4.2.0",
63-
"husky": ">=4.3.6",
64-
"lint-staged": ">=10.5.3",
63+
"husky": ">=4.3.8",
64+
"lint-staged": ">=10.5.4",
6565
"npm-run-all": "4.1.5",
66-
"postcss": "8.2.1",
66+
"postcss": "8.2.6",
6767
"prettier": "2.2.1",
68-
"tailwindcss": "2.0.2",
69-
"typescript": "4.1.3"
68+
"tailwindcss": "2.0.3",
69+
"typescript": "4.1.5"
7070
},
7171
"husky": {
7272
"hooks": {

0 commit comments

Comments
 (0)