Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Lloyd committed Jan 17, 2024
1 parent 4f85173 commit c021fb0
Show file tree
Hide file tree
Showing 3 changed files with 1,641 additions and 1,839 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-styling-webpack",
"version": "0.0.6",
"version": "1.0.0-next.0",
"description": "A base addon for configuring popular styling tools in Webpack",
"keywords": [
"style",
Expand Down Expand Up @@ -49,21 +49,20 @@
"release": "pnpm build && auto shipit"
},
"dependencies": {
"@storybook/node-logger": "^7.0.12"
"@storybook/node-logger": "^8.0.0-alpha.10"
},
"devDependencies": {
"@types/node": "^16.0.0",
"auto": "^10.3.0",
"prettier": "^2.8.0",
"@types/node": "^18.0.0",
"auto": "^11.0.4",
"prettier": "^3.2.0",
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"typescript": "^4.9.0",
"typescript": "^5.3.0",
"webpack": "^5.0.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit c021fb0

Please sign in to comment.