Skip to content

Commit

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

* refactor: update moment dependency recursively

---------

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 Jan 22, 2024
1 parent 2bae757 commit e3b5b61
Show file tree
Hide file tree
Showing 13 changed files with 895 additions and 812 deletions.
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.23.3",
"@babel/core": "7.23.7",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@manypkg/get-packages": "1.1.3",
Expand All @@ -26,7 +26,7 @@
"css-loader": "5.2.7",
"html-loader": "1.3.2",
"markdown-loader": "7.0.0",
"moment": "2.29.4",
"moment": "2.30.1",
"moment-locales-webpack-plugin": "1.2.0",
"prop-types": "15.8.1",
"react": "17.0.2",
Expand All @@ -45,8 +45,8 @@
"prismjs": "1.29.0"
},
"resolutions": {
"@types/react": "17.0.71",
"@types/react-dom": "17.0.24",
"@types/react": "17.0.75",
"@types/react-dom": "17.0.25",
"terser-webpack-plugin": "2.3.8",
"webpack": "4.47.0"
},
Expand Down
Loading

1 comment on commit e3b5b61

@vercel
Copy link

@vercel vercel bot commented on e3b5b61 Jan 22, 2024

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.