Skip to content

Commit 0c6be1d

Browse files
committed
chore(deps-dev): bump verdaccio to 5.13.0
1 parent 963d6e4 commit 0c6be1d

File tree

3 files changed

+495
-432
lines changed

3 files changed

+495
-432
lines changed

clients/client-s3/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const webpack = require("webpack");
33
module.exports = function (config) {
44
config.set({
55
basePath: "",
6-
frameworks: ["mocha", "chai"],
6+
frameworks: ["mocha", "chai", "webpack"],
77
files: ["test/e2e/**/*.ispec.ts"],
88
preprocessors: {
99
"test/e2e/**/*.ispec.ts": ["webpack", "sourcemap", "credentials", "env"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"typedoc": "0.19.2",
110110
"typedoc-plugin-lerna-packages": "0.3.1",
111111
"typescript": "~4.6.2",
112-
"verdaccio": "4.13.2",
112+
"verdaccio": "5.13.0",
113113
"webpack": "5.73.0",
114114
"webpack-cli": "4.10.0",
115115
"yarn": "1.22.10"

0 commit comments

Comments
 (0)