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 Feb 6, 2024
1 parent 457b1e0 commit 050ebae
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 629 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "7.23.6",
"@babel/node": "7.22.19",
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.23.3",
"@babel/plugin-proposal-json-strings": "7.18.6",
Expand All @@ -25,13 +25,13 @@
"@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.5",
"@babel/plugin-transform-runtime": "7.23.6",
"@babel/plugin-transform-classes": "7.23.8",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.6",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@babel/register": "7.22.15",
"@babel/runtime": "7.23.6",
"@babel/register": "7.23.7",
"@babel/runtime": "7.23.9",
"@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-all": "4.1.5",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1266.0",
"snyk": "1.1278.0",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.4",
"@verdaccio/core": "7.0.0-next-7.7",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
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.4",
"@verdaccio/types": "12.0.0-next.1",
"@verdaccio/config": "7.0.0-next-7.7",
"@verdaccio/types": "12.0.0-next.2",
"minimatch": "^4.0.0",
"rmdir-sync": "^1.0.1"
},
Expand Down
Loading

0 comments on commit 050ebae

Please sign in to comment.