File tree Expand file tree Collapse file tree 9 files changed +25
-25
lines changed
Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 4848 "uuid" : " catalog:"
4949 },
5050 "devDependencies" : {
51+ "@dotenvx/dotenvx" : " catalog:" ,
5152 "@plane/eslint-config" : " workspace:*" ,
5253 "@plane/tailwind-config" : " workspace:*" ,
5354 "@plane/typescript-config" : " workspace:*" ,
5758 "@types/node" : " catalog:" ,
5859 "@types/react" : " catalog:" ,
5960 "@types/react-dom" : " catalog:" ,
60- "dotenv" : " ^16.4.5" ,
6161 "typescript" : " catalog:" ,
6262 "vite" : " catalog:" ,
6363 "vite-tsconfig-paths" : " ^5.1.4"
Original file line number Diff line number Diff line change 11import path from "node:path" ;
2+ import * as dotenv from "@dotenvx/dotenvx" ;
23import { reactRouter } from "@react-router/dev/vite" ;
3- import dotenv from "dotenv" ;
44import { defineConfig } from "vite" ;
55import tsconfigPaths from "vite-tsconfig-paths" ;
66import { joinUrlPath } from "@plane/utils" ;
Original file line number Diff line number Diff line change 2424 },
2525 "author" : " Plane Software Inc." ,
2626 "dependencies" : {
27- "@dotenvx/dotenvx" : " ^1.49.0 " ,
27+ "@dotenvx/dotenvx" : " catalog: " ,
2828 "@hocuspocus/extension-database" : " 2.15.2" ,
2929 "@hocuspocus/extension-logger" : " 2.15.2" ,
3030 "@hocuspocus/extension-redis" : " 2.15.2" ,
4141 "axios" : " catalog:" ,
4242 "compression" : " 1.8.1" ,
4343 "cors" : " ^2.8.5" ,
44- "dotenv" : " ^16.4.5" ,
4544 "express" : " catalog:" ,
4645 "express-ws" : " ^5.0.2" ,
4746 "helmet" : " ^7.1.0" ,
Original file line number Diff line number Diff line change 5252 "uuid" : " catalog:"
5353 },
5454 "devDependencies" : {
55+ "@dotenvx/dotenvx" : " catalog:" ,
5556 "@plane/eslint-config" : " workspace:*" ,
5657 "@plane/tailwind-config" : " workspace:*" ,
5758 "@plane/typescript-config" : " workspace:*" ,
6162 "@types/node" : " catalog:" ,
6263 "@types/react" : " catalog:" ,
6364 "@types/react-dom" : " catalog:" ,
64- "dotenv" : " ^16.4.5" ,
6565 "typescript" : " catalog:" ,
6666 "vite" : " catalog:" ,
6767 "vite-tsconfig-paths" : " ^5.1.4"
Original file line number Diff line number Diff line change 11import path from "node:path" ;
2+ import * as dotenv from "@dotenvx/dotenvx" ;
23import { reactRouter } from "@react-router/dev/vite" ;
3- import dotenv from "dotenv" ;
44import { defineConfig } from "vite" ;
55import tsconfigPaths from "vite-tsconfig-paths" ;
66import { joinUrlPath } from "@plane/utils" ;
Original file line number Diff line number Diff line change 7676 "uuid" : " catalog:"
7777 },
7878 "devDependencies" : {
79+ "@dotenvx/dotenvx" : " catalog:" ,
7980 "@plane/eslint-config" : " workspace:*" ,
8081 "@plane/tailwind-config" : " workspace:*" ,
8182 "@plane/typescript-config" : " workspace:*" ,
8687 "@types/react" : " catalog:" ,
8788 "@types/react-color" : " ^3.0.6" ,
8889 "@types/react-dom" : " catalog:" ,
89- "dotenv" : " ^16.4.5" ,
9090 "prettier" : " ^3.2.5" ,
9191 "typescript" : " catalog:" ,
9292 "vite" : " catalog:" ,
Original file line number Diff line number Diff line change 11import path from "node:path" ;
2+ import * as dotenv from "@dotenvx/dotenvx" ;
23import { reactRouter } from "@react-router/dev/vite" ;
3- import dotenv from "dotenv" ;
44import { defineConfig } from "vite" ;
55import tsconfigPaths from "vite-tsconfig-paths" ;
66
Original file line number Diff line number Diff line change 99 " @atlaskit/pragmatic-drag-and-drop-hitbox " : 1.1.0
1010 " @atlaskit/pragmatic-drag-and-drop " : 1.7.4
1111 " @bprogress/core " : ^1.3.4
12+ " @dotenvx/dotenvx " : 1.51.1
1213 " @react-router/dev " : 7.9.5
1314 " @react-router/node " : 7.9.5
1415 " @react-router/serve " : 7.9.5
You can’t perform that action at this time.
0 commit comments