diff --git a/.yarnrc.yml b/.yarnrc.yml index 0c5ea3447d30195a346bcdd951831c21a5b79c78..ddff7ef266871ed8270859ee4b6152f1b02db4a2 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -2,7 +2,7 @@ nodeLinker: node-modules npmScopes: d-ptb: - npmPublishRegistry: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/" - npmRegistryServer: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/packages/npm/" npmAlwaysAuth: true npmAuthToken: "${NPM_AUTH_TOKEN:-}" + npmPublishRegistry: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/" + npmRegistryServer: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/packages/npm/" diff --git a/package.json b/package.json index 226e1003cefd21c972954d9715330fe0f2128d01..44405b09f8d828147c095292600fc2ba2ef34942 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@types/node": "^18.16.18", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/parser": "^5.60.0", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", "@vitest/coverage-istanbul": "^0.32.2", "concurrently": "^8.2.0", "eslint": "^8.43.0", @@ -37,7 +37,7 @@ "lodash": "^4.17.21", "prettier": "^2.8.8", "ts-node": "^10.9.1", - "typescript": "^5.1.3", + "typescript": "^5.1.6", "unplugin-auto-import": "^0.16.4", "vite": "^4.3.9", "vitest": "^0.32.2", diff --git a/yarn.lock b/yarn.lock index 45dfc44bfa7cd1119f701207c1ee206de6119862..609f8b21ede6916bb77c3d88bfb1e1cf019314f5 100644 Binary files a/yarn.lock and b/yarn.lock differ