Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 5a3ec8e commit c2a7816
Show file tree
Hide file tree
Showing 3 changed files with 2,873 additions and 6,800 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:16.19.0
- image: cimg/node:21.7.3
steps:
- checkout
- restore_cache:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -21,20 +21,20 @@
},
"homepage": "https://github.com/ayonious/bootstrap-storybook#readme",
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@storybook/components": "5.3.19",
"@storybook/react": "5.3.19",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"react": "16.13.1",
"storybook-addon-jsx": "7.3.3",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@storybook/components": "8.0.8",
"@storybook/react": "8.0.8",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"react": "18.2.0",
"storybook-addon-jsx": "7.3.14",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"styled-components": "^5.1.1"
"styled-components": "^6.1.8"
}
}

0 comments on commit c2a7816

Please sign in to comment.