Skip to content

Commit

Permalink
fix(vite): downgrade vite-plugin-dts (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Sep 16, 2024
1 parent ef47c62 commit 9089880
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"labels": ["dependencies"],
"rangeStrategy": "bump",
"postUpdateOptions": ["pnpmDedupe"],
"ignoreDeps": ["@types/node", "node", "typescript"]
"ignoreDeps": ["@types/node", "node", "typescript", "vite-plugin-dts"]
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typedoc-plugin-markdown": "^4.2.7",
"typescript-eslint": "^8.5.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1"
},
Expand Down
78 changes: 46 additions & 32 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 9089880

Please sign in to comment.