chore: Patch bump all dependencies + minor bumps winston (#3185)

This commit is contained in:
Oliver Windall Juhl
2023-02-07 19:15:29 +01:00
committed by GitHub
parent ce866475b4
commit 08324355a4
41 changed files with 1020 additions and 342 deletions

View File

@@ -22,11 +22,11 @@
"@redocly/cli": "latest",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"axios": "^0.21.1",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.19.0",
"babel-jest": "^26.6.3",
"babel-preset-medusa-package": "^1.0.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
@@ -35,12 +35,12 @@
"eslint-plugin-react": "^7.31.11",
"express": "^4.17.1",
"get-port": "^5.1.1",
"husky": "^7.0.2",
"husky": "^7.0.4",
"import-from": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.6",
"microbundle": "^0.13.3",
"pg-god": "^1.0.11",
"pg-god": "^1.0.12",
"prettier": "^2.7.1",
"resolve-cwd": "^3.0.0",
"ts-jest": "^26.5.6",
@@ -84,14 +84,14 @@
"check:freshness": "node ./scripts/freshness-check.js"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.25.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@linear/sdk": "^1.22.0",
"@octokit/core": "^4.0.5",
"global": "^4.4.0",
"import-from": "^3.0.0",
"oas-normalize": "^5.0.1",
"swagger-inline": "^3.2.2"
"swagger-inline": "^3.2.3"
},
"packageManager": "yarn@3.2.1"
}