|
17 | 17 | },
|
18 | 18 | "scripts": {
|
19 | 19 | "scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
|
20 |
| - "dev": "cross-env SENTRY_SUPPRESS_TURBOPACK_WARNING=1 NODE_NO_WARNINGS=1 next dev --turbo", |
| 20 | + "dev": "cross-env SENTRY_SUPPRESS_TURBOPACK_WARNING=1 NODE_NO_WARNINGS=1 next dev --turbopack", |
21 | 21 | "serve": "npm run dev",
|
22 | 22 | "build": "cross-env NODE_NO_WARNINGS=1 next build",
|
23 | 23 | "start": "cross-env NODE_NO_WARNINGS=1 next start",
|
|
37 | 37 | },
|
38 | 38 | "dependencies": {
|
39 | 39 | "@heroicons/react": "~2.1.5",
|
40 |
| - "@mdx-js/mdx": "^3.0.1", |
| 40 | + "@mdx-js/mdx": "^3.1.0", |
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.16", |
| 44 | + "@oramacloud/client": "^1.3.19", |
45 | 45 | "@radix-ui/react-accessible-icon": "^1.1.0",
|
46 | 46 | "@radix-ui/react-avatar": "^1.1.1",
|
47 | 47 | "@radix-ui/react-dialog": "^1.1.2",
|
48 |
| - "@radix-ui/react-dropdown-menu": "^2.1.1", |
| 48 | + "@radix-ui/react-dropdown-menu": "^2.1.2", |
49 | 49 | "@radix-ui/react-label": "^2.1.0",
|
50 | 50 | "@radix-ui/react-scroll-area": "^1.2.0",
|
51 | 51 | "@radix-ui/react-select": "^2.1.2",
|
52 | 52 | "@radix-ui/react-slot": "^1.1.0",
|
53 |
| - "@radix-ui/react-tabs": "^1.1.0", |
| 53 | + "@radix-ui/react-tabs": "^1.1.1", |
54 | 54 | "@radix-ui/react-toast": "^1.2.2",
|
55 | 55 | "@savvywombat/tailwindcss-grid-areas": "~4.0.0",
|
56 |
| - "@sentry/nextjs": "^8.33.1", |
| 56 | + "@sentry/nextjs": "^8.35.0", |
57 | 57 | "@tailwindcss/container-queries": "~0.1.1",
|
58 | 58 | "@types/node": "20.16.5",
|
59 | 59 | "@vcarl/remark-headings": "~0.1.0",
|
60 |
| - "@vercel/analytics": "~1.3.1", |
61 |
| - "@vercel/speed-insights": "~1.0.12", |
| 60 | + "@vercel/analytics": "~1.3.2", |
| 61 | + "@vercel/speed-insights": "~1.0.14", |
62 | 62 | "autoprefixer": "~10.4.20",
|
63 | 63 | "classnames": "~2.5.1",
|
64 | 64 | "cross-env": "7.0.3",
|
|
67 | 67 | "github-slugger": "~2.0.0",
|
68 | 68 | "glob": "~11.0.0",
|
69 | 69 | "gray-matter": "~4.0.3",
|
70 |
| - "next": "~14.2.14", |
71 |
| - "next-intl": "~3.21.1", |
| 70 | + "next": "15.0.2", |
| 71 | + "next-intl": "~3.23.5", |
72 | 72 | "next-themes": "~0.3.0",
|
73 | 73 | "postcss": "~8.4.47",
|
74 | 74 | "postcss-calc": "~10.0.2",
|
|
82 | 82 | "remark-gfm": "~4.0.0",
|
83 | 83 | "remark-reading-time": "~2.0.1",
|
84 | 84 | "semver": "~7.6.3",
|
85 |
| - "shiki": "~1.17.5", |
86 |
| - "tailwindcss": "^3.4.13", |
| 85 | + "shiki": "~1.22.2", |
| 86 | + "tailwindcss": "^3.4.14", |
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 |
| - "@eslint/compat": "~1.2.0", |
93 |
| - "@next/eslint-plugin-next": "~14.2.14", |
94 |
| - "@storybook/addon-controls": "~8.3.5", |
95 |
| - "@storybook/addon-interactions": "~8.3.5", |
96 |
| - "@storybook/addon-themes": "~8.3.5", |
97 |
| - "@storybook/addon-viewport": "~8.3.5", |
98 |
| - "@storybook/nextjs": "~8.3.5", |
99 |
| - "@testing-library/jest-dom": "~6.5.0", |
| 92 | + "@eslint/compat": "~1.2.2", |
| 93 | + "@next/eslint-plugin-next": "15.0.2", |
| 94 | + "@storybook/addon-controls": "~8.3.6", |
| 95 | + "@storybook/addon-interactions": "~8.3.6", |
| 96 | + "@storybook/addon-themes": "~8.3.6", |
| 97 | + "@storybook/addon-viewport": "~8.3.6", |
| 98 | + "@storybook/nextjs": "~8.3.6", |
| 99 | + "@testing-library/jest-dom": "~6.6.2", |
100 | 100 | "@testing-library/react": "~16.0.1",
|
101 | 101 | "@testing-library/user-event": "~14.5.2",
|
102 |
| - "@types/jest": "29.5.13", |
103 |
| - "@types/react": "^18.3.11", |
104 |
| - "@types/react-dom": "^18.3.0", |
| 102 | + "@types/jest": "29.5.14", |
| 103 | + "@types/react": "^18.3.12", |
| 104 | + "@types/react-dom": "^18.3.1", |
105 | 105 | "@types/semver": "~7.5.8",
|
106 |
| - "eslint-config-next": "15.0.0-rc.1", |
| 106 | + "eslint-config-next": "15.0.2", |
107 | 107 | "eslint-import-resolver-typescript": "~3.6.3",
|
108 | 108 | "eslint-plugin-mdx": "~3.1.5",
|
109 |
| - "eslint-plugin-react": "~7.37.1", |
| 109 | + "eslint-plugin-react": "~7.37.2", |
110 | 110 | "eslint-plugin-react-hooks": "5.0.0",
|
111 |
| - "eslint-plugin-storybook": "0.10.0--canary.156.ce8985b.0", |
| 111 | + "eslint-plugin-storybook": "0.10.1", |
112 | 112 | "handlebars": "4.7.8",
|
113 | 113 | "jest": "29.7.0",
|
114 | 114 | "jest-environment-jsdom": "29.7.0",
|
115 | 115 | "jest-junit": "16.0.0",
|
116 | 116 | "remark-frontmatter": "5.0.0",
|
117 | 117 | "remark-preset-lint-node": "5.1.2",
|
118 |
| - "storybook": "~8.3.0", |
119 |
| - "stylelint": "16.9.0", |
| 118 | + "storybook": "~8.3.6", |
| 119 | + "stylelint": "16.10.0", |
120 | 120 | "stylelint-config-standard": "36.0.1",
|
121 | 121 | "stylelint-order": "6.0.4",
|
122 | 122 | "stylelint-selector-bem-pattern": "4.0.1",
|
|
0 commit comments