Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 2, 2023
1 parent bc18b9c commit b1bceb0
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 408 deletions.
403 changes: 202 additions & 201 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ packageExtensions:
postcss:
optional: true

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"url": "https://github.com/sabertazimi/dblp/issues"
},
"homepage": "https://github.com/sabertazimi/dblp",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.6.0",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.2",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@dg-scripts/eslint-config": "^5.13.5",
"@dg-scripts/stylelint-config": "^5.13.5",
Expand All @@ -56,18 +56,18 @@
"style-loader": "^3.3.3",
"stylelint": "^15.6.2",
"stylelint-webpack-plugin": "^4.1.1",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-bundle-analyzer": "^4.8.0",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@ant-design/icons": "^5.1.3",
"antd": "^5.5.1",
"@ant-design/icons": "^5.1.4",
"antd": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-redux": "^8.0.7",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
}
Expand Down
Loading

0 comments on commit b1bceb0

Please sign in to comment.