Skip to content

Commit

Permalink
chore(deps): bump the dependencies group in /website with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /website with 2 updates: [styled-components](https://github.com/styled-components/styled-components) and [glob](https://github.com/isaacs/node-glob).


Updates `styled-components` from 6.1.9 to 6.1.11
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v6.1.9...v6.1.11)

Updates `glob` from 10.3.12 to 10.3.15
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.12...v10.3.15)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 6565e40 commit 903fca1
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 80 deletions.
122 changes: 44 additions & 78 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.9"
"styled-components": "^6.1.11"
},
"devDependencies": {
"@docusaurus/core": "^3.3.2",
Expand All @@ -21,6 +21,6 @@
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"babel-plugin-styled-components": "^2.0.0",
"babel-plugin-version-inline": "^1.0.0",
"glob": "^10.3.12"
"glob": "^10.3.15"
}
}

0 comments on commit 903fca1

Please sign in to comment.