|
35 | 35 | "node": ">=16.0.0"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@rollup/plugin-commonjs": "^24.1.0", |
| 38 | + "@rollup/plugin-commonjs": "^25.0.0", |
39 | 39 | "@rollup/plugin-node-resolve": "^15.0.2",
|
40 |
| - "@rollup/plugin-typescript": "^11.1.0", |
41 |
| - "@types/node": "^18.16.0", |
42 |
| - "@types/react": "^18.0.38", |
43 |
| - "@types/react-dom": "^18.0.11", |
44 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
45 |
| - "@typescript-eslint/parser": "^5.59.0", |
46 |
| - "eslint": "^8.39.0", |
47 |
| - "eslint-config-next": "^13.3.1", |
| 40 | + "@rollup/plugin-typescript": "^11.1.1", |
| 41 | + "@types/node": "^20.2.3", |
| 42 | + "@types/react": "^18.2.7", |
| 43 | + "@types/react-dom": "^18.2.4", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.59.7", |
| 45 | + "@typescript-eslint/parser": "^5.59.7", |
| 46 | + "eslint": "^8.41.0", |
| 47 | + "eslint-config-next": "^13.4.3", |
48 | 48 | "eslint-config-prettier": "^8.8.0",
|
49 | 49 | "husky": "^8.0.3",
|
50 |
| - "lint-staged": "^13.2.1", |
51 |
| - "next": "^13.3.1", |
| 50 | + "lint-staged": "^13.2.2", |
| 51 | + "next": "^13.4.3", |
52 | 52 | "prettier": "^2.8.8",
|
53 | 53 | "pretty-quick": "^3.1.3",
|
54 | 54 | "react": "^18.2.0",
|
55 | 55 | "react-dom": "^18.2.0",
|
56 |
| - "rollup": "^3.21.0", |
57 |
| - "rollup-plugin-node-externals": "^5.1.2", |
| 56 | + "rollup": "^3.23.0", |
| 57 | + "rollup-plugin-node-externals": "^6.0.1", |
58 | 58 | "typescript": "^5.0.4"
|
59 | 59 | },
|
60 | 60 | "lint-staged": {
|
|
0 commit comments