Skip to content

Commit

Permalink
Merge pull request #12 from storybookjs/valentin/fix-preset-loading-i…
Browse files Browse the repository at this point in the history
…n-node-22.12.0

fix: Refactor preset export to use ES module syntax
  • Loading branch information
valentinpalkovic authored Dec 30, 2024
2 parents 014263d + 5155dc0 commit e0ec090
Show file tree
Hide file tree
Showing 6 changed files with 3,389 additions and 6,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
]
},
"dependencies": {
"@babel/core": "^7.23.7",
"babel-loader": "^9.1.3"
"@babel/core": "^7.26.0",
"babel-loader": "^9.2.1"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@biomejs/biome": "^1.9.4",
"@storybook/core-common": "8.0.6",
"@storybook/manager": "8.0.6",
"@storybook/preview": "8.0.6",
"@storybook/types": "8.0.6",
"auto": "^11.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"auto": "^11.3.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"webpack": "^5.97.1"
},
"engines": {
"node": ">=18"
Expand All @@ -83,5 +83,6 @@
"nodeEntries": [
"src/preset.ts"
]
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
Loading

0 comments on commit e0ec090

Please sign in to comment.