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 Apr 3, 2024
1 parent abcf94e commit afe4501
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 745 deletions.
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.1",
"@babel/core": "7.24.4",
"@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.1",
"@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.4",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.4",
"@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.1286.3",
"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
Loading

0 comments on commit afe4501

Please sign in to comment.