Skip to content

Commit

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

chore(deps-dev): bump the dev-deps group across 1 directory with 11 updates
  • Loading branch information
mrlubos authored Jul 1, 2024
2 parents a2cb1b0 + 6b764d3 commit 099fb26
Show file tree
Hide file tree
Showing 5 changed files with 8,328 additions and 7,634 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.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"prettier": "3.3.2",
"typescript": "5.4.5",
"vite": "5.3.1"
"typescript": "5.5.2",
"vite": "5.3.2"
}
}
12 changes: 6 additions & 6 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.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.3.1"
"typescript": "5.5.2",
"vite": "5.3.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.6",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.5",
"@types/node": "20.14.9",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.5.0",
"eslint": "9.6.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.6.0",
"globals": "15.7.0",
"husky": "9.0.11",
"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.13.1",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"vitest": "1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
"@types/express": "4.17.21",
"axios": "1.7.2",
"cross-spawn": "7.0.3",
"eslint": "9.5.0",
"eslint": "9.6.0",
"express": "4.19.2",
"glob": "10.4.2",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
"puppeteer": "22.11.2",
"puppeteer": "22.12.1",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
Loading

0 comments on commit 099fb26

Please sign in to comment.