diff --git a/package-lock.json b/package-lock.json index 3d6e7a1..b798492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7908,13 +7908,13 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.7.tgz", - "integrity": "sha512-MwIYaby6kcbQGZqMH+gAK6h0UYQGOkjsuAgw4q6bP/5vWkn8VKvnmLuCQHA2+IzHAJHnE8OFTO4lnJLFMf9+7Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.1.0.tgz", + "integrity": "sha512-Ps275He1fF6Wpm/3tvyokIfXd3lcmk4KsdCG4yduSTRVt+htaxIoEor88M1h3soOeXg5fn77ZiupVRwGeB/XNQ==", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", - "tsconfck": "^2.0.1" + "tsconfck": "^2.1.0" }, "peerDependencies": { "vite": "*" @@ -8137,7 +8137,7 @@ }, "packages/eslint-config": { "name": "@codeoscopic/eslint-config", - "version": "1.7.1", + "version": "1.8.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", @@ -8160,11 +8160,11 @@ }, "packages/tsconfig": { "name": "@codeoscopic/tsconfig", - "version": "1.7.1" + "version": "1.8.0" }, "packages/tsup-config": { "name": "@codeoscopic/tsup-config", - "version": "1.7.1", + "version": "1.8.0", "dependencies": { "postcss": "^8.4.21", "postcss-modules": "^4.3.1", @@ -8201,14 +8201,14 @@ }, "packages/vite-config": { "name": "@codeoscopic/vite-config", - "version": "1.7.1", + "version": "1.8.0", "dependencies": { "ts-deepmerge": "^6.0.3", "vite-plugin-html-env": "^1.2.7", "vite-plugin-imp": "^2.3.1", "vite-plugin-sentry": "^1.1.7", "vite-plugin-svgr": "^2.4.0", - "vite-tsconfig-paths": "^4.0.7" + "vite-tsconfig-paths": "^4.1.0" }, "devDependencies": { "@codeoscopic/eslint-config": "*", @@ -8632,7 +8632,7 @@ "vite-plugin-imp": "^2.3.1", "vite-plugin-sentry": "^1.1.7", "vite-plugin-svgr": "^2.4.0", - "vite-tsconfig-paths": "^4.0.7" + "vite-tsconfig-paths": "^4.1.0" } }, "@commitlint/cli": { @@ -13819,13 +13819,13 @@ } }, "vite-tsconfig-paths": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.0.7.tgz", - "integrity": "sha512-MwIYaby6kcbQGZqMH+gAK6h0UYQGOkjsuAgw4q6bP/5vWkn8VKvnmLuCQHA2+IzHAJHnE8OFTO4lnJLFMf9+7Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.1.0.tgz", + "integrity": "sha512-Ps275He1fF6Wpm/3tvyokIfXd3lcmk4KsdCG4yduSTRVt+htaxIoEor88M1h3soOeXg5fn77ZiupVRwGeB/XNQ==", "requires": { "debug": "^4.1.1", "globrex": "^0.1.2", - "tsconfck": "^2.0.1" + "tsconfck": "^2.1.0" } }, "webidl-conversions": { diff --git a/packages/vite-config/package.json b/packages/vite-config/package.json index ebbf624..3bbd1bc 100644 --- a/packages/vite-config/package.json +++ b/packages/vite-config/package.json @@ -29,7 +29,7 @@ "vite-plugin-imp": "^2.3.1", "vite-plugin-sentry": "^1.1.7", "vite-plugin-svgr": "^2.4.0", - "vite-tsconfig-paths": "^4.0.7" + "vite-tsconfig-paths": "^4.1.0" }, "peerDependencies": { "@vitejs/plugin-react": "^3.1.0",