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] authored Jan 8, 2024
1 parent adea1a1 commit eda7bc5
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:21.4.0
- image: cimg/node:21.5.0
steps:
- checkout
- restore_cache:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-corner": "^2.5.0",
"styled-components": "^6.1.3"
"styled-components": "^6.1.8"
},
"scripts": {
"cypress-headless": "cypress run --browser chrome --headless",
Expand All @@ -35,20 +35,20 @@
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.45",
"@types/react": "^18.2.47",
"@types/react-dom": "18.2.18",
"@types/react-test-renderer": "^18.0.7",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"codecov": "^3.8.3",
"cypress": "^13.6.1",
"cypress": "^13.6.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
Expand All @@ -57,7 +57,7 @@
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
"react-test-renderer": "^18.2.0",
"source-map-loader": "^4.0.1",
"source-map-loader": "^4.0.2",
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit eda7bc5

Please sign in to comment.