Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8a4a463 commit b24969a
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 340 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.0.1",
"@testing-library/jest-dom": "^6.2.0",
"@size-limit/preset-small-lib": "^11.0.2",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "20.11.0",
"@types/node": "20.11.6",
"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": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.9.6",
"rollup-plugin-replace": "^2.2.0",
"size-limit": "^11.0.1",
"size-limit": "^11.0.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
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,9 +18,9 @@
"universal-cookie-express": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-stage-2": "^7.8.3",
"@testing-library/react": "^14.1.2",
Expand All @@ -29,7 +29,7 @@
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"universal-cookie": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.9.6",
"typescript": "^5.3.3"
},
"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 @@ -46,7 +46,7 @@
"universal-cookie": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
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 @@ -46,7 +46,7 @@
"universal-cookie": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
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 @@ -47,9 +47,9 @@
"cookie": "^0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.9.6",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit b24969a

Please sign in to comment.