Skip to content

Commit 72ea169

Browse files
committed
build: 📦️ update deps
- @babel/core 7.21.3 = 7.21.8 - fs-extra 11.1.0 => 11.1.1 - tailwindcss 3.2.7 => 3.3.2 - webpack 5.75.0 => 5.83.1
1 parent 8e554cb commit 72ea169

File tree

2 files changed

+852
-1013
lines changed

2 files changed

+852
-1013
lines changed

packages/drupal-storybook/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"_postinstall": "esno scripts/postInstall.ts"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.21.3",
27+
"@babel/core": "^7.21.8",
2828
"@storybook/addon-a11y": "^6.5.16",
2929
"@storybook/addon-actions": "^6.5.16",
3030
"@storybook/addon-docs": "^6.5.16",
@@ -42,14 +42,14 @@
4242
"@wingsuit-designsystem/pattern-react": "^1.2.7",
4343
"@wingsuit-designsystem/storybook": "^1.2.7",
4444
"esno": "^0.16.3",
45-
"fs-extra": "^11.1.0",
45+
"fs-extra": "^11.1.1",
4646
"react": "^16.13.1",
4747
"react-dom": "^16.13.1",
4848
"storybook-addon-designs": "^6.3.1",
4949
"storybook-addon-themes": "^6.1.0",
5050
"storybook-dark-mode": "^2.1.1",
51-
"tailwindcss": "^3.2.7",
52-
"webpack": "^5.75.0"
51+
"tailwindcss": "^3.3.2",
52+
"webpack": "^5.83.1"
5353
},
5454
"devDependencies": {
5555
"@types/fs-extra": "^11.0.1",

0 commit comments

Comments
 (0)