Skip to content

Commit 26f7ca7

Browse files
Update devDependencies
1 parent de21d1d commit 26f7ca7

5 files changed

Lines changed: 1907 additions & 441 deletions

File tree

docs-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"typedoc-plugin-markdown": "^4.10.0",
1515
"typedoc-plugin-markdown-pages": "^0.3.0",
1616
"typedoc-plugin-mdn-links": "^5.1.1",
17-
"typescript": "~5.9.3"
17+
"typescript": "~6.0.0"
1818
}
1919
}

docs-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,34 @@
4949
"@glint/ember-tsc": "^1.1.1",
5050
"@glint/template": "1.7.4",
5151
"@html-next/vertical-collection": "^5.0.2",
52-
"@rollup/plugin-babel": "^6.1.0",
52+
"@rollup/plugin-babel": "^7.0.0",
5353
"@tailwindcss/typography": "^0.5.19",
5454
"@tsconfig/ember": "^3.0.12",
5555
"@types/dompurify": "^3.2.0",
5656
"@types/qunit": "^2.19.13",
5757
"@types/rsvp": "^4.0.9",
5858
"autoprefixer": "^10.4.24",
59-
"concurrently": "^9.2.1",
60-
"cssnano": "^7.1.2",
59+
"concurrently": "^10.0.0",
60+
"cssnano": "^8.0.0",
6161
"decorator-transforms": "^2.3.1",
6262
"ember-auto-import": "^2.12.0",
63-
"ember-cli": "~6.11.0",
63+
"ember-cli": "~7.0.0",
6464
"ember-eslint": "^0.6.1",
6565
"ember-page-title": "^9.0.3",
6666
"ember-qunit": "^9.0.4",
6767
"ember-resize-observer-service": "^1.1.0",
6868
"ember-resolver": "^13.2.0",
69-
"ember-source": "~6.11.0",
69+
"ember-source": "~7.0.0",
7070
"ember-template-lint": "^7.9.3",
71-
"eslint": "^9.22.0",
71+
"eslint": "^10.0.0",
7272
"postcss": "^8.5.6",
7373
"postcss-import": "^16.1.1",
7474
"prettier": "^3.8.1",
7575
"prettier-plugin-ember-template-tag": "^2.1.3",
7676
"qunit": "^2.25.0",
7777
"qunit-dom": "^3.5.0",
78-
"tailwindcss": "^3.4.17",
79-
"typescript": "~5.9.3",
78+
"tailwindcss": "^4.0.0",
79+
"typescript": "~6.0.0",
8080
"vite": "7.3.1"
8181
},
8282
"ember": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@glint/ember-tsc": "^1.1.1",
25-
"concurrently": "^9.2.1",
25+
"concurrently": "^10.0.0",
2626
"prettier": "^3.8.1",
2727
"release-plan": "^0.17.4",
2828
"turbo": "^2.8.10"

0 commit comments

Comments
 (0)