Skip to content

Commit

Permalink
Update all non-major dependencies (#401)
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 Sep 29, 2023
1 parent 5efd41f commit ff5475b
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 109 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
Expand All @@ -17,16 +17,16 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/node": "20.6.3",
"@types/node": "20.7.1",
"babel-jest": "^29.7.0",
"babel-plugin-add-module-exports": "^1.0.4",
"husky": "^8.0.3",
"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.2",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"size-limit": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cookie-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"universal-cookie-express": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"universal-cookie": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^2.7.1",
"rollup": "^3.29.2",
"rollup": "^3.29.4",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"universal-cookie": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"rimraf": "^2.7.1",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"universal-cookie": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"rimraf": "^2.7.1",
"typescript": "^5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"cookie": "^0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"rimraf": "^3.0.2",
"rollup": "^3.29.2",
"rollup": "^3.29.4",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit ff5475b

Please sign in to comment.