Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (reduxjs#1503)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Combine

* Update to Chrome 118

* Update snapshot

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
renovate[bot] and Methuselah96 authored Oct 24, 2023
1 parent 6786689 commit d04f412
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@babel/runtime": "^7.23.2",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/utils": "^2.0.0",
"jsan": "^3.1.14",
Expand All @@ -51,18 +51,18 @@
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/jsan": "^3.1.3",
"@types/node": "^18.18.0",
"@types/rn-host-detect": "^1.2.0",
"@types/socketcluster-client": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jsan": "^3.1.4",
"@types/node": "^18.18.6",
"@types/rn-host-detect": "^1.2.1",
"@types/socketcluster-client": "^16.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"redux": "^4.2.1",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit d04f412

Please sign in to comment.