Skip to content

Commit 538905f

Browse files
authored
fix(release) create release commit (#38)
1 parent 2e5dabf commit 538905f

File tree

3 files changed

+1535
-6
lines changed

3 files changed

+1535
-6
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ build.sh
22
.coveralls.yml
33
.node-version
44
.nyc_output
5-
yarn.lock
65
resolved.yaml
76

87
# Logs

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
},
3636
"dependencies": {
3737
"@apidevtools/json-schema-ref-parser": "^9.0.9",
38-
"json-schema-walker": "^1.0.0",
38+
"json-schema-walker": "^1.1.0",
3939
"openapi-types": "^12.0.0",
4040
"yargs": "^17.5.1"
4141
},
4242
"devDependencies": {
4343
"@types/json-schema": "^7.0.11",
44-
"@typescript-eslint/eslint-plugin": "^5.32.0",
45-
"@typescript-eslint/parser": "^5.32.0",
44+
"@typescript-eslint/eslint-plugin": "^5.33.1",
45+
"@typescript-eslint/parser": "^5.33.1",
4646
"c8": "^7.12.0",
47-
"eslint": "^8.21.0",
47+
"eslint": "^8.22.0",
4848
"eslint-config-prettier": "^8.5.0",
4949
"eslint-plugin-prettier": "^4.2.1",
5050
"eslint-plugin-unused-imports": "^2.0.0",
5151
"nock": "^13.2.9",
5252
"prettier": "^2.7.1",
5353
"typescript": "^4.7.4",
54-
"vitest": "^0.21.0"
54+
"vitest": "^0.22.1"
5555
},
5656
"prettier": {
5757
"singleQuote": true,

0 commit comments

Comments
 (0)