|
22 | 22 | }, |
23 | 23 | "repository": { |
24 | 24 | "type": "git", |
25 | | - "url": "https://github.com/aklinker1/publish-browser-extension" |
| 25 | + "url": "git+https://github.com/aklinker1/publish-browser-extension.git" |
26 | 26 | }, |
27 | 27 | "homepage": "https://github.com/aklinker1/publish-browser-extension#readme", |
28 | 28 | "files": [ |
|
72 | 72 | "dependencies": { |
73 | 73 | "cac": "^6.7.14", |
74 | 74 | "cli-highlight": "^2.1.11", |
75 | | - "consola": "^3.2.3", |
76 | | - "dotenv": "^16.3.1", |
| 75 | + "consola": "^3.4.2", |
| 76 | + "dotenv": "^16.6.1", |
77 | 77 | "extract-zip": "^2.0.1", |
78 | 78 | "formdata-node": "^6.0.3", |
79 | | - "listr2": "^8.0.1", |
| 79 | + "listr2": "^8.3.3", |
80 | 80 | "lodash.camelcase": "^4.3.0", |
81 | 81 | "lodash.kebabcase": "^4.1.1", |
82 | 82 | "lodash.snakecase": "^4.1.1", |
83 | | - "ofetch": "^1.3.3", |
84 | | - "open": "^9.1.0", |
| 83 | + "ofetch": "^1.4.1", |
| 84 | + "open": "^10.2.0", |
85 | 85 | "ora": "^6.3.1", |
86 | 86 | "prompts": "^2.4.2", |
87 | | - "zod": "^3.22.4" |
| 87 | + "zod": "^3.25.76" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@aklinker1/check": "^1.3.1", |
91 | | - "@types/jsonwebtoken": "^8.5.8", |
92 | | - "@types/lodash.camelcase": "^4.3.7", |
93 | | - "@types/lodash.kebabcase": "^4.1.7", |
94 | | - "@types/lodash.snakecase": "^4.1.7", |
95 | | - "@types/node": "^18", |
96 | | - "@types/node-fetch": "^2", |
97 | | - "@types/prompts": "^2.4.4", |
98 | | - "@vitest/coverage-v8": "^1.2.0", |
99 | | - "archiver": "^5.3.1", |
| 90 | + "@aklinker1/check": "^1.4.5", |
| 91 | + "@types/jsonwebtoken": "^8.5.9", |
| 92 | + "@types/lodash.camelcase": "^4.3.9", |
| 93 | + "@types/lodash.kebabcase": "^4.1.9", |
| 94 | + "@types/lodash.snakecase": "^4.1.9", |
| 95 | + "@types/node": "^18.19.123", |
| 96 | + "@types/node-fetch": "^2.6.13", |
| 97 | + "@types/prompts": "^2.4.9", |
| 98 | + "@vitest/coverage-v8": "^1.6.1", |
| 99 | + "archiver": "^5.3.2", |
100 | 100 | "jsonwebtoken": "^8.5.1", |
101 | | - "lint-staged": "^15.2.0", |
| 101 | + "lint-staged": "^15.5.2", |
102 | 102 | "npm-run-all": "^4.1.5", |
103 | | - "prettier": "^3.2.2", |
104 | | - "publint": "^0.2.7", |
105 | | - "rimraf": "^4.4.0", |
| 103 | + "prettier": "^3.6.2", |
| 104 | + "publint": "^0.2.12", |
| 105 | + "rimraf": "^4.4.1", |
106 | 106 | "run-all": "^1.0.1", |
107 | | - "simple-git-hooks": "^2.9.0", |
108 | | - "tsup": "^8.0.1", |
109 | | - "tsx": "^3.12.5", |
110 | | - "typescript": "^5.3.3", |
111 | | - "vitest": "^1.2.0" |
| 107 | + "simple-git-hooks": "^2.13.1", |
| 108 | + "tsup": "^8.5.0", |
| 109 | + "tsx": "^3.14.0", |
| 110 | + "typescript": "^5.9.2", |
| 111 | + "vitest": "^1.6.1" |
112 | 112 | }, |
113 | 113 | "pnpm": { |
114 | 114 | "peerDependencyRules": { |
|
132 | 132 | |
133 | 133 | ] |
134 | 134 | }, |
135 | | - "packageManager": "pnpm@9.7.1" |
| 135 | + "packageManager": "pnpm@9.15.9" |
136 | 136 | } |
0 commit comments