Skip to content

Commit 8512047

Browse files
committed
fix: remove unused tsx, update deps
1 parent cc45bb3 commit 8512047

File tree

9 files changed

+352
-274
lines changed

9 files changed

+352
-274
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/node": "^20.14.8",
6161
"@typescript-eslint/eslint-plugin": "^7.7.0",
6262
"@typescript-eslint/parser": "^7.7.0",
63-
"c8": "^9.1.0",
63+
"c8": "10.1.2",
6464
"concurrently": "^8.2.2",
6565
"eslint": "^8.57.0",
6666
"eslint-config-airbnb-base": "^15.0.0",
@@ -74,16 +74,16 @@
7474
"eslint-plugin-prettier": "^5.1.3",
7575
"eslint-plugin-regex": "^1.10.0",
7676
"eslint-plugin-simple-import-sort": "^12.1.0",
77-
"eslint-plugin-tsdoc": "^0.2.17",
77+
"eslint-plugin-tsdoc": "^0.3.0",
7878
"husky": "^9.0.11",
7979
"knip": "^5.27.0",
8080
"prettier": "^3.2.5",
8181
"sort-package-json": "^2.10.0",
8282
"syncpack": "^12.4.0",
8383
"tsx": "^4.7.2",
84-
"turbo": "^1.13.2",
85-
"typedoc": "^0.25.13",
86-
"typedoc-plugin-markdown": "^3.17.1",
84+
"turbo": "^2.0.11",
85+
"typedoc": "^0.26.5",
86+
"typedoc-plugin-markdown": "^4.2.3",
8787
"typescript": "5.5.4"
8888
},
8989
"packageManager": "[email protected]",

packages/addons/markdown-preset-marked/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"dependencies": {
4242
"@gracile/markdown": "workspace:^",
4343
"github-slugger": "^2.0.0",
44-
"marked": "^12.0.2",
45-
"marked-gfm-heading-id": "^3.1.3",
44+
"marked": "^13.0.3",
45+
"marked-gfm-heading-id": "^4.0.0",
4646
"ultramatter": "^0.0.4"
4747
},
4848
"devDependencies": {

packages/addons/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@gracile/internal-utils": "workspace:^",
4343
"picocolors": "^1.0.0",
44-
"sitemap": "^7.1.1"
44+
"sitemap": "8.0.0"
4545
},
4646
"devDependencies": {
4747
"@gracile/internal-tsconfigs": "workspace:^",

packages/create-gracile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@commander-js/extra-typings": "^12.0.1",
5050
"@gracile/internal-utils": "workspace:^",
5151
"commander": "^12.0.0",
52-
"conf": "^12.0.0",
52+
"conf": "^13.0.1",
5353
"esm-env": "^1.0.0",
5454
"fast-glob": "^3.3.2",
5555
"latest-version": "^9.0.0",

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@gracile/internal-tsconfigs": "workspace:^",
6565
"@types/express": "^4.x.x",
6666
"@types/node": "^20.14.8",
67-
"c8": "^9.1.0",
67+
"c8": "^10.1.2",
6868
"sinon": "^18.0.0",
6969
"tsx": "^4.7.2",
7070
"typescript": "5.5.4"

packages/gracile/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@gracile/internal-utils": "workspace:^",
5959
"@gracile/server": "workspace:^",
6060
"@lit-labs/ssr": "^3.2.2",
61-
"tsx": "^4.7.2",
6261
"urlpattern-polyfill": "^10.0.0"
6362
},
6463
"devDependencies": {

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@gracile/client": "workspace:^",
4949
"@gracile/internal-tsconfigs": "workspace:^",
5050
"@types/node": "^20.14.8",
51-
"c8": "^9.1.0",
51+
"c8": "^10.1.2",
5252
"tsx": "^4.7.2",
5353
"typescript": "5.5.4",
5454
"vite": "^5.3.5"

0 commit comments

Comments
 (0)