|
18 | 18 | "type-check": "tsc --noEmit"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@reduxjs/toolkit": "^1.9.0", |
22 |
| - "@types/react": "^18.0.25", |
| 21 | + "@reduxjs/toolkit": "^1.9.1", |
| 22 | + "@types/react": "^18.0.26", |
23 | 23 | "@types/react-dom": "^18.0.9",
|
24 | 24 | "@types/react-modal": "^3.13.1",
|
25 | 25 | "@types/react-redux": "^7.1.24",
|
26 | 26 | "@types/react-transition-group": "^4.4.5",
|
27 | 27 | "@types/react-window": "^1.8.5",
|
28 | 28 | "@types/styled-components": "^5.1.26",
|
29 |
| - "axios": "^1.2.0", |
30 |
| - "next": "^13.0.5", |
31 |
| - "npm-check-updates": "^16.4.3", |
| 29 | + "axios": "^1.2.1", |
| 30 | + "next": "^13.0.7", |
| 31 | + "npm-check-updates": "^16.6.0", |
32 | 32 | "react": "^18.2.0",
|
33 | 33 | "react-dom": "^18.2.0",
|
34 |
| - "react-hook-form": "^7.40.0", |
| 34 | + "react-hook-form": "^7.41.0", |
| 35 | + "react-hooks": "^1.0.1", |
35 | 36 | "react-is": "^18.2.0",
|
36 | 37 | "react-json-formatter": "^0.3.2",
|
37 | 38 | "react-modal": "^3.16.1",
|
|
48 | 49 | },
|
49 | 50 | "devDependencies": {
|
50 | 51 | "@babel/core": "^7.20.5",
|
| 52 | + "@babel/runtime": "^7.20.6", |
51 | 53 | "@faker-js/faker": "^7.6.0",
|
52 | 54 | "@testing-library/react-hooks": "^8.0.1",
|
53 |
| - "@types/jest": "^29.2.3", |
54 |
| - "@types/node": "^18.11.9", |
55 |
| - "@typescript-eslint/eslint-plugin": "^5.45.0", |
56 |
| - "@typescript-eslint/parser": "^5.45.0", |
| 55 | + "@types/jest": "^29.2.4", |
| 56 | + "@types/node": "^18.11.16", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 58 | + "@typescript-eslint/parser": "^5.46.1", |
57 | 59 | "@vscode/emmet-helper": "^2.8.4",
|
58 | 60 | "babel-loader": "^9.1.0",
|
59 | 61 | "babel-plugin-styled-components": "^2.0.7",
|
60 |
| - "eslint": "^8.28.0", |
61 |
| - "eslint-config-next": "13.0.5", |
| 62 | + "eslint": "^8.30.0", |
| 63 | + "eslint-config-next": "13.0.7", |
62 | 64 | "eslint-config-prettier": "^8.5.0",
|
63 | 65 | "eslint-plugin-import": "^2.26.0",
|
64 | 66 | "eslint-plugin-react-hooks": "^4.6.0",
|
|
68 | 70 | "nanoid": ">=4.0.0",
|
69 | 71 | "node-fetch": "^3.3.0",
|
70 | 72 | "npm-run-all": "^4.1.5",
|
71 |
| - "postcss": "^8.4.19", |
72 |
| - "prettier": "^2.8.0", |
| 73 | + "postcss": "^8.4.20", |
| 74 | + "prettier": "^2.8.1", |
73 | 75 | "readdirp": "^3.6.0",
|
74 |
| - "sass": "^1.56.1", |
75 |
| - "stylelint": "^14.15.0", |
| 76 | + "sass": "^1.57.0", |
| 77 | + "stylelint": "^14.16.0", |
76 | 78 | "stylelint-config-prettier": "^9.0.4",
|
77 | 79 | "stylelint-config-standard": "^29.0.0",
|
78 | 80 | "ts-jest": "^29.0.3",
|
79 | 81 | "ts-node": "^10.9.1",
|
80 |
| - "typescript": "^4.9.3" |
| 82 | + "typescript": "^4.9.4", |
| 83 | + "typescript-eslint": "^0.0.1-alpha.0", |
| 84 | + "webpack-cli": "^5.0.1" |
81 | 85 | }
|
82 | 86 | }
|
0 commit comments