Skip to content

Commit

Permalink
Update all non-major dependencies (#394)
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 8, 2023
1 parent e223fe7 commit 0840e31
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 175 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@size-limit/preset-small-lib": "^9.0.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/node": "20.5.7",
"@types/node": "20.5.9",
"babel-jest": "^29.6.4",
"babel-plugin-add-module-exports": "^1.0.4",
"husky": "^8.0.3",
Expand All @@ -26,7 +26,7 @@
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup": "^3.29.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"size-limit": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-cookie-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@babel/register": "^7.22.5",
"@babel/register": "^7.22.15",
"express": "^4.18.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -18,10 +18,10 @@
"universal-cookie-express": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@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",
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.10",
"@babel/cli": "^7.22.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^2.7.1",
"rollup": "^3.28.1",
"rollup": "^3.29.0",
"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.10",
"@babel/cli": "^7.22.15",
"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.10",
"@babel/cli": "^7.22.15",
"rimraf": "^2.7.1",
"typescript": "^5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"build-legacy": "babel es6 -D -d lib"
},
"dependencies": {
"@types/cookie": "^0.5.1",
"@types/cookie": "^0.5.2",
"cookie": "^0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/cli": "^7.22.15",
"rimraf": "^3.0.2",
"rollup": "^3.28.1",
"rollup": "^3.29.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 0840e31

Please sign in to comment.