Skip to content

Commit

Permalink
Update dependency vite-tsconfig-paths to v5
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-tsconfig-paths | 4.3.2 | 5.0.1 |


## [v5.0.1](aleclarson/vite-tsconfig-paths@v5.0.0...v5.0.1)



## [v5.0.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.0.0)

This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api

If your project is using CommonJS, you can rename your Vite config to use the `.mjs` or `.mts` extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.
  • Loading branch information
renovate[bot] committed Sep 15, 2024
1 parent c0344e3 commit c5fdcf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"vite": "5.4.2",
"vite-plugin-checker": "0.8.0",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.1",
"yargs": "17.7.2"
}
}
10 changes: 5 additions & 5 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 c5fdcf0

Please sign in to comment.