Skip to content

Commit

Permalink
deps: update dependencies to the latest minor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 30, 2024
1 parent 8a9d9ad commit 20a4838
Show file tree
Hide file tree
Showing 3 changed files with 8,967 additions and 7,391 deletions.
32 changes: 16 additions & 16 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.1.3",
"@storybook/components": "^8.1.3",
"@storybook/core-common": "^8.1.3",
"@storybook/html": "^8.1.3",
"@storybook/html-webpack5": "^8.1.3",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.5",
"@storybook/components": "^8.1.5",
"@storybook/core-common": "^8.1.5",
"@storybook/html": "^8.1.5",
"@storybook/html-webpack5": "^8.1.5",
"@storybook/icons": "^1.2.9",
"@storybook/manager-api": "^8.1.3",
"@storybook/test": "^8.1.3",
"@storybook/theming": "^8.1.3",
"@storybook/types": "^8.1.3",
"@storybook/manager-api": "^8.1.5",
"@storybook/test": "^8.1.5",
"@storybook/theming": "^8.1.5",
"@storybook/types": "^8.1.5",
"@types/common-tags": "^1.8.4",
"@types/react": "^18",
"babel-loader": "^9.1.3",
"common-tags": "^1.8.2",
"http-server": "^14.1.1",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"remark-gfm": "^4.0.0",
"sass": "^1.77.2",
"storybook": "^8.1.3",
"sass": "^1.77.3",
"storybook": "^8.1.5",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/drop-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"@stencil/core": "^4.0.0"
},
"devDependencies": {
"@stencil/core": "^4.18.2",
"@stencil/core": "^4.18.3",
"@stencil/sass": "^3.0.12",
"@types/iframe-resizer": "^3.5.13",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"puppeteer": "22.10.0",
"sass": "^1.77.2",
"ts-jest": "^29.1.3",
"sass": "^1.77.3",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 20a4838

Please sign in to comment.