|
19 | 19 | "typecheck": "tsc --noEmit && echo 'No type errors'" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@headlessui/react": "^2.1.2", |
23 | | - "@linear/sdk": "^39.0.0", |
24 | | - "@tanstack/react-query": "^5.72.1", |
| 22 | + "@headlessui/react": "^2.2.2", |
| 23 | + "@linear/sdk": "^39.1.1", |
| 24 | + "@tanstack/react-query": "^5.75.2", |
25 | 25 | "blurhash": "^2.0.5", |
26 | 26 | "classnames": "^2.5.1", |
27 | | - "dotenv": "^16.4.5", |
| 27 | + "dotenv": "^16.5.0", |
28 | 28 | "javascript-stringify": "^2.1.0", |
29 | 29 | "keen-slider": "^6.8.6", |
30 | 30 | "lodash": "^4.17.21", |
31 | | - "next": "^15.2.5", |
| 31 | + "next": "^15.3.1", |
32 | 32 | "node-gyp": "^11.2.0", |
33 | 33 | "react": "^18.3.1", |
34 | 34 | "react-blurhash": "^0.3.0", |
35 | 35 | "react-dom": "^18.3.1", |
36 | | - "react-intl": "^7.0.0", |
37 | | - "sass": "^1.86.3", |
| 36 | + "react-intl": "^7.1.11", |
| 37 | + "sass": "^1.87.0", |
38 | 38 | "sharp": "^0.34.1" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@formatjs/cli": "^6.2.12", |
| 41 | + "@formatjs/cli": "^6.7.1", |
42 | 42 | "@svgr/webpack": "^8.1.0", |
43 | | - "@tanstack/react-query-devtools": "^5.72.1", |
44 | | - "@types/node": "^22.0.0", |
45 | | - "@types/react": "18", |
46 | | - "@typescript-eslint/eslint-plugin": "^8.0.0", |
47 | | - "@typescript-eslint/parser": "^8.29.1", |
48 | | - "autoprefixer": "^10.4.20", |
49 | | - "eslint": "^8.57.0", |
50 | | - "eslint-config-next": "^15.2.5", |
51 | | - "eslint-config-prettier": "^10.1.1", |
| 43 | + "@tanstack/react-query-devtools": "^5.75.2", |
| 44 | + "@types/node": "^22.15.6", |
| 45 | + "@types/react": "18.3.20", |
| 46 | + "@typescript-eslint/eslint-plugin": "^8.32.0", |
| 47 | + "@typescript-eslint/parser": "^8.32.0", |
| 48 | + "autoprefixer": "^10.4.21", |
| 49 | + "eslint": "^8.57.1", |
| 50 | + "eslint-config-next": "^15.3.1", |
| 51 | + "eslint-config-prettier": "^10.1.2", |
52 | 52 | "husky": "^9.1.7", |
53 | | - "lint-staged": "^15.5.0", |
| 53 | + "lint-staged": "^15.5.1", |
54 | 54 | "postcss": "^8.5.3", |
55 | 55 | "prettier": "^3.5.3", |
56 | | - "prettier-plugin-tailwindcss": "^0.6.5", |
| 56 | + "prettier-plugin-tailwindcss": "^0.6.11", |
57 | 57 | "tailwindcss": "^3.4.17", |
58 | 58 | "tailwindcss-logical": "^3.0.1", |
59 | 59 | "typescript": "^5.8.3" |
|
0 commit comments