Skip to content

Commit 8fcd638

Browse files
committed
chore: update js-yaml to version 4.1.0 and @api-components/api-example-generator to version 4.4.34 in package.json and package-lock.json
1 parent 56be738 commit 8fcd638

File tree

2 files changed

+84
-19
lines changed

2 files changed

+84
-19
lines changed

package-lock.json

Lines changed: 80 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"express": "^4.17.1",
7474
"fs-extra": "^9.1.0",
7575
"husky": "^4.3.8",
76+
"js-yaml": "^4.1.0",
7677
"lint-staged": "^10.2.2",
7778
"multer": "^1.4.2",
7879
"node-cache": "^5.1.0",
@@ -97,10 +98,10 @@
9798
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
9899
"lint": "npm run lint:eslint",
99100
"format": "npm run format:eslint",
100-
"test": "web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit && npm run test:visual",
101-
"test:visual": "web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
101+
"test": "web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox && npm run test:visual",
102+
"test:visual": "web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox",
102103
"test:watch": "web-test-runner test/*.test.js --node-resolve --watch --playwright --browsers chromium",
103-
"test:visual:update": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit --update-visual-baseline\n",
104+
"test:visual:update": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox --update-visual-baseline\n",
104105
"build": "rimraf dist && rollup -c rollup.config.js",
105106
"build:vendor": "node tasks/prepare.js",
106107
"build:models": "node demo/model.js",

0 commit comments

Comments
 (0)