Skip to content

Commit

Permalink
chore: update dependencies (nodejs#7234)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
RedYetiDev and araujogui authored Nov 19, 2024
1 parent 4fcdd93 commit c5345f5
Show file tree
Hide file tree
Showing 4 changed files with 3,239 additions and 2,095 deletions.
21 changes: 10 additions & 11 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
Expand All @@ -62,7 +62,6 @@
"@vercel/speed-insights": "~1.1.0",
"autoprefixer": "~10.4.20",
"classnames": "~2.5.1",
"critters": "0.0.23",
"cross-env": "7.0.3",
"dedent": "1.5.3",
"feed": "~4.2.2",
Expand All @@ -71,12 +70,12 @@
"gray-matter": "~4.0.3",
"next": "15.0.3",
"next-intl": "~3.25.1",
"next-themes": "~0.3.0",
"postcss": "~8.4.47",
"next-themes": "~0.4.3",
"postcss": "~8.4.49",
"postcss-calc": "~10.0.2",
"postcss-import": "~16.1.0",
"postcss-loader": "~8.1.1",
"postcss-mixins": "~11.0.1",
"postcss-mixins": "~11.0.3",
"postcss-simple-vars": "~7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -85,15 +84,15 @@
"remark-gfm": "~4.0.0",
"remark-reading-time": "~2.0.1",
"semver": "~7.6.3",
"shiki": "~1.22.2",
"shiki": "~1.23.1",
"sval": "^0.5.2",
"tailwindcss": "~3.4.14",
"tailwindcss": "~3.4.15",
"unist-util-visit": "~5.0.0",
"vfile": "~6.0.3",
"vfile-matter": "~5.0.0"
},
"devDependencies": {
"@eslint/compat": "~1.2.2",
"@eslint/compat": "~1.2.3",
"@next/eslint-plugin-next": "15.0.3",
"@storybook/addon-controls": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
Expand All @@ -102,7 +101,7 @@
"@storybook/addon-viewport": "^8.4.4",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/react-webpack5": "^8.4.4",
"@testing-library/jest-dom": "~6.6.2",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.0.1",
"@testing-library/user-event": "~14.5.2",
"@types/jest": "29.5.14",
Expand All @@ -114,7 +113,7 @@
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "0.10.1",
"eslint-plugin-storybook": "~0.11.0",
"handlebars": "4.7.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -127,7 +126,7 @@
"stylelint-order": "6.0.4",
"stylelint-selector-bem-pattern": "4.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "~8.8.1",
"typescript-eslint": "~8.14.0",
"user-agent-data-types": "0.4.2"
}
}
Loading

0 comments on commit c5345f5

Please sign in to comment.