Skip to content

Commit c5345f5

Browse files
Aviv Kelleraraujogui
Aviv Keller
andauthored
chore: update dependencies (#7234)
* chore: update dependencies * chore: bump shiki patch * chore: rollback shiki * chore: bump shiki to 1.23.1 --------- Co-authored-by: Guilherme Araújo <[email protected]>
1 parent 4fcdd93 commit c5345f5

File tree

4 files changed

+3239
-2095
lines changed

4 files changed

+3239
-2095
lines changed

apps/site/package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@radix-ui/react-avatar": "^1.1.1",
4848
"@radix-ui/react-dropdown-menu": "^2.1.2",
4949
"@radix-ui/react-label": "^2.1.0",
50-
"@radix-ui/react-scroll-area": "^1.2.0",
50+
"@radix-ui/react-scroll-area": "^1.2.1",
5151
"@radix-ui/react-select": "^2.1.2",
5252
"@radix-ui/react-slot": "^1.1.0",
5353
"@radix-ui/react-tabs": "^1.1.1",
@@ -62,7 +62,6 @@
6262
"@vercel/speed-insights": "~1.1.0",
6363
"autoprefixer": "~10.4.20",
6464
"classnames": "~2.5.1",
65-
"critters": "0.0.23",
6665
"cross-env": "7.0.3",
6766
"dedent": "1.5.3",
6867
"feed": "~4.2.2",
@@ -71,12 +70,12 @@
7170
"gray-matter": "~4.0.3",
7271
"next": "15.0.3",
7372
"next-intl": "~3.25.1",
74-
"next-themes": "~0.3.0",
75-
"postcss": "~8.4.47",
73+
"next-themes": "~0.4.3",
74+
"postcss": "~8.4.49",
7675
"postcss-calc": "~10.0.2",
7776
"postcss-import": "~16.1.0",
7877
"postcss-loader": "~8.1.1",
79-
"postcss-mixins": "~11.0.1",
78+
"postcss-mixins": "~11.0.3",
8079
"postcss-simple-vars": "~7.0.1",
8180
"react": "^18.3.1",
8281
"react-dom": "^18.3.1",
@@ -85,15 +84,15 @@
8584
"remark-gfm": "~4.0.0",
8685
"remark-reading-time": "~2.0.1",
8786
"semver": "~7.6.3",
88-
"shiki": "~1.22.2",
87+
"shiki": "~1.23.1",
8988
"sval": "^0.5.2",
90-
"tailwindcss": "~3.4.14",
89+
"tailwindcss": "~3.4.15",
9190
"unist-util-visit": "~5.0.0",
9291
"vfile": "~6.0.3",
9392
"vfile-matter": "~5.0.0"
9493
},
9594
"devDependencies": {
96-
"@eslint/compat": "~1.2.2",
95+
"@eslint/compat": "~1.2.3",
9796
"@next/eslint-plugin-next": "15.0.3",
9897
"@storybook/addon-controls": "^8.4.4",
9998
"@storybook/addon-interactions": "^8.4.4",
@@ -102,7 +101,7 @@
102101
"@storybook/addon-viewport": "^8.4.4",
103102
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
104103
"@storybook/react-webpack5": "^8.4.4",
105-
"@testing-library/jest-dom": "~6.6.2",
104+
"@testing-library/jest-dom": "~6.6.3",
106105
"@testing-library/react": "~16.0.1",
107106
"@testing-library/user-event": "~14.5.2",
108107
"@types/jest": "29.5.14",
@@ -114,7 +113,7 @@
114113
"eslint-plugin-mdx": "~3.1.5",
115114
"eslint-plugin-react": "~7.37.2",
116115
"eslint-plugin-react-hooks": "5.0.0",
117-
"eslint-plugin-storybook": "0.10.1",
116+
"eslint-plugin-storybook": "~0.11.0",
118117
"handlebars": "4.7.8",
119118
"jest": "29.7.0",
120119
"jest-environment-jsdom": "29.7.0",
@@ -127,7 +126,7 @@
127126
"stylelint-order": "6.0.4",
128127
"stylelint-selector-bem-pattern": "4.0.1",
129128
"typescript": "~5.6.3",
130-
"typescript-eslint": "~8.8.1",
129+
"typescript-eslint": "~8.14.0",
131130
"user-agent-data-types": "0.4.2"
132131
}
133132
}

0 commit comments

Comments
 (0)