Skip to content

Commit

Permalink
Update all non-major dependencies (#405)
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 Oct 13, 2023
1 parent f263251 commit 120082a
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 133 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
],
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@babel/preset-typescript": "^7.23.2",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@size-limit/preset-small-lib": "^9.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/node": "20.8.2",
"@types/node": "20.8.5",
"babel-jest": "^29.7.0",
"babel-plugin-add-module-exports": "^1.0.4",
"husky": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cookie-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"universal-cookie-express": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-stage-2": "^7.8.3",
"@testing-library/react": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build-legacy": "babel es6 -D -d lib"
},
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.2",
"@types/hoist-non-react-statics": "^3.3.3",
"hoist-non-react-statics": "^3.3.2",
"universal-cookie": "^6.0.0"
},
Expand Down
Loading

0 comments on commit 120082a

Please sign in to comment.