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 Oct 2, 2024
1 parent 812d75b commit 12a1393
Show file tree
Hide file tree
Showing 3 changed files with 1,067 additions and 993 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:22.9.0
steps:
- checkout
- restore_cache:
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"learning"
],
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-github-corner": "^2.5.0",
"styled-components": "^6.1.11"
"styled-components": "^6.1.13"
},
"scripts": {
"cypress-headless": "cypress run --browser chrome --headless",
Expand All @@ -35,34 +35,34 @@
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.10",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"codecov": "^3.8.3",
"cypress": "^13.12.0",
"html-loader": "^5.0.0",
"cypress": "^13.15.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.11",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react-test-renderer": "^18.3.1",
"source-map-loader": "^5.0.0",
"start-server-and-test": "^2.0.4",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"start-server-and-test": "^2.0.8",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
}
}
Loading

0 comments on commit 12a1393

Please sign in to comment.