Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 5, 2024
1 parent 2c96f90 commit 59b936d
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 170 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"matchPackageNames": ["sharp"],
"enabled": false
},
{
"description": "Tests failing in Ava",
"matchPackageNames": ["jsdom"],
"enabled": false
},
{
"description": "Requires updates to tweakpane-plugin-thumbnail-list",
"matchPackageNames": ["tweakpane"],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.2.0",
"@tweakpane/core": "^2.0.3",
"@types/command-exists": "1.2.3",
"@types/d3-dsv": "^3.0.7",
Expand All @@ -44,12 +44,12 @@
"c8": "^9.0.0",
"d3-dsv": "^3.0.1",
"draco3dgltf": "1.5.7",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"gl-matrix": "^3.4.3",
"gltf-validator": "2.0.0-dev.3.9",
"jsdom": "^22.0.0",
"jsdom": "^24.0.0",
"keyframe-resample": "^0.1.0",
"lerna": "8.1.2",
"meshoptimizer": "0.20.0",
Expand All @@ -61,7 +61,7 @@
"simple-dropzone": "^0.8.3",
"three": "^0.164.1",
"tinybench": "^2.5.1",
"tsx": "^4.8.2",
"tsx": "^4.9.1",
"tweakpane": "^4.0.3",
"tweakpane-plugin-thumbnail-list": "^0.3.0",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ktx-parse": "^0.7.0",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.3.0",
"ndarray-pixels": "^3.0.4"
"ndarray-pixels": "^4.0.0"
},
"files": [
"dist/",
Expand Down
Loading

0 comments on commit 59b936d

Please sign in to comment.