Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Oct 11, 2022
1 parent abb3c5b commit 861a357
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 269 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start:rollup": "rollup -cw --exports auto",
"build": "rollup -c --exports auto",
"dorelease": "standard-version",
"sb": "start-storybook -p 6006",
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook && vercel --prod"
},
"peerDependencies": {
Expand All @@ -35,8 +35,8 @@
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
Expand All @@ -50,7 +50,7 @@
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -60,7 +60,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"rollup-plugin-typescript2": "^0.34.1",
"standard-version": "^9.5.0",
"typescript": "^4.8.3"
},
Expand Down
Loading

0 comments on commit 861a357

Please sign in to comment.