Skip to content

Commit c021fb0

Browse files
author
Shaun Lloyd
committed
Upgrade deps
1 parent 4f85173 commit c021fb0

File tree

3 files changed

+1641
-1839
lines changed

3 files changed

+1641
-1839
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-styling-webpack",
3-
"version": "0.0.6",
3+
"version": "1.0.0-next.0",
44
"description": "A base addon for configuring popular styling tools in Webpack",
55
"keywords": [
66
"style",
@@ -49,21 +49,20 @@
4949
"release": "pnpm build && auto shipit"
5050
},
5151
"dependencies": {
52-
"@storybook/node-logger": "^7.0.12"
52+
"@storybook/node-logger": "^8.0.0-alpha.10"
5353
},
5454
"devDependencies": {
55-
"@types/node": "^16.0.0",
56-
"auto": "^10.3.0",
57-
"prettier": "^2.8.0",
55+
"@types/node": "^18.0.0",
56+
"auto": "^11.0.4",
57+
"prettier": "^3.2.0",
5858
"rimraf": "^3.0.2",
5959
"tsup": "^6.7.0",
60-
"typescript": "^4.9.0",
60+
"typescript": "^5.3.0",
6161
"webpack": "^5.0.0"
6262
},
6363
"peerDependencies": {
6464
"webpack": "^5.0.0"
6565
},
66-
"packageManager": "yarn@3.6.1",
6766
"publishConfig": {
6867
"access": "public"
6968
},

0 commit comments

Comments
 (0)