|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@rollup/plugin-node-resolve": "^15.2.3",
|
45 |
| - "@rollup/plugin-typescript": "^11.1.5", |
46 |
| - "@types/node": "^20.8.10", |
47 |
| - "@types/react": "^18.2.33", |
48 |
| - "@types/react-dom": "^18.2.14", |
49 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
50 |
| - "@typescript-eslint/parser": "^6.9.1", |
51 |
| - "eslint": "^8.52.0", |
52 |
| - "eslint-config-next": "^14.0.1", |
53 |
| - "eslint-config-prettier": "^9.0.0", |
54 |
| - "husky": "^8.0.3", |
55 |
| - "lint-staged": "^15.0.2", |
56 |
| - "next": "^14.0.1", |
57 |
| - "prettier": "^3.0.3", |
58 |
| - "pretty-quick": "^3.1.3", |
| 45 | + "@rollup/plugin-typescript": "^11.1.6", |
| 46 | + "@types/node": "^20.11.17", |
| 47 | + "@types/react": "^18.2.55", |
| 48 | + "@types/react-dom": "^18.2.19", |
| 49 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 50 | + "@typescript-eslint/parser": "^7.0.1", |
| 51 | + "eslint": "^8.56.0", |
| 52 | + "eslint-config-next": "^14.1.0", |
| 53 | + "eslint-config-prettier": "^9.1.0", |
| 54 | + "husky": "^9.0.11", |
| 55 | + "lint-staged": "^15.2.2", |
| 56 | + "next": "^14.1.0", |
| 57 | + "prettier": "^3.2.5", |
| 58 | + "pretty-quick": "^4.0.0", |
59 | 59 | "react": "^18.2.0",
|
60 | 60 | "react-dom": "^18.2.0",
|
61 |
| - "rollup": "^4.2.0", |
62 |
| - "rollup-plugin-node-externals": "^6.1.2", |
63 |
| - "rollup-plugin-preserve-directives": "^0.2.0", |
64 |
| - "typescript": "^5.2.2" |
| 61 | + "rollup": "^4.10.0", |
| 62 | + "rollup-plugin-node-externals": "^7.0.1", |
| 63 | + "rollup-plugin-preserve-directives": "^0.4.0", |
| 64 | + "typescript": "^5.3.3" |
65 | 65 | },
|
66 | 66 | "lint-staged": {
|
67 | 67 | "**/*.{js,jsx,ts,tsx}": [
|
|
0 commit comments