Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#546)
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 Jun 6, 2024
1 parent 9487e91 commit fddbcef
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 525 deletions.
2 changes: 1 addition & 1 deletion docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
],
"type": "module",
"dependencies": {
"execa": "9.1.0"
"execa": "9.2.0"
}
}
12 changes: 6 additions & 6 deletions docker/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cheerio": "1.0.0-rc.12",
"depcheck": "1.4.7",
"domhandler": "5.0.3",
"execa": "9.1.0",
"execa": "9.2.0",
"listr2": "8.2.1",
"node-fetch": "3.3.2",
"p-reduce": "3.0.0",
Expand All @@ -57,37 +57,37 @@
"top-user-agents": "2.1.22"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.24.6",
"@babel/plugin-transform-modules-commonjs": "7.24.7",
"@jest/globals": "29.7.0",
"@size-limit/file": "11.1.4",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.13",
"@types/node": "20.14.2",
"@types/p-map": "2.0.0",
"@types/semver": "7.5.8",
"babel-jest": "29.7.0",
"eslint": "9.3.0",
"eslint-config-upleveled": "8.1.9",
"eslint": "9.4.0",
"eslint-config-upleveled": "8.2.1",
"p-map": "7.0.2",
"postinstall-postinstall": "2.1.0",
"prettier": "3.2.5",
"prettier": "3.3.1",
"size-limit": "11.1.4",
"stylelint": "16.6.1",
"tsdx": "0.14.1",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.24",
"@typescript-eslint/parser": "8.0.0-alpha.24",
"@typescript-eslint/scope-manager": "8.0.0-alpha.24",
"@typescript-eslint/utils": "8.0.0-alpha.24",
"eslint": "9.3.0",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.28",
"@typescript-eslint/parser": "8.0.0-alpha.28",
"@typescript-eslint/scope-manager": "8.0.0-alpha.28",
"@typescript-eslint/utils": "8.0.0-alpha.28",
"eslint": "9.4.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-react-hooks": "4.6.2",
"node-notifier": "10.0.1",
Expand Down
Loading

0 comments on commit fddbcef

Please sign in to comment.