Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 1, 2023
1 parent 2cbf787 commit 4d44ef6
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 441 deletions.
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"name": "Scripts for 3D model",
"path": "dist/model-*.js",
"gzip": false,
"limit": "465 KB"
"limit": "470 KB"
}
]
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,45 +19,45 @@
"test": "FORCE_COLOR=1 pnpm run /^test:/"
},
"dependencies": {
"@csstools/postcss-oklab-function": "^3.0.5",
"@csstools/postcss-oklab-function": "^3.0.7",
"@nanostores/persistent": "^0.9.1",
"autoprefixer": "^10.4.16",
"culori": "^3.2.0",
"delaunator": "^5.0.0",
"jstransformer-markdown-it": "^3.0.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.9.3",
"nanostores": "^0.9.4",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-media-minmax": "^5.0.0",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^12.0.1",
"postcss-opacity-percentage": "^2.0.0",
"three": "~0.156.1",
"vite": "^4.4.9",
"three": "~0.158.0",
"vite": "^4.5.0",
"vite-plugin-pug-transformer": "^1.0.4"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"@logux/stylelint-config": "^0.16.0",
"@size-limit/file": "^9.0.0",
"@types/culori": "^2.0.1",
"@types/delaunator": "^5.0.0",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"@size-limit/file": "^10.0.2",
"@types/culori": "^2.0.3",
"@types/delaunator": "^5.0.1",
"@types/three": "^0.158.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.9.0",
"size-limit": "^9.0.0",
"stylelint": "^15.10.3",
"size-limit": "^10.0.2",
"stylelint": "^15.11.0",
"svgo": "^3.0.2",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 4d44ef6

Please sign in to comment.