Skip to content

Commit

Permalink
Bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jul 24, 2024
1 parent 2deb4d9 commit 1d18c6b
Show file tree
Hide file tree
Showing 62 changed files with 1,984 additions and 1,275 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

TERM=dumb npx lint-staged
2 changes: 1 addition & 1 deletion .monorepolint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
} from "@monorepolint/rules";
import * as child_process from "node:child_process";

const LATEST_TYPESCRIPT_DEP = "^5.5.2";
const LATEST_TYPESCRIPT_DEP = "^5.5.4";

const DELETE_SCRIPT_ENTRY = { options: [undefined], fixValue: undefined };

Expand Down
2 changes: 1 addition & 1 deletion examples-extra/docs_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"postcss": "^8.4.39",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-next-static-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-tutorial-todo-aip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-tutorial-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vue-tsc": "^2"
},
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@babel/core": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/core": "^7.24.9",
"@babel/preset-typescript": "^7.24.7",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.7",
"@monorepolint/cli": "0.5.0-beta.10",
"@monorepolint/config": "0.5.0-beta.10",
"@monorepolint/core": "0.5.0-beta.10",
Expand All @@ -35,24 +35,24 @@
"@types/lint-staged": "^13.3.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-plugin-dev-expression": "^0.2.3",
"cspell": "^8.11.0",
"dprint": "^0.45.1",
"cspell": "^8.12.1",
"dprint": "^0.47.2",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^9.3.0",
"eslint": "^9.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.0.1",
"find-up-cli": "^6.0.0",
"globals": "^15.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"globals": "^15.8.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"micromatch": "^4.0.7",
"tsc-absolute": "^1.0.1",
"tsup": "^8.1.0",
"turbo": "^2.0.4",
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"typescript-eslint": "^7.17.0",
"vitest": "^1.6.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"ts-expect": "^1.3.0",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli.cmd.typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"consola": "^3.2.3",
"fast-deep-equal": "^3.1.3",
"find-up": "^7.0.0",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -44,7 +44,7 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/node": "^18.0.0",
"@types/yargs": "^17.0.29",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli.common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"consola": "^3.2.3",
"open": "^10.1.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"@types/node": "^18.0.0",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.29",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"consola": "^3.2.3",
"find-up": "^7.0.0",
"open": "^10.1.0",
"semver": "^7.6.2",
"tslib": "^2.6.2",
"semver": "^7.6.3",
"tslib": "^2.6.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.29",
"ts-expect": "^1.3.0",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/client.api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@types/geojson": "^7946.0.14",
"type-fest": "^4.18.2",
"typescript": "^5.5.2"
"type-fest": "^4.23.0",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client.test.ontology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@osdk/shared.test": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client.unstable.osw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client.unstable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@
"@osdk/monorepo.tsup": "workspace:~",
"@osdk/shared.test": "workspace:~",
"@types/geojson": "^7946.0.14",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.11",
"jest-extended": "^4.0.2",
"msw": "^2.3.0",
"msw": "^2.3.4",
"p-defer": "^4.0.1",
"p-state": "^2.0.1",
"pino": "^9.1.0",
"pino-pretty": "^11.2.1",
"ts-expect": "^1.3.0",
"type-fest": "^4.18.2",
"typescript": "^5.5.2",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template-packager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.29",
"tmp": "^0.2.3",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vue-tsc": "^2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.29",
"tmp": "^0.2.3",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.generated.1.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@types/node": "^18.0.0",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^4.9.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e.generated.catchall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"tslib": "^2.6.2",
"typescript": "^5.5.2"
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.sandbox.catchall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/node": "^18.0.0",
"ts-expect": "^1.3.0",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.sandbox.oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.sandbox.todoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"postcss": "^8.4.39",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.test.foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^18.0.0",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.29",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@osdk/shared.test": "workspace:~",
"@types/node": "^18.0.0",
"@types/yargs": "^17.0.29",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry.admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry.core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1d18c6b

Please sign in to comment.