Skip to content

Commit

Permalink
fix(deps): update all core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 7766fed commit d23d07f
Show file tree
Hide file tree
Showing 5 changed files with 1,134 additions and 1,030 deletions.
4 changes: 2 additions & 2 deletions core/deprecated-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@types/node": "14.18.0",
"typedoc": "^0.25.0",
"typedoc": "^0.26.0",
"typedoc-plugin-missing-exports": "^0.23.0",
"typedoc-umlclass": "^0.9.0"
"typedoc-umlclass": "^0.10.0"
},
"funding": {
"type": "opencollective",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/node": "7.23.9",
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/node": "7.25.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.24.1",
"@babel/plugin-proposal-function-sent": "7.24.7",
"@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.24.1",
"@babel/plugin-proposal-throw-expressions": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-classes": "7.24.5",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-classes": "7.25.0",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.5",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@babel/register": "7.24.6",
"@babel/runtime": "7.25.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio/legacy-types": "workspace:*",
Expand All @@ -45,7 +45,7 @@
"@changesets/get-dependents-graph": "^1.2.0",
"@types/http-errors": "1.8.2",
"@types/jest": "27.5.2",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.7",
"@types/memory-fs": "0.3.7",
"@types/marked": "4.3.2",
"@types/node": "14.18.0",
Expand All @@ -66,7 +66,7 @@
"npm-run-all2": "5.0.2",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1291.0",
"snyk": "1.1292.3",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-storage-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
"debug": "4.3.6",
"async": "3.2.5",
"lodash": "4.17.21",
"lowdb": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/core": "7.0.0-next-7.15",
"@verdaccio/core": "7.0.0-next-7.20",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
"debug": "4.3.6",
"globby": "11.1.0",
"lodash": "4.17.21",
"lowdb": "1.0.0",
Expand All @@ -44,8 +44,8 @@
"@types/express": "^4.17.17",
"@types/minimatch": "^3.0.3",
"@types/node": "^20.5.8",
"@verdaccio/config": "7.0.0-next-7.15",
"@verdaccio/types": "12.0.0-next-7.3",
"@verdaccio/config": "7.0.0-next-7.20",
"@verdaccio/types": "12.0.0-next-7.5",
"minimatch": "^4.0.0",
"rmdir-sync": "^1.0.1"
},
Expand Down
Loading

0 comments on commit d23d07f

Please sign in to comment.