|
3 | 3 | "type": "module", |
4 | 4 | "version": "1.8.5", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@9.14.2", |
| 6 | + "packageManager": "pnpm@9.15.4", |
7 | 7 | "license": "Apache-2.0", |
8 | 8 | "engines": { |
9 | 9 | "node": ">=v20.17.0" |
|
33 | 33 | "ws": "./scripts/workspace.sh $@" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@commitlint/cli": "^19.4.1", |
37 | | - "@commitlint/config-conventional": "^19.4.1", |
38 | | - "@commitlint/types": "^19.0.3", |
| 36 | + "@commitlint/cli": "^19.6.1", |
| 37 | + "@commitlint/config-conventional": "^19.6.0", |
| 38 | + "@commitlint/types": "^19.5.0", |
39 | 39 | "@douglasneuroinformatics/eslint-config": "catalog:", |
40 | 40 | "@douglasneuroinformatics/prettier-config": "catalog:", |
41 | 41 | "@douglasneuroinformatics/tsconfig": "catalog:", |
42 | | - "@storybook/addon-essentials": "^8.2.9", |
43 | | - "@storybook/addon-interactions": "^8.2.9", |
44 | | - "@storybook/addon-links": "^8.2.9", |
45 | | - "@storybook/addon-themes": "^8.2.9", |
46 | | - "@storybook/blocks": "^8.2.9", |
47 | | - "@storybook/icons": "^1.2.10", |
48 | | - "@storybook/react": "^8.2.9", |
49 | | - "@storybook/react-vite": "^8.2.9", |
| 42 | + "@storybook/addon-essentials": "^8.5.0", |
| 43 | + "@storybook/addon-interactions": "^8.5.0", |
| 44 | + "@storybook/addon-links": "^8.5.0", |
| 45 | + "@storybook/addon-themes": "^8.5.0", |
| 46 | + "@storybook/blocks": "^8.5.0", |
| 47 | + "@storybook/icons": "^1.3.0", |
| 48 | + "@storybook/react": "^8.5.0", |
| 49 | + "@storybook/react-vite": "^8.5.0", |
50 | 50 | "@swc-node/register": "^1.10.9", |
51 | | - "@swc/cli": "^0.4.0", |
52 | | - "@swc/core": "^1.7.24", |
53 | | - "@swc/helpers": "^0.5.13", |
| 51 | + "@swc/cli": "^0.6.0", |
| 52 | + "@swc/core": "^1.10.9", |
| 53 | + "@swc/helpers": "^0.5.15", |
54 | 54 | "@types/github-script": "https://github.com/actions/github-script/archive/refs/tags/v7.0.1.tar.gz", |
55 | 55 | "@types/js-yaml": "^4.0.9", |
56 | 56 | "@types/node": "^20.14.2", |
57 | 57 | "@vitest/browser": "^2.0.5", |
58 | 58 | "@vitest/coverage-v8": "^2.0.5", |
59 | | - "dotenv": "^16.4.5", |
| 59 | + "dotenv": "^16.4.7", |
60 | 60 | "env-cmd": "^10.1.0", |
61 | | - "eslint": "^9.10.0", |
| 61 | + "eslint": "^9.18.0", |
62 | 62 | "expect-type": "^0.20.0", |
63 | | - "husky": "^9.1.5", |
| 63 | + "husky": "^9.1.7", |
64 | 64 | "js-yaml": "^4.1.0", |
65 | | - "prettier": "^3.3.3", |
| 65 | + "prettier": "^3.4.2", |
66 | 66 | "prettier-plugin-astro": "^0.14.1", |
67 | | - "prettier-plugin-tailwindcss": "^0.6.6", |
68 | | - "start-server-and-test": "^2.0.8", |
69 | | - "storybook": "^8.2.9", |
| 67 | + "prettier-plugin-tailwindcss": "^0.6.10", |
| 68 | + "start-server-and-test": "^2.0.10", |
| 69 | + "storybook": "^8.5.0", |
70 | 70 | "tsx": "catalog:", |
71 | | - "turbo": "^2.1.1", |
72 | | - "typescript": "~5.5.4", |
| 71 | + "turbo": "^2.3.3", |
| 72 | + "typescript": "5.6.x", |
73 | 73 | "unplugin-swc": "^1.5.1", |
74 | 74 | "vitest": "^2.1.1" |
75 | 75 | }, |
|
0 commit comments