|
18 | 18 | "shell": "node ./src/adapters/fauna/shell.mjs"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@badrap/bar-of-progress": "0.1.1", |
| 21 | + "@badrap/bar-of-progress": "0.1.2", |
22 | 22 | "@headlessui/react": "0.3.1",
|
23 | 23 | "classnames": "2.2.6",
|
24 |
| - "faunadb": "4.0.0", |
25 |
| - "luxon": "1.25.0", |
| 24 | + "faunadb": "4.1.0", |
| 25 | + "luxon": "1.26.0", |
26 | 26 | "markdown-to-jsx": "7.1.1",
|
27 | 27 | "next": "10.0.7",
|
28 |
| - "next-auth": "3.2.0", |
| 28 | + "next-auth": "3.5.0", |
29 | 29 | "next-themes": "0.0.10",
|
30 | 30 | "nightwind": "1.1.6",
|
31 | 31 | "phosphor-react": "1.1.2",
|
32 | 32 | "react": "17.0.1",
|
33 | 33 | "react-dom": "17.0.1",
|
34 |
| - "react-hook-form": "6.15.1", |
| 34 | + "react-hook-form": "6.15.3", |
35 | 35 | "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", |
38 | 38 | "tabler-icons": "1.35.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 | 41 | "@tailwindcss/aspect-ratio": "0.2.0",
|
42 | 42 | "@tailwindcss/forms": "0.2.1",
|
43 |
| - "@tailwindcss/typography": "0.3.1", |
| 43 | + "@tailwindcss/typography": "0.4.0", |
44 | 44 | "@types/classnames": "2.2.11",
|
45 |
| - "@types/luxon": "1.25.1", |
| 45 | + "@types/luxon": "1.26.0", |
46 | 46 | "@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", |
52 | 52 | "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", |
55 | 55 | "eslint-config-react-app": "6.0.0",
|
56 |
| - "eslint-plugin-flowtype": "5.2.0", |
| 56 | + "eslint-plugin-flowtype": "5.2.2", |
57 | 57 | "eslint-plugin-import": "2.22.1",
|
58 |
| - "eslint-plugin-jest": "24.1.3", |
| 58 | + "eslint-plugin-jest": "24.1.5", |
59 | 59 | "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", |
62 | 62 | "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", |
65 | 65 | "npm-run-all": "4.1.5",
|
66 |
| - "postcss": "8.2.1", |
| 66 | + "postcss": "8.2.6", |
67 | 67 | "prettier": "2.2.1",
|
68 |
| - "tailwindcss": "2.0.2", |
69 |
| - "typescript": "4.1.3" |
| 68 | + "tailwindcss": "2.0.3", |
| 69 | + "typescript": "4.1.5" |
70 | 70 | },
|
71 | 71 | "husky": {
|
72 | 72 | "hooks": {
|
|
0 commit comments