Skip to content

Commit d0b207e

Browse files
authored
Merge pull request #37 from spuxx1701/dependabot/npm_and_yarn/vite-tsconfig-paths-5.0.1
build(deps-dev): Bump vite-tsconfig-paths from 4.3.2 to 5.0.1
2 parents 8eaebda + 8bdec13 commit d0b207e

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

apps/nest/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "nest",
33
"version": "0.0.0",
44
"private": true,
5+
"type": "commonjs",
56
"scripts": {
67
"dev": "nest start --watch",
78
"debug": "nest start --watch --debug",
File renamed without changes.
File renamed without changes.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A collection of libraries a maintain for my personal web stack.",
55
"license": "MIT",
66
"private": true,
7+
"type": "module",
78
"author": {
89
"name": "spuxx",
910
"email": "hi@spuxx.dev",
@@ -51,7 +52,7 @@
5152
"unplugin-swc": "1.5.1",
5253
"vite": "5.4.8",
5354
"vite-plugin-dts": "4.2.1",
54-
"vite-tsconfig-paths": "4.3.2",
55+
"vite-tsconfig-paths": "5.1.2",
5556
"vitest": "2.0.5"
5657
}
5758
}

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)