Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade without break-changes packages with newer version #608

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: upgrade without break-changes packages with newer version
  • Loading branch information
oguhpereira committed Sep 22, 2022
commit 7946a0d25710e4fa5a5ce4b48485134ddbbd1c8b
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/eslint-parser": "7.18.9",
"@babel/preset-env": "7.19.0",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/register": "7.18.9",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"autoprefixer": "10.4.8",
"autoprefixer": "10.4.12",
"babel-loader": "8.2.5",
"commitizen": "4.2.5",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"cz-conventional-changelog": "3.3.0",
"electron": "20.1.1",
"electron": "20.2.0",
"electron-builder": "23.3.3",
"eslint": "8.23.0",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.1",
"husky": "8.0.1",
Expand Down
Loading