|
13 | 13 | "test": "jest" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "next": "^15.5.5", |
| 16 | + "next": "^16.0.1", |
17 | 17 | "react": "^19.2.0", |
18 | 18 | "react-dom": "^19.2.0", |
19 | 19 | "workbox-routing": "^7.3.0", |
20 | 20 | "workbox-strategies": "^7.3.0", |
21 | 21 | "workbox-window": "^7.3.0" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@eslint/config-helpers": "^0.4.0", |
25 | | - "@eslint/core": "^0.16.0", |
26 | | - "@eslint/js": "^9.37.0", |
| 24 | + "@eslint/config-helpers": "^0.4.2", |
| 25 | + "@eslint/core": "^0.17.0", |
| 26 | + "@eslint/js": "^9.39.1", |
27 | 27 | "@mdx-js/loader": "^3.1.1", |
28 | 28 | "@mdx-js/react": "^3.1.1", |
29 | | - "@next/eslint-plugin-next": "^15.5.5", |
30 | | - "@next/mdx": "^15.5.5", |
| 29 | + "@next/eslint-plugin-next": "^16.0.1", |
| 30 | + "@next/mdx": "^16.0.1", |
31 | 31 | "@rollup/plugin-node-resolve": "^16.0.3", |
32 | | - "@rollup/plugin-replace": "^6.0.2", |
33 | | - "@tailwindcss/postcss": "^4.1.14", |
| 32 | + "@rollup/plugin-replace": "^6.0.3", |
| 33 | + "@tailwindcss/postcss": "^4.1.17", |
34 | 34 | "@testing-library/dom": "^10.4.1", |
35 | 35 | "@testing-library/jest-dom": "^6.9.1", |
36 | 36 | "@testing-library/react": "^16.3.0", |
37 | 37 | "@types/eslint": "^9.6.1", |
38 | 38 | "@types/jest": "^30.0.0", |
39 | 39 | "@types/mdx": "^2.0.13", |
40 | | - "@types/node": "^24.7.2", |
| 40 | + "@types/node": "^24.10.0", |
41 | 41 | "@types/react": "^19.2.2", |
42 | 42 | "@types/react-dom": "^19.2.2", |
43 | 43 | "autoprefixer": "^10.4.21", |
44 | 44 | "esbuild": ">=0.25.0", |
45 | | - "eslint": "^9.37.0", |
| 45 | + "eslint": "^9.39.1", |
46 | 46 | "eslint-config-prettier": "^10.1.8", |
47 | 47 | "eslint-import-resolver-typescript": "^4.4.4", |
48 | 48 | "eslint-plugin-import": "^2.32.0", |
49 | 49 | "eslint-plugin-prettier": "^5.5.4", |
50 | 50 | "eslint-plugin-react": "^7.37.5", |
51 | | - "eslint-plugin-react-hooks": "^7.0.0", |
| 51 | + "eslint-plugin-react-hooks": "^7.0.1", |
52 | 52 | "eslint-plugin-unicorn": "^62.0.0", |
53 | | - "globals": "^16.4.0", |
| 53 | + "globals": "^16.5.0", |
54 | 54 | "husky": "^9.1.7", |
55 | 55 | "jest": "^30.2.0", |
56 | 56 | "jest-environment-jsdom": "^30.2.0", |
57 | 57 | "jiti": "^2.6.1", |
58 | | - "lint-staged": "^16.2.4", |
| 58 | + "lint-staged": "^16.2.6", |
59 | 59 | "postcss": "^8.5.6", |
60 | 60 | "postcss-calc": "^10.1.1", |
61 | 61 | "postcss-load-config": "^6.0.1", |
62 | 62 | "prettier": "^3.6.2", |
63 | | - "rollup": "^4.52.4", |
| 63 | + "rollup": "^4.53.1", |
64 | 64 | "rollup-plugin-esbuild": "^6.2.1", |
65 | 65 | "schema-dts": "^1.1.5", |
66 | | - "tailwindcss": "^4.1.14", |
67 | | - "terser": "^5.44.0", |
| 66 | + "tailwindcss": "^4.1.17", |
| 67 | + "terser": "^5.44.1", |
68 | 68 | "ts-jest": "^29.4.5", |
69 | 69 | "ts-node": "^10.9.2", |
70 | 70 | "tsx": "^4.20.6", |
71 | 71 | "typescript": "^5.9.3", |
72 | | - "typescript-eslint": "^8.46.1", |
| 72 | + "typescript-eslint": "^8.46.3", |
73 | 73 | "whatwg-fetch": "^3.6.20" |
74 | 74 | }, |
75 | 75 | "resolutions": { |
76 | 76 | "postcss": "^8.5.6", |
77 | | - "@eslint/plugin-kit": "^0.4.0" |
| 77 | + "@eslint/plugin-kit": "^0.4.1" |
78 | 78 | }, |
79 | 79 | "engineStrict": true, |
80 | 80 | "engines": { |
|
0 commit comments