Skip to content

Commit 4a0d22c

Browse files
committed
Update dependencies
1 parent 0c6b747 commit 4a0d22c

File tree

4 files changed

+843
-736
lines changed

4 files changed

+843
-736
lines changed

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"name": "Scripts for 3D model",
2121
"path": "dist/model-*.js",
2222
"brotli": false,
23-
"limit": "495 KB"
23+
"limit": "500 KB"
2424
}
2525
]

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=20"
99
},
1010
"scripts": {
11-
"start": "vite",
11+
"start": "vite --host 0.0.0.0",
1212
"build": "vite build -m production",
1313
"clean": "rm -Rf ./dist/",
1414
"build:lch": "LCH=1 vite build -m production && ./lch.sh",
@@ -20,22 +20,22 @@
2020
"test": "FORCE_COLOR=1 pnpm run /^test:/"
2121
},
2222
"dependencies": {
23-
"@csstools/postcss-oklab-function": "^4.0.9",
23+
"@csstools/postcss-oklab-function": "^4.0.10",
2424
"@nanostores/persistent": "^1.0.0",
2525
"autoprefixer": "^10.4.21",
26-
"culori": "^4.0.1",
26+
"culori": "^4.0.2",
2727
"delaunator": "^5.0.1",
2828
"jstransformer-markdown-it": "^3.0.0",
2929
"nanodelay": "^2.0.2",
3030
"nanostores": "^1.0.1",
3131
"plausible-client": "^1.1.0",
32-
"postcss": "^8.5.3",
32+
"postcss": "^8.5.6",
3333
"postcss-media-minmax": "^5.0.0",
3434
"postcss-mixins": "^11.0.3",
35-
"postcss-nesting": "^13.0.1",
35+
"postcss-nesting": "^13.0.2",
3636
"postcss-opacity-percentage": "^3.0.0",
37-
"three": "~0.176.0",
38-
"vite": "^6.3.5",
37+
"three": "~0.177.0",
38+
"vite": "^7.0.0",
3939
"vite-plugin-pug-transformer": "^1.0.7"
4040
},
4141
"devDependencies": {
@@ -44,16 +44,16 @@
4444
"@size-limit/file": "^11.2.0",
4545
"@types/culori": "^4.0.0",
4646
"@types/delaunator": "^5.0.3",
47-
"@types/node": "^22.15.18",
48-
"@types/three": "^0.176.0",
47+
"@types/node": "^24.0.6",
48+
"@types/three": "^0.177.0",
4949
"better-node-test": "^0.7.1",
50-
"eslint": "^9.27.0",
51-
"happy-dom": "^17.4.7",
50+
"eslint": "^9.30.0",
51+
"happy-dom": "^18.0.1",
5252
"nano-staged": "^0.8.0",
5353
"simple-git-hooks": "^2.13.0",
5454
"size-limit": "^11.2.0",
55-
"stylelint": "^16.19.1",
56-
"svgo": "^3.3.2",
55+
"stylelint": "^16.21.0",
56+
"svgo": "^4.0.0",
5757
"typescript": "^5.8.3"
5858
},
5959
"pnpm": {

0 commit comments

Comments
 (0)