mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
chore: standard replacement from dotenv to dotenvx (#8216)
This commit is contained in:
committed by
GitHub
parent
e07d91e857
commit
ec478a8979
@@ -48,6 +48,7 @@
|
|||||||
"uuid": "catalog:"
|
"uuid": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@dotenvx/dotenvx": "catalog:",
|
||||||
"@plane/eslint-config": "workspace:*",
|
"@plane/eslint-config": "workspace:*",
|
||||||
"@plane/tailwind-config": "workspace:*",
|
"@plane/tailwind-config": "workspace:*",
|
||||||
"@plane/typescript-config": "workspace:*",
|
"@plane/typescript-config": "workspace:*",
|
||||||
@@ -57,7 +58,6 @@
|
|||||||
"@types/node": "catalog:",
|
"@types/node": "catalog:",
|
||||||
"@types/react": "catalog:",
|
"@types/react": "catalog:",
|
||||||
"@types/react-dom": "catalog:",
|
"@types/react-dom": "catalog:",
|
||||||
"dotenv": "^16.4.5",
|
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vite-tsconfig-paths": "^5.1.4"
|
"vite-tsconfig-paths": "^5.1.4"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
|
import * as dotenv from "@dotenvx/dotenvx";
|
||||||
import { reactRouter } from "@react-router/dev/vite";
|
import { reactRouter } from "@react-router/dev/vite";
|
||||||
import dotenv from "dotenv";
|
|
||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
import tsconfigPaths from "vite-tsconfig-paths";
|
import tsconfigPaths from "vite-tsconfig-paths";
|
||||||
import { joinUrlPath } from "@plane/utils";
|
import { joinUrlPath } from "@plane/utils";
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"author": "Plane Software Inc.",
|
"author": "Plane Software Inc.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dotenvx/dotenvx": "^1.49.0",
|
"@dotenvx/dotenvx": "catalog:",
|
||||||
"@hocuspocus/extension-database": "2.15.2",
|
"@hocuspocus/extension-database": "2.15.2",
|
||||||
"@hocuspocus/extension-logger": "2.15.2",
|
"@hocuspocus/extension-logger": "2.15.2",
|
||||||
"@hocuspocus/extension-redis": "2.15.2",
|
"@hocuspocus/extension-redis": "2.15.2",
|
||||||
@@ -41,7 +41,6 @@
|
|||||||
"axios": "catalog:",
|
"axios": "catalog:",
|
||||||
"compression": "1.8.1",
|
"compression": "1.8.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^16.4.5",
|
|
||||||
"express": "catalog:",
|
"express": "catalog:",
|
||||||
"express-ws": "^5.0.2",
|
"express-ws": "^5.0.2",
|
||||||
"helmet": "^7.1.0",
|
"helmet": "^7.1.0",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"uuid": "catalog:"
|
"uuid": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@dotenvx/dotenvx": "catalog:",
|
||||||
"@plane/eslint-config": "workspace:*",
|
"@plane/eslint-config": "workspace:*",
|
||||||
"@plane/tailwind-config": "workspace:*",
|
"@plane/tailwind-config": "workspace:*",
|
||||||
"@plane/typescript-config": "workspace:*",
|
"@plane/typescript-config": "workspace:*",
|
||||||
@@ -61,7 +62,6 @@
|
|||||||
"@types/node": "catalog:",
|
"@types/node": "catalog:",
|
||||||
"@types/react": "catalog:",
|
"@types/react": "catalog:",
|
||||||
"@types/react-dom": "catalog:",
|
"@types/react-dom": "catalog:",
|
||||||
"dotenv": "^16.4.5",
|
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vite-tsconfig-paths": "^5.1.4"
|
"vite-tsconfig-paths": "^5.1.4"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
|
import * as dotenv from "@dotenvx/dotenvx";
|
||||||
import { reactRouter } from "@react-router/dev/vite";
|
import { reactRouter } from "@react-router/dev/vite";
|
||||||
import dotenv from "dotenv";
|
|
||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
import tsconfigPaths from "vite-tsconfig-paths";
|
import tsconfigPaths from "vite-tsconfig-paths";
|
||||||
import { joinUrlPath } from "@plane/utils";
|
import { joinUrlPath } from "@plane/utils";
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
"uuid": "catalog:"
|
"uuid": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@dotenvx/dotenvx": "catalog:",
|
||||||
"@plane/eslint-config": "workspace:*",
|
"@plane/eslint-config": "workspace:*",
|
||||||
"@plane/tailwind-config": "workspace:*",
|
"@plane/tailwind-config": "workspace:*",
|
||||||
"@plane/typescript-config": "workspace:*",
|
"@plane/typescript-config": "workspace:*",
|
||||||
@@ -86,7 +87,6 @@
|
|||||||
"@types/react": "catalog:",
|
"@types/react": "catalog:",
|
||||||
"@types/react-color": "^3.0.6",
|
"@types/react-color": "^3.0.6",
|
||||||
"@types/react-dom": "catalog:",
|
"@types/react-dom": "catalog:",
|
||||||
"dotenv": "^16.4.5",
|
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
|
import * as dotenv from "@dotenvx/dotenvx";
|
||||||
import { reactRouter } from "@react-router/dev/vite";
|
import { reactRouter } from "@react-router/dev/vite";
|
||||||
import dotenv from "dotenv";
|
|
||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
import tsconfigPaths from "vite-tsconfig-paths";
|
import tsconfigPaths from "vite-tsconfig-paths";
|
||||||
|
|
||||||
|
|||||||
34
pnpm-lock.yaml
generated
34
pnpm-lock.yaml
generated
@@ -18,6 +18,9 @@ catalogs:
|
|||||||
'@bprogress/core':
|
'@bprogress/core':
|
||||||
specifier: ^1.3.4
|
specifier: ^1.3.4
|
||||||
version: 1.3.4
|
version: 1.3.4
|
||||||
|
'@dotenvx/dotenvx':
|
||||||
|
specifier: 1.51.1
|
||||||
|
version: 1.51.1
|
||||||
'@react-router/dev':
|
'@react-router/dev':
|
||||||
specifier: 7.9.5
|
specifier: 7.9.5
|
||||||
version: 7.9.5
|
version: 7.9.5
|
||||||
@@ -214,6 +217,9 @@ importers:
|
|||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 13.0.0
|
version: 13.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@dotenvx/dotenvx':
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 1.51.1
|
||||||
'@plane/eslint-config':
|
'@plane/eslint-config':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/eslint-config
|
version: link:../../packages/eslint-config
|
||||||
@@ -241,9 +247,6 @@ importers:
|
|||||||
'@types/react-dom':
|
'@types/react-dom':
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
dotenv:
|
|
||||||
specifier: ^16.4.5
|
|
||||||
version: 16.6.1
|
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.8.3
|
specifier: 5.8.3
|
||||||
version: 5.8.3
|
version: 5.8.3
|
||||||
@@ -257,8 +260,8 @@ importers:
|
|||||||
apps/live:
|
apps/live:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@dotenvx/dotenvx':
|
'@dotenvx/dotenvx':
|
||||||
specifier: ^1.49.0
|
specifier: 'catalog:'
|
||||||
version: 1.49.0
|
version: 1.51.1
|
||||||
'@hocuspocus/extension-database':
|
'@hocuspocus/extension-database':
|
||||||
specifier: 2.15.2
|
specifier: 2.15.2
|
||||||
version: 2.15.2(y-protocols@1.0.6(yjs@13.6.27))(yjs@13.6.27)
|
version: 2.15.2(y-protocols@1.0.6(yjs@13.6.27))(yjs@13.6.27)
|
||||||
@@ -307,9 +310,6 @@ importers:
|
|||||||
cors:
|
cors:
|
||||||
specifier: ^2.8.5
|
specifier: ^2.8.5
|
||||||
version: 2.8.5
|
version: 2.8.5
|
||||||
dotenv:
|
|
||||||
specifier: ^16.4.5
|
|
||||||
version: 16.6.1
|
|
||||||
express:
|
express:
|
||||||
specifier: 4.22.0
|
specifier: 4.22.0
|
||||||
version: 4.22.0
|
version: 4.22.0
|
||||||
@@ -477,6 +477,9 @@ importers:
|
|||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 13.0.0
|
version: 13.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@dotenvx/dotenvx':
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 1.51.1
|
||||||
'@plane/eslint-config':
|
'@plane/eslint-config':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/eslint-config
|
version: link:../../packages/eslint-config
|
||||||
@@ -504,9 +507,6 @@ importers:
|
|||||||
'@types/react-dom':
|
'@types/react-dom':
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
dotenv:
|
|
||||||
specifier: ^16.4.5
|
|
||||||
version: 16.6.1
|
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.8.3
|
specifier: 5.8.3
|
||||||
version: 5.8.3
|
version: 5.8.3
|
||||||
@@ -691,6 +691,9 @@ importers:
|
|||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 13.0.0
|
version: 13.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@dotenvx/dotenvx':
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 1.51.1
|
||||||
'@plane/eslint-config':
|
'@plane/eslint-config':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/eslint-config
|
version: link:../../packages/eslint-config
|
||||||
@@ -721,9 +724,6 @@ importers:
|
|||||||
'@types/react-dom':
|
'@types/react-dom':
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
dotenv:
|
|
||||||
specifier: ^16.4.5
|
|
||||||
version: 16.6.1
|
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.2.5
|
specifier: ^3.2.5
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@@ -1863,8 +1863,8 @@ packages:
|
|||||||
'@date-fns/tz@1.4.1':
|
'@date-fns/tz@1.4.1':
|
||||||
resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
|
resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
|
||||||
|
|
||||||
'@dotenvx/dotenvx@1.49.0':
|
'@dotenvx/dotenvx@1.51.1':
|
||||||
resolution: {integrity: sha512-M1cyP6YstFQCjih54SAxCqHLMMi8QqV8tenpgGE48RTXWD7vfMYJiw/6xcCDpS2h28AcLpTsFCZA863Ge9yxzA==}
|
resolution: {integrity: sha512-fqcQxcxC4LOaUlW8IkyWw8x0yirlLUkbxohz9OnWvVWjf73J5yyw7jxWnkOJaUKXZotcGEScDox9MU6rSkcDgg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@ecies/ciphers@0.2.4':
|
'@ecies/ciphers@0.2.4':
|
||||||
@@ -9565,7 +9565,7 @@ snapshots:
|
|||||||
|
|
||||||
'@date-fns/tz@1.4.1': {}
|
'@date-fns/tz@1.4.1': {}
|
||||||
|
|
||||||
'@dotenvx/dotenvx@1.49.0':
|
'@dotenvx/dotenvx@1.51.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
commander: 11.1.0
|
commander: 11.1.0
|
||||||
dotenv: 17.2.1
|
dotenv: 17.2.1
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ catalog:
|
|||||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": 1.1.0
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": 1.1.0
|
||||||
"@atlaskit/pragmatic-drag-and-drop": 1.7.4
|
"@atlaskit/pragmatic-drag-and-drop": 1.7.4
|
||||||
"@bprogress/core": ^1.3.4
|
"@bprogress/core": ^1.3.4
|
||||||
|
"@dotenvx/dotenvx": 1.51.1
|
||||||
"@react-router/dev": 7.9.5
|
"@react-router/dev": 7.9.5
|
||||||
"@react-router/node": 7.9.5
|
"@react-router/node": 7.9.5
|
||||||
"@react-router/serve": 7.9.5
|
"@react-router/serve": 7.9.5
|
||||||
|
|||||||
Reference in New Issue
Block a user