|
26 | 26 | "@emotion/styled": "11.0.0", |
27 | 27 | "@material-ui/core": "4.11.2", |
28 | 28 | "@material-ui/icons": "4.11.2", |
29 | | - "chokidar": "3.4.3", |
30 | | - "dayjs": "1.9.8", |
| 29 | + "chokidar": "3.5.0", |
| 30 | + "dayjs": "1.10.3", |
31 | 31 | "emotion": "11.0.0", |
32 | 32 | "htmr": "0.9.2", |
33 | 33 | "jdown": "1.0.4", |
|
44 | 44 | "react-static-plugin-sitemap": "7.4.2", |
45 | 45 | "react-static-plugin-source-filesystem": "7.4.2", |
46 | 46 | "react-static-plugin-typescript": "7.4.2", |
47 | | - "react-use": "15.3.4" |
| 47 | + "react-use": "15.3.8" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@babel/core": "7.12.10", |
|
55 | 55 | "@storybook/addons": "6.1.11", |
56 | 56 | "@storybook/cli": "6.1.11", |
57 | 57 | "@storybook/react": "6.1.11", |
58 | | - "@testing-library/react-hooks": "3.7.0", |
| 58 | + "@testing-library/react-hooks": "4.0.0", |
59 | 59 | "@types/enzyme": "3.10.8", |
60 | 60 | "@types/enzyme-adapter-react-16": "1.0.6", |
61 | 61 | "@types/faker": "5.1.5", |
62 | | - "@types/jest": "26.0.19", |
| 62 | + "@types/jest": "26.0.20", |
63 | 63 | "@types/marked": "1.2.1", |
64 | | - "@types/node": "14.14.19", |
| 64 | + "@types/node": "14.14.20", |
65 | 65 | "@types/node-emoji": "1.8.1", |
66 | 66 | "@types/prismjs": "1.16.2", |
67 | 67 | "@types/react": "16.14.2", |
|
70 | 70 | "@types/react-router-dom": "5.1.7", |
71 | 71 | "@types/react-scroll": "1.8.2", |
72 | 72 | "@types/webpack-env": "1.16.0", |
73 | | - "@typescript-eslint/eslint-plugin": "4.11.1", |
74 | | - "@typescript-eslint/parser": "4.11.1", |
| 73 | + "@typescript-eslint/eslint-plugin": "4.12.0", |
| 74 | + "@typescript-eslint/parser": "4.12.0", |
75 | 75 | "babel-loader": "8.2.2", |
76 | 76 | "enzyme": "3.11.0", |
77 | 77 | "enzyme-adapter-react-16": "1.15.5", |
78 | 78 | "eslint": "7.17.0", |
79 | 79 | "eslint-config-prettier": "7.1.0", |
80 | 80 | "eslint-plugin-import": "2.22.1", |
81 | | - "eslint-plugin-prettier": "3.3.0", |
| 81 | + "eslint-plugin-prettier": "3.3.1", |
82 | 82 | "eslint-plugin-react": "7.22.0", |
83 | 83 | "eslint-plugin-react-hooks": "4.2.0", |
84 | 84 | "faker": "5.1.0", |
85 | | - "husky": "4.3.6", |
| 85 | + "husky": "4.3.7", |
86 | 86 | "jest": "26.6.3", |
87 | 87 | "jest-enzyme": "7.1.2", |
88 | 88 | "lint-staged": "10.5.3", |
|
123 | 123 | ], |
124 | 124 | "globals": { |
125 | 125 | "ts-jest": { |
126 | | - "tsConfig": "<rootDir>config/tsconfig.test.json" |
| 126 | + "tsconfig": "<rootDir>config/tsconfig.test.json" |
127 | 127 | } |
128 | 128 | } |
129 | 129 | }, |
|
0 commit comments