Skip to content

Commit

Permalink
pkg (not updating to 6.13 of typescript eslint due to *any* issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 27, 2023
1 parent 0d276af commit 7625363
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@tsconfig/strictest": "^2.0.2",
"@types/lodash": "^4.14.202",
"@types/node": "~20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/scope-manager": "^6.12.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/scope-manager": "6.12.0",
"babel-plugin-replace-import-extension": "^1.1.3",
"concurrently": "^8.2.2",
"dprint": "^0.43.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@babel/generator": "7.23.4",
"@babel/parser": "7.23.4",
"@typescript-eslint/utils": "^6.12.0",
"@typescript-eslint/utils": "6.12.0",
"eslint-plugin-codegen": "0.17.0",
"glob": "8.1.0",
"io-ts": "2.2.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@babel/cli": "^7.23.4",
"@effect-app/compiler": "workspace:*",
"@sentry/node": "^7.81.1",
"@sentry/node": "^7.82.0",
"@types/express": "^4.17.21",
"@types/node": "~20.10.0",
"@types/proper-lockfile": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/_src/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ApiConfig, FetchResponse } from "@effect-app/prelude/client"
import { Done, Initial, Loading } from "@effect-app/prelude/client"
import type { ApiConfig, FetchResponse } from "@effect-app/prelude/client"
import { InterruptedException } from "effect/Cause"
import * as swrv from "swrv"
import type { fetcherFn, IKey, IResponse } from "swrv/dist/types.js"
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7625363

Please sign in to comment.