Skip to content

Commit

Permalink
build(deps): bump vite-tsconfig-paths from 4.3.2 to 5.0.1 in /src/web
Browse files Browse the repository at this point in the history
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.0.1.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.3.2...v5.0.1)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LuukvH committed Aug 18, 2024
1 parent 487b1e9 commit 852318a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-i18next": "^15.0.1",
"react-router-dom": "6.26.1",
"styled-components": "^6.1.12",
"vite-tsconfig-paths": "^4.3.2"
"vite-tsconfig-paths": "^5.0.1"
},
"scripts": {
"api:generate": "orval --clean",
Expand Down
10 changes: 5 additions & 5 deletions src/web/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/web/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts", "eslint.config.mjs"]
"include": ["vite.config.mts", "eslint.config.mjs"]
}
File renamed without changes.

0 comments on commit 852318a

Please sign in to comment.