Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 9, 2024
1 parent 9f73fb0 commit c5eadde
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 688 deletions.
3 changes: 1 addition & 2 deletions lib/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
PlaneGeometry,
type Renderer,
Scene,
type Shader,
Vector2,
Vector3,
WebGLRenderer
Expand Down Expand Up @@ -87,7 +86,7 @@ function generateMesh(scene: Scene, mode: RgbMode): UpdateSlice {
let l = new Vector2(0, 1)
let c = new Vector2(0, 1)
let h = new Vector2(0, 1)
material.onBeforeCompile = (shader: Shader) => {
material.onBeforeCompile = shader => {
shader.uniforms.sliceL = { value: l }
shader.uniforms.sliceC = { value: c }
shader.uniforms.sliceH = { value: h }
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "FORCE_COLOR=1 pnpm run /^test:/"
},
"dependencies": {
"@csstools/postcss-oklab-function": "^3.0.7",
"@csstools/postcss-oklab-function": "^3.0.9",
"@nanostores/persistent": "^0.9.1",
"autoprefixer": "^10.4.16",
"culori": "^3.3.0",
Expand All @@ -28,38 +28,38 @@
"nanodelay": "^2.0.2",
"nanostores": "^0.9.5",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.31",
"postcss": "^8.4.33",
"postcss-media-minmax": "^5.0.0",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^12.0.1",
"postcss-nesting": "^12.0.2",
"postcss-opacity-percentage": "^2.0.0",
"three": "~0.158.0",
"vite": "^5.0.2",
"three": "~0.160.0",
"vite": "^5.0.11",
"vite-plugin-pug-transformer": "^1.0.5"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.2",
"@logux/stylelint-config": "^0.16.0",
"@size-limit/file": "^11.0.0",
"@logux/stylelint-config": "^0.18.0",
"@size-limit/file": "^11.0.1",
"@types/culori": "^2.0.4",
"@types/delaunator": "^5.0.2",
"@types/three": "^0.158.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.4.0",
"eslint-plugin-perfectionist": "^2.5.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": "^11.0.0",
"stylelint": "^15.11.0",
"svgo": "^3.0.4",
"typescript": "^5.3.2"
"size-limit": "^11.0.1",
"stylelint": "^16.1.0",
"svgo": "^3.2.0",
"typescript": "^5.3.3"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit c5eadde

Please sign in to comment.