|
27 | 27 | "lint:changes": "pnpm run lint -- --since HEAD^", |
28 | 28 | "lint:fix": "pnpm -r --stream lint:fix", |
29 | 29 | "lint:commits": "commitlint --from=HEAD^1", |
30 | | - "bootstrap": "node scripts/bootstrap.js", |
| 30 | + "bootstrap": "node scripts/bootstrap.mjs", |
31 | 31 | "build": "pnpm -r --stream build", |
32 | 32 | "build:watch": "pnpm -r --stream build:watch", |
33 | 33 | "build:docs": "pnpm --filter docs-app bundle", |
34 | 34 | "build:themes": "ui-scripts build-themes", |
35 | 35 | "build:tokens": "ui-scripts generate-all-tokens", |
36 | 36 | "build:types": "tsc -b tsconfig.references.json", |
37 | 37 | "build:ts": "pnpm --filter @instructure/ui-icons prepare-build && pnpm run build:types", |
38 | | - "clean": "node scripts/clean.js", |
39 | | - "clean-node": "node scripts/clean.js --nuke_node", |
| 38 | + "clean": "node scripts/clean.mjs", |
| 39 | + "clean-node": "node scripts/clean.mjs --nuke_node", |
40 | 40 | "export:icons": "pnpm --filter @instructure/ui-icons export", |
41 | 41 | "create-component-version": "ui-scripts create-component-version", |
42 | 42 | "bump": "ui-scripts bump", |
|
47 | 47 | "release": "ui-scripts publish", |
48 | 48 | "publish-private": "ui-scripts publish-private", |
49 | 49 | "commit": "cz", |
50 | | - "husky:pre-commit": "lint-staged && node scripts/checkTSReferences.js", |
| 50 | + "husky:pre-commit": "lint-staged && node scripts/checkTSReferences.mjs", |
51 | 51 | "postinstall": "husky", |
52 | 52 | "ts:check": "pnpm -r --stream ts:check" |
53 | 53 | }, |
|
63 | 63 | "@emotion/react": "^11.14.0", |
64 | 64 | "@eslint/js": "^9.39.4", |
65 | 65 | "@instructure/browserslist-config-instui": "workspace:*", |
66 | | - "@instructure/pkg-utils": "workspace:*", |
67 | 66 | "@instructure/ui-babel-preset": "workspace:*", |
68 | 67 | "@instructure/ui-scripts": "workspace:*", |
69 | 68 | "@testing-library/dom": "^10.4.1", |
|
74 | 73 | "@types/node": "^24", |
75 | 74 | "@types/react": "18.3.26", |
76 | 75 | "@types/react-dom": "18.3.1", |
77 | | - "@vitejs/plugin-react": "^6.0.3", |
| 76 | + "@vitejs/plugin-react": "^5.2.0", |
78 | 77 | "@vitest/eslint-plugin": "^1.6.20", |
79 | 78 | "babel-plugin-add-import-extension": "^1.6.0", |
80 | 79 | "chai": "^4.4.1", |
81 | | - "chalk": "^4.1.2", |
| 80 | + "chalk": "^5.6.2", |
82 | 81 | "commitizen": "^4.3.2", |
83 | 82 | "concurrently": "^9.2.3", |
84 | 83 | "cross-spawn": "^7.0.6", |
|
94 | 93 | "eslint-plugin-jsx-a11y": "^6.10.2", |
95 | 94 | "eslint-plugin-notice": "^1.0.0", |
96 | 95 | "eslint-plugin-react": "^7.37.5", |
| 96 | + "read-package-up": "^12.0.0", |
97 | 97 | "globals": "^17.7.0", |
98 | 98 | "husky": "^9.1.7", |
99 | 99 | "jsdom": "^29.1.1", |
|
108 | 108 | "//dependency-comments": { |
109 | 109 | "scripts": "The '--' at the end of commands is needed so user parameters are passed forward", |
110 | 110 | "danger": "^11.3.1 -- add this back if we use it in pr-validation.yml", |
111 | | - "chalk": "Chalk 5 is ESM. (used here by the scripts/ folder)", |
112 | 111 | "tar": "Lerna 8 needs tar for this fixed(?) bug: https://github.com/lerna/lerna/issues/4005", |
113 | 112 | "eslint-import-resolver-typescript": "^3.6.1 not supported by ESLint 9", |
114 | 113 | "eslint-plugin-import-x": "^3.1.0 not supported by ESLint 9", |
|
0 commit comments