Skip to content

Commit

Permalink
fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed May 22, 2024
1 parent 2d13a39 commit 7941a42
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
enable-pre-post-scripts=true
ignore-workspace-root-check=true
hoist-pattern[]=!@types/react
hoist-pattern[]=!@ts-rest/core
hoist-pattern[]=!@ts-rest/core
hoist-pattern[]=!analytics
hoist-pattern[]=!@analytics/*
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "tsup",
"postbuild": "attw . -P && size-limit",
"lint": "tsc",
"lint": "tsc --noEmit",
"ci": "rm -rf dist && npm run lint && pnpm run test && pnpm run build",
"prepublish": "pnpm run ci",
"release": "pnpm run ci && changeset publish",
Expand Down Expand Up @@ -48,6 +48,7 @@
"dist"
],
"dependencies": {
"@analytics/core": "^0.12.7",
"@anatine/zod-openapi": "^2.2.0",
"@ts-rest/core": "github:pubpub/ts-rest#ts-rest-core-v3.30.52-gitpkg",
"@types/uuid": "^3.3.0",
Expand Down Expand Up @@ -107,7 +108,7 @@
"tsx": "^3.12.7",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "4.0.0-next.36",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"unist-util-is": "^6.0.0",
"unist-util-visit": "^5.0.0",
Expand Down
103 changes: 50 additions & 53 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 7941a42

Please sign in to comment.