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 Mar 22, 2023
1 parent c344c54 commit 14ad3cf
Show file tree
Hide file tree
Showing 3 changed files with 4,516 additions and 3,355 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:19.8.0
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.21.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@storybook/components": "6.5.16",
"@storybook/react": "6.5.16",
"babel-loader": "9.1.2",
"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.76.3",
"webpack-cli": "5.0.1"
},
"dependencies": {
"styled-components": "^5.1.1"
"styled-components": "^5.3.9"
}
}

0 comments on commit 14ad3cf

Please sign in to comment.