From f3c5df8b57e135c0e367c40cec19f8fea102bc28 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Fri, 11 Oct 2024 11:43:53 +0900 Subject: [PATCH] fix: update token variable and reorder dependencies Changed NPM_TOKEN to NODE_AUTH_TOKEN and reordered devDependencies. --- .npmrc | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.npmrc b/.npmrc index ae64359..f3b1a9f 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} +//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN} diff --git a/package.json b/package.json index f39d9da..49fbbf5 100644 --- a/package.json +++ b/package.json @@ -70,13 +70,6 @@ "yaml": "2.4.5" }, "devDependencies": { - "@swc/core": "1.6.5", - "@swc/jest": "0.2.36", - "tsup": "8.1.0", - "@jest/globals": "29.7.0", - "@types/jest": "29.5.12", - "jest": "29.7.0", - "jest-junit": "16.0.0", "@cloudflare/workers-types": "4.20240117.0", "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", @@ -84,8 +77,12 @@ "@cspell/dict-software-terms": "3.4.6", "@cspell/dict-typescript": "3.1.5", "@eslint/js": "9.7.0", + "@jest/globals": "29.7.0", "@mswjs/data": "0.16.1", "@mswjs/http-middleware": "0.10.1", + "@swc/core": "1.6.5", + "@swc/jest": "0.2.36", + "@types/jest": "29.5.12", "@types/node": "20.14.10", "cspell": "8.9.0", "esbuild": "0.23.0", @@ -95,12 +92,15 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-sonarjs": "1.0.3", "husky": "9.1.6", + "jest": "29.7.0", + "jest-junit": "16.0.0", "knip": "5.26.0", "lint-staged": "15.2.7", "npm-run-all": "4.1.5", "prettier": "3.3.3", "toml": "3.0.0", "tomlify-j0.4": "3.0.0", + "tsup": "8.1.0", "tsx": "4.16.2", "typescript": "5.6.2", "typescript-eslint": "7.16.0",