Skip to content

Commit

Permalink
fix(deps): update all dependencies (#2569)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

* fix(docs): fix yarn config

* chore: downgrade preconstruct

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cortizas <[email protected]>
  • Loading branch information
renovate[bot] and CarlosCortizasCT authored Nov 22, 2023
1 parent f075fa9 commit 1bc25e4
Show file tree
Hide file tree
Showing 24 changed files with 2,431 additions and 2,183 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
2 changes: 1 addition & 1 deletion docs/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodeLinker: node-modules

yarnPath: ../.yarn/releases/yarn-3.6.1.cjs
yarnPath: ../.yarn/releases/yarn-3.7.0.cjs

postinstall: echo 0
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "NODE_ENV=production build-storybook -o public -s assets"
},
"dependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.23.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@manypkg/get-packages": "1.1.3",
Expand All @@ -33,7 +33,7 @@
"react-dom": "17.0.2",
"storybook-readme": "5.0.9",
"style-loader": "2.0.0",
"yaml": "2.3.1",
"yaml": "2.3.4",
"yaml-loader": "0.8.0"
},
"devDependencies": {
Expand All @@ -45,8 +45,8 @@
"prismjs": "1.29.0"
},
"resolutions": {
"@types/react": "17.0.62",
"@types/react-dom": "17.0.20",
"@types/react": "17.0.71",
"@types/react-dom": "17.0.24",
"terser-webpack-plugin": "2.3.8",
"webpack": "4.47.0"
},
Expand Down
Loading

1 comment on commit 1bc25e4

@vercel
Copy link

@vercel vercel bot commented on 1bc25e4 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.