Skip to content

Commit

Permalink
Merge pull request #510 from hey-api/dependabot/npm_and_yarn/dev-deps…
Browse files Browse the repository at this point in the history
…-1fafba85fc
  • Loading branch information
jordanshatford authored Apr 29, 2024
2 parents 3d459a4 + 2ba6071 commit 06419ca
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 561 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@stackblitz/sdk": "1.9.0"
},
"devDependencies": {
"vitepress": "1.1.3"
"vitepress": "1.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint": "9.1.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.6",
"prettier": "3.2.5",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint": "9.1.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.6",
"prettier": "3.2.5",
"typescript": "5.4.5",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"@rollup/plugin-typescript": "11.1.6",
"@svitejs/changesets-changelog-github-compact": "1.1.0",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.5.0",
"eslint": "9.1.0",
"@vitest/coverage-v8": "1.5.2",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"globals": "15.0.0",
"globals": "15.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.16.1",
"rollup": "4.17.0",
"rollup-plugin-dts": "6.1.0",
"typescript": "5.4.5",
"typescript-eslint": "7.7.0",
"vitest": "1.5.0"
"typescript-eslint": "7.7.1",
"vitest": "1.5.2"
},
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}
4 changes: 2 additions & 2 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"@types/express": "4.17.21",
"axios": "1.6.8",
"cross-spawn": "7.0.3",
"eslint": "9.1.0",
"eslint": "9.1.1",
"express": "4.19.2",
"glob": "10.3.12",
"node-fetch": "3.3.2",
"prettier": "3.2.5",
"puppeteer": "22.6.5",
"puppeteer": "22.7.1",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
Expand Down
Loading

0 comments on commit 06419ca

Please sign in to comment.