Skip to content

Commit a695d0b

Browse files
committed
basic package upgrades
1 parent 8817a88 commit a695d0b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-react-refresh": "^0.4.19",
6868
"express": "^5.1.0",
6969
"globals": "^16.0.0",
70-
"globby": "^14.0.0",
70+
"globby": "^15.0.0",
7171
"glsl-strip-comments": "^1.0.0",
7272
"gulp": "^5.0.0",
7373
"gulp-clean-css": "^4.3.0",
@@ -101,7 +101,7 @@
101101
"prismjs": "^1.28.0",
102102
"rimraf": "^6.0.1",
103103
"tsd-jsdoc": "^2.5.0",
104-
"typescript": "~5.8.3",
104+
"typescript": "^5.9.3",
105105
"typescript-eslint": "^8.30.1",
106106
"yargs": "^18.0.0"
107107
},

packages/sandcastle/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@
3737
"@types/prettier": "^2.7.3",
3838
"@types/react": "^19.0.10",
3939
"@types/react-dom": "^19.0.4",
40-
"@vitejs/plugin-react": "^4.3.4",
41-
"globals": "^15.15.0",
42-
"globby": "^14.1.0",
43-
"jsdom": "^26.1.0",
40+
"@vitejs/plugin-react": "^5.0.4",
41+
"globby": "^15.0.0",
42+
"jsdom": "^27.0.0",
4443
"pagefind": "^1.3.0",
4544
"rimraf": "^6.0.1",
4645
"slugify": "^1.6.6",
47-
"typescript": "~5.8.3",
46+
"typescript": "^5.9.3",
4847
"vite": "^6.2.0",
49-
"vite-plugin-static-copy": "^2.3.1",
48+
"vite-plugin-static-copy": "^3.1.3",
5049
"yaml": "^2.8.0"
5150
},
5251
"overrides": {

0 commit comments

Comments
 (0)