Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Bonnet <[email protected]>
  • Loading branch information
MrSquaare committed Nov 30, 2024
1 parent 2f59684 commit 27e5e84
Show file tree
Hide file tree
Showing 6 changed files with 1,471 additions and 1,794 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.7.2"
},
"devDependencies": {
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-astro": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"engines": {
"node": ">=22"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@sandwich-ui/core",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -36,8 +35,7 @@
"require": "./dist/recipes/index.cjs",
"import": "./dist/recipes/index.js",
"types": "./dist/recipes/index.d.ts"
},
"./style.css": "./dist/style.css"
}
},
"scripts": {
"predev": "panda codegen",
Expand All @@ -50,7 +48,7 @@
},
"devDependencies": {
"@pandacss/dev": "^0.48.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
Expand Down
20 changes: 10 additions & 10 deletions packages/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"devDependencies": {
"@pandacss/dev": "^0.48.0",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-themes": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-themes": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
Expand All @@ -44,7 +44,7 @@
"globals": "^15.12.0",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"storybook": "^8.4.5",
"storybook": "^8.4.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
Expand Down
Loading

0 comments on commit 27e5e84

Please sign in to comment.