Skip to content

Commit

Permalink
Merge pull request #699 from hey-api/dependabot/npm_and_yarn/dev-deps…
Browse files Browse the repository at this point in the history
…-c42808b5df

chore(deps-dev): bump the dev-deps group across 1 directory with 11 updates
  • Loading branch information
mrlubos authored Jun 21, 2024
2 parents a9dfda0 + fd5aad9 commit 5d1555c
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 229 deletions.
10 changes: 5 additions & 5 deletions examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5",
"vite": "5.2.13"
"vite": "5.3.1"
}
}
10 changes: 5 additions & 5 deletions examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"postcss": "8.4.38",
"prettier": "3.3.1",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.2.13"
"vite": "5.3.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"globals": "15.4.0",
"globals": "15.6.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.3.1",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-dts": "6.1.1",
"typescript": "5.4.5",
"typescript-eslint": "7.12.0",
"typescript-eslint": "7.13.1",
"vitest": "1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"@types/express": "4.17.21",
"axios": "1.7.2",
"cross-spawn": "7.0.3",
"eslint": "9.4.0",
"eslint": "9.5.0",
"express": "4.19.2",
"glob": "10.4.1",
"glob": "10.4.2",
"node-fetch": "3.3.2",
"prettier": "3.3.1",
"puppeteer": "22.10.0",
"prettier": "3.3.2",
"puppeteer": "22.11.2",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
Expand Down
Loading

0 comments on commit 5d1555c

Please sign in to comment.