|
17 | 17 | "license": "MPL-2.0",
|
18 | 18 | "author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
|
19 | 19 | "scripts": {
|
20 |
| - "build": "concurrently 'npm:build:*'", |
21 |
| - "build:js": "rollup --config", |
22 |
| - "build:types": "glint --declaration", |
23 |
| - "prepublishOnly": "yarn build && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)", |
24 |
| - "start": "concurrently 'yarn:start:*'", |
25 |
| - "start:js": "rollup --config --watch --environment development", |
26 |
| - "start:types": "glint --declaration --watch", |
27 |
| - "lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"", |
28 |
| - "lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"", |
| 20 | + "build": "rollup --config", |
| 21 | + "prepublishOnly": "pnpm build && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)", |
| 22 | + "start": "rollup --config --watch --environment development", |
| 23 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
| 24 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
29 | 25 | "lint:css": "stylelint \"src/styles/**/*.scss\"",
|
30 |
| - "lint:css:fix": "concurrently \"yarn:lint:css --fix\"", |
| 26 | + "lint:css:fix": "concurrently \"pnpm:lint:css --fix\"", |
31 | 27 | "lint:types": "glint",
|
32 | 28 | "lint:hbs": "ember-template-lint .",
|
33 | 29 | "lint:hbs:fix": "ember-template-lint . --fix",
|
|
49 | 45 | "@ember/test-waiters": "^3.1.0",
|
50 | 46 | "@embroider/addon-shim": "^1.9.0",
|
51 | 47 | "@floating-ui/dom": "^1.6.12",
|
52 |
| - "@hashicorp/design-system-tokens": "^2.3.0", |
53 |
| - "@hashicorp/flight-icons": "^3.9.0", |
| 48 | + "@glimmer/component": "^1.1.2", |
| 49 | + "@glimmer/tracking": "^1.1.2", |
| 50 | + "@hashicorp/design-system-tokens": "workspace:*", |
| 51 | + "@hashicorp/flight-icons": "workspace:*", |
| 52 | + "@lezer/highlight": "^1.2.1", |
54 | 53 | "clipboard-polyfill": "^4.1.1",
|
55 | 54 | "codemirror-lang-hcl": "^0.0.0-beta.2",
|
56 |
| - "decorator-transforms": "^1.2.1", |
| 55 | + "decorator-transforms": "^2.3.0", |
57 | 56 | "ember-a11y-refocus": "^4.1.4",
|
58 |
| - "ember-cli-sass": "^11.0.1", |
59 | 57 | "ember-composable-helpers": "^5.0.0",
|
60 | 58 | "ember-concurrency": "^4.0.2",
|
61 | 59 | "ember-element-helper": "^0.8.6",
|
|
68 | 66 | "ember-truth-helpers": "^4.0.3",
|
69 | 67 | "luxon": "^2.3.2 || ^3.4.2",
|
70 | 68 | "prismjs": "^1.29.0",
|
71 |
| - "sass": "^1.83.0", |
72 | 69 | "tabbable": "^6.2.0",
|
73 | 70 | "tippy.js": "^6.3.7"
|
74 | 71 | },
|
75 | 72 | "devDependencies": {
|
76 | 73 | "@babel/core": "^7.26.0",
|
77 |
| - "@babel/plugin-proposal-decorators": "^7.25.9", |
78 |
| - "@babel/plugin-transform-class-properties": "^7.25.9", |
79 |
| - "@babel/plugin-transform-private-methods": "^7.25.9", |
80 | 74 | "@babel/plugin-transform-typescript": "^7.26.3",
|
81 | 75 | "@babel/runtime": "^7.26.0",
|
82 | 76 | "@ember/test-helpers": "^4.0.4",
|
83 |
| - "@embroider/addon-dev": "^4.3.1", |
84 |
| - "@glimmer/component": "^1.1.2", |
85 |
| - "@glimmer/tracking": "^1.1.2", |
86 |
| - "@glint/core": "^1.5.0", |
87 |
| - "@glint/environment-ember-loose": "^1.4.0", |
88 |
| - "@glint/template": "^1.5.0", |
| 77 | + "@embroider/addon-dev": "^7.1.1", |
| 78 | + "@glint/core": "^1.5.1", |
| 79 | + "@glint/environment-ember-loose": "^1.5.1", |
| 80 | + "@glint/environment-ember-template-imports": "^1.5.1", |
| 81 | + "@glint/template": "^1.5.1", |
89 | 82 | "@rollup/plugin-babel": "^6.0.4",
|
90 | 83 | "@tsconfig/ember": "^3.0.8",
|
91 | 84 | "@types/ember-qunit": "^6.1.3",
|
|
100 | 93 | "babel-plugin-ember-template-compilation": "^2.3.0",
|
101 | 94 | "concurrently": "^9.1.0",
|
102 | 95 | "ember-basic-dropdown": "^8.4.0",
|
| 96 | + "ember-source": "^5.12.0", |
103 | 97 | "ember-template-lint": "^6.0.0",
|
104 | 98 | "ember-template-lint-plugin-prettier": "^5.0.0",
|
105 | 99 | "eslint": "^8.57.1",
|
|
114 | 108 | "rollup": "^4.28.1",
|
115 | 109 | "rollup-plugin-copy": "^3.5.0",
|
116 | 110 | "rollup-plugin-scss": "^4.0.1",
|
117 |
| - "rollup-plugin-ts": "^3.4.5", |
| 111 | + "sass": "^1.83.0", |
118 | 112 | "stylelint": "^16.12.0",
|
119 | 113 | "stylelint-config-rational-order": "^0.1.2",
|
120 | 114 | "stylelint-config-standard-scss": "^14.0.0",
|
|
0 commit comments