Skip to content

Commit

Permalink
Update node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Jan 8, 2024
1 parent 0226f4f commit 0cc2a14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install --production
run: bun install

- name: Create Release
env:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"chromatic": "chromatic --exit-zero-on-changes"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "^11.11.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
Expand All @@ -47,9 +47,9 @@
"@storybook/react-vite": "^7.6.7",
"@storybook/test": "^7.6.7",
"@vitejs/plugin-react": "^3.1.0",
"auto": "^10.3.0",
"auto": "10.46.0",
"autoprefixer": "^10.4.16",
"boxen": "^5.0.1",
"boxen": "5.1.2",
"chromatic": "^10.2.0",
"dedent": "^0.7.0",
"npm-run-all": "^4.1.5",
Expand All @@ -58,16 +58,16 @@
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dom": "18.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.25.0",
"rollup-plugin-dts": "^5.3.0",
"rollup": "3.29.4",
"rollup-plugin-dts": "5.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^7.6.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.1.4",
"zx": "^1.14.1"
"vite": "4.5.1",
"zx": "1.15.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 0cc2a14

Please sign in to comment.