|
1 | 1 | { |
2 | 2 | "name": "shepherd-monorepo", |
3 | 3 | "private": "true", |
4 | | - "version": "12.0.0-alpha.13", |
5 | 4 | "description": "The monorepo for Shepherd", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
8 | | - "url": "git+https://github.com/shepherd-pro/shepherd.git" |
| 7 | + "url": "git+https://github.com/shipshapecode/shepherd.git" |
9 | 8 | }, |
10 | 9 | "license": "AGPL-3.0", |
11 | 10 | "authors": [ |
|
21 | 20 | "lint": "pnpm -F '*' lint", |
22 | 21 | "lint:fix": "pnpm -F '*' lint:fix", |
23 | 22 | "lint:js": "pnpm -F '*' lint:js", |
| 23 | + "lint:prettier": "pnpm -F '*' lint:prettier", |
| 24 | + "lint:prettier:fix": "pnpm -F '*' lint:prettier:fix", |
24 | 25 | "start": "pnpm watch", |
25 | 26 | "test:ci": "pnpm build && pnpm -F '*' test:ci", |
26 | 27 | "test:cy:watch": "pnpm -F cypress-tests test:watch", |
|
30 | 31 | "watch": "pnpm -F shepherd.js watch" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | | - "@babel/core": "^7.26.0", |
34 | | - "@babel/preset-env": "^7.25.8", |
| 34 | + "@babel/core": "^7.28.4", |
| 35 | + "@babel/preset-env": "^7.28.3", |
35 | 36 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
36 | 37 | "@typescript-eslint/parser": "^7.18.0", |
37 | 38 | "autoprefixer": "^10.4.21", |
38 | | - "concurrently": "^9.0.1", |
| 39 | + "concurrently": "^9.2.1", |
39 | 40 | "del": "^7.1.0", |
40 | | - "eslint": "^8.57.0", |
41 | | - "eslint-plugin-jest": "^28.11.0", |
| 41 | + "eslint": "^8.57.1", |
42 | 42 | "eslint-plugin-svelte": "^2.46.1", |
43 | 43 | "postcss": "^8.5.6", |
44 | 44 | "prettier": "3.3.3", |
45 | 45 | "prettier-plugin-astro": "^0.14.1", |
46 | | - "prettier-plugin-svelte": "^3.3.3", |
47 | | - "release-plan": "^0.17.0", |
| 46 | + "prettier-plugin-svelte": "^3.4.0", |
| 47 | + "release-plan": "^0.17.2", |
48 | 48 | "replace": "^1.2.2", |
49 | 49 | "shepherd.js": "workspace:*", |
50 | | - "svelte": "^4.2.19", |
51 | | - "typescript": "^5.7.3" |
| 50 | + "svelte": "^5.39.7", |
| 51 | + "typescript": "^5.9.3" |
52 | 52 | }, |
53 | | - "packageManager": "pnpm@9.15.4", |
| 53 | + "packageManager": "pnpm@10.17.1", |
54 | 54 | "engines": { |
55 | 55 | "node": "18.* || >= 20" |
56 | 56 | } |
|
0 commit comments