|
14 | 14 | "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo", |
15 | 15 | "predev": "node --run build:blog-data", |
16 | 16 | "dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo", |
17 | | - "lint": "turbo run lint:md lint:js lint:css", |
| 17 | + "lint": "node --run lint:js && node --run lint:css && node --run lint:md", |
| 18 | + "lint:fix": "node --run lint:js:fix && node --run lint:css:fix && node --run lint:md:fix", |
18 | 19 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache", |
19 | | - "lint:fix": "node --run lint -- -- --fix", |
| 20 | + "lint:css:fix": "node --run lint:css -- --fix", |
20 | 21 | "lint:js": "eslint \"**/*.{js,mjs,ts,tsx}\"", |
| 22 | + "lint:js:fix": "node --run lint:js -- --fix", |
21 | 23 | "lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache", |
| 24 | + "lint:md:fix": "node --run lint:md -- --fix", |
22 | 25 | "lint:types": "tsc --noEmit", |
23 | 26 | "playwright": "playwright test", |
24 | 27 | "scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs", |
|
62 | 65 | "next-themes": "~0.4.6", |
63 | 66 | "postcss-calc": "~10.1.1", |
64 | 67 | "react": "catalog:", |
65 | | - "react-dom": "^19.1.0", |
| 68 | + "react-dom": "^19.1.1", |
66 | 69 | "reading-time": "~1.5.0", |
67 | 70 | "rehype-autolink-headings": "~7.1.0", |
68 | 71 | "rehype-slug": "~6.0.0", |
|
79 | 82 | "@eslint/eslintrc": "~3.3.1", |
80 | 83 | "@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1", |
81 | 84 | "@next/eslint-plugin-next": "15.4.4", |
82 | | - "@opennextjs/cloudflare": "^1.6.0", |
| 85 | + "@opennextjs/cloudflare": "^1.6.4", |
83 | 86 | "@playwright/test": "^1.54.1", |
84 | 87 | "@testing-library/user-event": "~14.6.1", |
85 | 88 | "@types/mdx": "^2.0.13", |
86 | 89 | "@types/semver": "~7.7.0", |
87 | | - "eslint-config-next": "15.4.3", |
| 90 | + "eslint-config-next": "15.4.4", |
88 | 91 | "eslint-import-resolver-typescript": "~4.4.4", |
89 | 92 | "eslint-plugin-mdx": "~3.6.2", |
90 | 93 | "eslint-plugin-react": "~7.37.4", |
|
103 | 106 | "remark-lint-prohibited-strings": "^4.0.0", |
104 | 107 | "remark-lint-unordered-list-marker-style": "^4.0.1", |
105 | 108 | "remark-preset-lint-node": "5.1.2", |
106 | | - "stylelint": "16.22.0", |
107 | | - "stylelint-config-standard": "38.0.0", |
| 109 | + "stylelint": "16.23.0", |
| 110 | + "stylelint-config-standard": "39.0.0", |
108 | 111 | "stylelint-order": "7.0.0", |
109 | 112 | "stylelint-selector-bem-pattern": "4.0.1", |
110 | 113 | "tsx": "^4.20.3", |
111 | 114 | "typescript": "catalog:", |
112 | 115 | "typescript-eslint": "~8.38.0", |
113 | 116 | "user-agent-data-types": "0.4.2", |
114 | | - "wrangler": "^4.25.1" |
| 117 | + "wrangler": "^4.26.1" |
115 | 118 | }, |
116 | 119 | "imports": { |
117 | 120 | "#site/*": [ |
|
0 commit comments