|
41 | 41 | "@node-core/website-i18n": "*",
|
42 | 42 | "@nodevu/core": "~0.1.0",
|
43 | 43 | "@orama/highlight": "^0.1.6",
|
44 |
| - "@oramacloud/client": "^1.3.2", |
45 |
| - "@radix-ui/react-accessible-icon": "^1.0.3", |
46 |
| - "@radix-ui/react-avatar": "^1.0.4", |
47 |
| - "@radix-ui/react-dialog": "^1.0.5", |
48 |
| - "@radix-ui/react-dropdown-menu": "^2.0.6", |
49 |
| - "@radix-ui/react-label": "^2.0.2", |
50 |
| - "@radix-ui/react-scroll-area": "^1.0.5", |
51 |
| - "@radix-ui/react-select": "^2.0.0", |
52 |
| - "@radix-ui/react-slot": "^1.0.2", |
53 |
| - "@radix-ui/react-tabs": "^1.0.4", |
54 |
| - "@radix-ui/react-toast": "^1.1.5", |
| 44 | + "@oramacloud/client": "^1.3.15", |
| 45 | + "@radix-ui/react-accessible-icon": "^1.1.0", |
| 46 | + "@radix-ui/react-avatar": "^1.1.0", |
| 47 | + "@radix-ui/react-dialog": "^1.1.1", |
| 48 | + "@radix-ui/react-dropdown-menu": "^2.1.1", |
| 49 | + "@radix-ui/react-label": "^2.1.0", |
| 50 | + "@radix-ui/react-scroll-area": "^1.1.0", |
| 51 | + "@radix-ui/react-select": "^2.1.1", |
| 52 | + "@radix-ui/react-slot": "^1.1.0", |
| 53 | + "@radix-ui/react-tabs": "^1.1.0", |
| 54 | + "@radix-ui/react-toast": "^1.2.1", |
55 | 55 | "@savvywombat/tailwindcss-grid-areas": "~4.0.0",
|
56 |
| - "@sentry/nextjs": "~8.14.0", |
| 56 | + "@sentry/nextjs": "~8.30.0", |
57 | 57 | "@tailwindcss/container-queries": "~0.1.1",
|
58 |
| - "@types/node": "20.16.3", |
| 58 | + "@types/node": "20.16.5", |
59 | 59 | "@vcarl/remark-headings": "~0.1.0",
|
60 | 60 | "@vercel/analytics": "~1.3.1",
|
61 |
| - "@vercel/speed-insights": "~1.0.10", |
62 |
| - "autoprefixer": "~10.4.18", |
| 61 | + "@vercel/speed-insights": "~1.0.12", |
| 62 | + "autoprefixer": "~10.4.20", |
63 | 63 | "classnames": "~2.5.1",
|
64 | 64 | "cross-env": "7.0.3",
|
65 | 65 | "dedent": "1.5.3",
|
66 | 66 | "feed": "~4.2.2",
|
67 | 67 | "github-slugger": "~2.0.0",
|
68 |
| - "glob": "~10.4.1", |
| 68 | + "glob": "~11.0.0", |
69 | 69 | "gray-matter": "~4.0.3",
|
70 |
| - "next": "~14.2.7", |
71 |
| - "next-intl": "~3.19.0", |
| 70 | + "next": "~14.2.11", |
| 71 | + "next-intl": "~3.19.1", |
72 | 72 | "next-themes": "~0.3.0",
|
73 |
| - "postcss": "~8.4.40", |
74 |
| - "postcss-calc": "~10.0.0", |
| 73 | + "postcss": "~8.4.45", |
| 74 | + "postcss-calc": "~10.0.2", |
75 | 75 | "postcss-import": "~16.1.0",
|
76 |
| - "postcss-mixins": "~10.0.1", |
| 76 | + "postcss-mixins": "~11.0.1", |
77 | 77 | "postcss-simple-vars": "~7.0.1",
|
78 | 78 | "react": "^18.3.1",
|
79 | 79 | "react-dom": "^18.3.1",
|
80 | 80 | "rehype-autolink-headings": "~7.1.0",
|
81 | 81 | "rehype-slug": "~6.0.0",
|
82 | 82 | "remark-gfm": "~4.0.0",
|
83 | 83 | "remark-reading-time": "~2.0.1",
|
84 |
| - "semver": "~7.6.0", |
85 |
| - "shiki": "~1.15.2", |
86 |
| - "tailwindcss": "^3.4.7", |
| 84 | + "semver": "~7.6.3", |
| 85 | + "shiki": "~1.17.5", |
| 86 | + "tailwindcss": "^3.4.11", |
87 | 87 | "unist-util-visit": "~5.0.0",
|
88 | 88 | "vfile": "~6.0.3",
|
89 | 89 | "vfile-matter": "~5.0.0"
|
90 | 90 | },
|
91 | 91 | "devDependencies": {
|
92 | 92 | "@eslint/compat": "~1.1.1",
|
93 |
| - "@next/eslint-plugin-next": "~14.2.6", |
94 |
| - "@storybook/addon-controls": "~8.2.7", |
95 |
| - "@storybook/addon-interactions": "~8.2.7", |
96 |
| - "@storybook/addon-themes": "~8.2.7", |
97 |
| - "@storybook/addon-viewport": "~8.2.7", |
98 |
| - "@storybook/nextjs": "~8.2.7", |
| 93 | + "@next/eslint-plugin-next": "~14.2.11", |
| 94 | + "@storybook/addon-controls": "~8.3.0", |
| 95 | + "@storybook/addon-interactions": "~8.3.0", |
| 96 | + "@storybook/addon-themes": "~8.3.0", |
| 97 | + "@storybook/addon-viewport": "~8.3.0", |
| 98 | + "@storybook/nextjs": "~8.3.0", |
99 | 99 | "@testing-library/jest-dom": "~6.5.0",
|
100 | 100 | "@testing-library/react": "~16.0.1",
|
101 | 101 | "@testing-library/user-event": "~14.5.2",
|
102 |
| - "@types/jest": "29.5.12", |
| 102 | + "@types/jest": "29.5.13", |
103 | 103 | "@types/react": "^18.3.5",
|
104 | 104 | "@types/react-dom": "^18.3.0",
|
105 | 105 | "@types/semver": "~7.5.8",
|
106 |
| - "eslint": "~9.9.1", |
107 |
| - "eslint-config-next": "~14.2.6", |
| 106 | + "eslint": "~9.10.0", |
| 107 | + "eslint-config-next": "~14.2.11", |
108 | 108 | "eslint-import-resolver-typescript": "~3.6.3",
|
109 | 109 | "eslint-plugin-import-x": "~4.2.1",
|
110 | 110 | "eslint-plugin-mdx": "~3.1.5",
|
111 |
| - "eslint-plugin-no-relative-import-paths": "~1.5.3", |
112 |
| - "eslint-plugin-react": "~7.35.2", |
113 |
| - "eslint-plugin-react-hooks": "~5.1.0-rc-4c58fce7-20240904", |
114 |
| - "eslint-plugin-storybook": "~0.9.0--canary.156.da7873a.0", |
| 111 | + "eslint-plugin-no-relative-import-paths": "~1.5.5", |
| 112 | + "eslint-plugin-react": "~7.36.1", |
| 113 | + "eslint-plugin-react-hooks": "5.1.0-rc-4c58fce7-20240904", |
| 114 | + "eslint-plugin-storybook": "0.9.0--canary.156.26b630a.0", |
115 | 115 | "handlebars": "4.7.8",
|
116 | 116 | "jest": "29.7.0",
|
117 | 117 | "jest-environment-jsdom": "29.7.0",
|
118 | 118 | "jest-junit": "16.0.0",
|
119 | 119 | "remark-frontmatter": "5.0.0",
|
120 | 120 | "remark-preset-lint-node": "5.1.2",
|
121 |
| - "storybook": "~8.2.7", |
122 |
| - "stylelint": "16.6.1", |
123 |
| - "stylelint-config-standard": "36.0.0", |
| 121 | + "storybook": "~8.3.0", |
| 122 | + "stylelint": "16.9.0", |
| 123 | + "stylelint-config-standard": "36.0.1", |
124 | 124 | "stylelint-order": "6.0.4",
|
125 |
| - "stylelint-selector-bem-pattern": "4.0.0", |
126 |
| - "typescript": "~5.5.3", |
127 |
| - "typescript-eslint": "~8.4.0", |
| 125 | + "stylelint-selector-bem-pattern": "4.0.1", |
| 126 | + "typescript": "~5.5.4", |
| 127 | + "typescript-eslint": "~8.5.0", |
128 | 128 | "user-agent-data-types": "0.4.2"
|
129 |
| - }, |
130 |
| - "overrides": { |
131 |
| - "eslint": "$eslint" |
132 | 129 | }
|
133 | 130 | }
|
0 commit comments