web: WIP Add monorepo dependency.

This commit is contained in:
Teffen Ellis
2025-04-22 01:05:53 +02:00
committed by Teffen Ellis
parent 9382fdf8cd
commit 39f68b9c3f
2 changed files with 37 additions and 0 deletions

36
web/package-lock.json generated
View File

@ -74,6 +74,7 @@
"devDependencies": {
"@eslint/js": "^9.11.1",
"@goauthentik/esbuild-plugin-live-reload": "^1.0.4",
"@goauthentik/monorepo": "^1.0.0",
"@goauthentik/prettier-config": "^1.0.4",
"@goauthentik/tsconfig": "^1.0.4",
"@hcaptcha/types": "^1.0.4",
@ -142,6 +143,22 @@
"@rollup/rollup-linux-x64-gnu": "4.23.0"
}
},
"../packages/monorepo": {
"name": "@goauthentik/monorepo",
"version": "1.0.4",
"extraneous": true,
"license": "MIT",
"devDependencies": {
"@goauthentik/prettier-config": "^1.0.4",
"@goauthentik/tsconfig": "^1.0.4",
"@types/node": "^22.14.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=20.11"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@ -1591,6 +1608,10 @@
"resolved": "packages/esbuild-plugin-live-reload",
"link": true
},
"node_modules/@goauthentik/monorepo": {
"resolved": "packages/monorepo",
"link": true
},
"node_modules/@goauthentik/prettier-config": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@goauthentik/prettier-config/-/prettier-config-1.0.4.tgz",
@ -26266,6 +26287,21 @@
"dev": true,
"license": "MIT"
},
"packages/monorepo": {
"name": "@goauthentik/monorepo",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@goauthentik/prettier-config": "^1.0.4",
"@goauthentik/tsconfig": "^1.0.4",
"@types/node": "^22.14.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=20.11"
}
},
"packages/sfe": {
"name": "@goauthentik/web-sfe",
"version": "0.0.0",

View File

@ -101,6 +101,7 @@
"devDependencies": {
"@eslint/js": "^9.11.1",
"@goauthentik/esbuild-plugin-live-reload": "^1.0.4",
"@goauthentik/monorepo": "^1.0.0",
"@goauthentik/prettier-config": "^1.0.4",
"@goauthentik/tsconfig": "^1.0.4",
"@hcaptcha/types": "^1.0.4",