diff --git a/.gitignore b/.gitignore index adba2b7..3a75e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build/ dist/ +app/ node_modules/ .vscode/ diff --git a/create.js b/create.js index 5c0e8ef..9134556 100644 --- a/create.js +++ b/create.js @@ -80,4 +80,4 @@ replaceInFiles.sync({ }); // install deps -execSync(`cd ${contextDir} && pnpm i`); +execSync(`pnpm i`, { cwd: `./${contextDir}` }) diff --git a/package.json b/package.json index 0dd7a96..b7774d6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "release": "pnpm version --no-git-tag-version" }, "dependencies": { + "app": "link:app", "minimist": "1.2.8", "replace-in-file": "7.0.2" }, @@ -19,7 +20,7 @@ "prettier": "3.1.0" }, "publishConfig": { - "registry": "https://npm.romanjaros.dev" + "registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/" }, "keywords": [], "author": "Roman Jaroš", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23d6344..a3b7fc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,6 +5,9 @@ settings: excludeLinksFromLockfile: false dependencies: + app: + specifier: link:app + version: link:app minimist: specifier: 1.2.8 version: 1.2.8 diff --git a/source/rest/package.json b/source/rest/package.json index 97b99c7..a05fb32 100644 --- a/source/rest/package.json +++ b/source/rest/package.json @@ -19,41 +19,41 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@nestjs/axios": "^3.0.0", - "@nestjs/common": "^10.2.5", + "@nestjs/axios": "3.0.0", + "@nestjs/common": "10.2.5", "@nestjs/typeorm": "10.0.1", - "@nestjs/config": "^3.1.0", - "@nestjs/core": "^10.2.5", + "@nestjs/config": "3.1.0", + "@nestjs/core": "10.2.5", "@nestjs/swagger": "7.1.16", - "@nestjs/platform-express": "^10.2.5", - "axios": "^1.5.0", - "reflect-metadata": "^0.1.13", - "rxjs": "^7.8.1", - "sqlite3": "^5.1.6" + "@nestjs/platform-express": "10.2.5", + "axios": "1.5.0", + "reflect-metadata": "0.1.13", + "rxjs": "7.8.1", + "sqlite3": "5.1.6" }, "devDependencies": { "@nestjs/cli": "10.2.1", - "@nestjs/mapped-types": "^2.0.2", - "@nestjs/schematics": "^10.0.2", - "@nestjs/testing": "^10.2.5", - "@types/express": "^4.17.17", + "@nestjs/mapped-types": "2.0.2", + "@nestjs/schematics": "10.0.2", + "@nestjs/testing": "10.2.5", + "@types/express": "4.17.17", "@types/jest": "29.5.8", "@types/node": "20.6.0", - "@types/supertest": "^2.0.12", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0", - "eslint": "^8.49.0", + "@types/supertest": "2.0.12", + "@typescript-eslint/eslint-plugin": "6.7.0", + "@typescript-eslint/parser": "6.7.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-prettier": "5.0.0", + "eslint": "8.49.0", "execa": "8.0.1", "jest": "29.7.0", - "prettier": "^3.0.3", - "source-map-support": "^0.5.21", - "supertest": "^6.3.3", + "prettier": "3.0.3", + "source-map-support": "0.5.21", + "supertest": "6.3.3", "ts-jest": "29.1.1", - "ts-loader": "^9.4.4", - "ts-node": "^10.9.1", - "tsconfig-paths": "^4.2.0", - "typescript": "^5.2.2" + "ts-loader": "9.4.4", + "ts-node": "10.9.1", + "tsconfig-paths": "4.2.0", + "typescript": "5.2.2" } } \ No newline at end of file diff --git a/source/ui/package.json b/source/ui/package.json index a44f996..cfe5a34 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -21,17 +21,17 @@ "codegen": "pnpm dlx @rtk-query/codegen-openapi openapi-config.ts" }, "dependencies": { - "@procyon/api": "^1.0.31", - "@procyon/auth": "^1.0.31", - "@procyon/components": "^1.0.31", - "@procyon/constants": "^1.0.31", - "@procyon/forms": "^1.0.31", - "@procyon/localization": "^1.0.31", - "@procyon/styles": "^1.0.31", - "@procyon/types": "^1.0.31", - "@procyon/utils": "^1.0.31", + "@procyon/api": "1.1.11", + "@procyon/auth": "1.1.11", + "@procyon/components": "1.1.11", + "@procyon/constants": "1.1.11", + "@procyon/forms": "1.1.11", + "@procyon/localization": "1.1.11", + "@procyon/styles": "1.1.11", + "@procyon/types": "1.1.11", + "@procyon/utils": "1.1.11", "@reduxjs/toolkit": "1.9.7", - "clsx": "^2.0.0", + "clsx": "2.0.0", "date-fns": "2.30.0", "history": "5.3.0", "ramda": "0.29.1", @@ -56,8 +56,8 @@ "@typescript-eslint/parser": "6.11.0", "autoprefixer": "10.4.16", "case-sensitive-paths-webpack-plugin": "2.4.0", - "clean-webpack-plugin": "^4.0.0", - "copy-webpack-plugin": "^11.0.0", + "clean-webpack-plugin": "4.0.0", + "copy-webpack-plugin": "11.0.0", "css-loader": "6.8.1", "process": "0.11.10", "dotenv": "16.3.1", @@ -82,14 +82,14 @@ "ts-node": "10.9.1", "ts-jest": "29.1.1", "ts-loader": "9.5.1", - "ts-prune": "^0.10.3", + "ts-prune": "0.10.3", "tsconfig-paths": "4.2.0", "url-loader": "4.1.1", "webpack": "5.89.0", - "webpack-bundle-analyzer": "^4.5.0", + "webpack-bundle-analyzer": "4.5.0", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1", - "webpack-merge": "^5.8.0" + "webpack-merge": "5.8.0" }, "peerDependencies": {} } \ No newline at end of file