Skip to content

Commit

Permalink
fix(deps): update all core dependencies (#711)
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 May 3, 2024
1 parent cf14be6 commit d2a452c
Show file tree
Hide file tree
Showing 4 changed files with 850 additions and 725 deletions.
2 changes: 1 addition & 1 deletion core/deprecated-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "14.18.0",
"typedoc": "^0.25.0",
"typedoc-plugin-missing-exports": "^0.23.0",
"typedoc-umlclass": "^0.8.0"
"typedoc-umlclass": "^0.9.0"
},
"funding": {
"type": "opencollective",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/node": "7.23.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.0",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.23.3",
"@babel/plugin-proposal-function-sent": "7.24.1",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-throw-expressions": "7.23.3",
"@babel/plugin-proposal-throw-expressions": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.23.3",
"@babel/plugin-transform-classes": "7.23.8",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-classes": "7.24.5",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio/legacy-types": "workspace:*",
Expand Down Expand Up @@ -66,7 +66,7 @@
"npm-run-all2": "5.0.2",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1284.0",
"snyk": "1.1291.0",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/core": "7.0.0-next-7.12",
"@verdaccio/core": "7.0.0-next-7.13",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
Expand All @@ -44,7 +44,7 @@
"@types/express": "^4.17.17",
"@types/minimatch": "^3.0.3",
"@types/node": "^20.5.8",
"@verdaccio/config": "7.0.0-next-7.12",
"@verdaccio/config": "7.0.0-next-7.13",
"@verdaccio/types": "12.0.0-next.2",
"minimatch": "^4.0.0",
"rmdir-sync": "^1.0.1"
Expand Down

0 comments on commit d2a452c

Please sign in to comment.