Skip to content

Commit

Permalink
Update all non-major dependencies (#395)
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] committed Sep 15, 2023
1 parent 0840e31 commit d66d76b
Show file tree
Hide file tree
Showing 5 changed files with 366 additions and 313 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.19",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
Expand All @@ -17,16 +17,16 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/node": "20.5.9",
"babel-jest": "^29.6.4",
"@types/node": "20.6.0",
"babel-jest": "^29.7.0",
"babel-plugin-add-module-exports": "^1.0.4",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.29.0",
"rollup": "^3.29.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"size-limit": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cookie-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"universal-cookie-express": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.19",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-stage-2": "^7.8.3",
"@testing-library/react": "^14.0.0",
"@types/testing-library__dom": "^7.5.0",
"babel-jest": "^29.6.4",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"jest": "^29.6.4",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
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 @@ -46,7 +46,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^2.7.1",
"rollup": "^3.29.0",
"rollup": "^3.29.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@babel/cli": "^7.22.15",
"rimraf": "^3.0.2",
"rollup": "^3.29.0",
"rollup": "^3.29.1",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit d66d76b

Please sign in to comment.