Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shader-park/shader-park-website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 90b6de7b5a19c3de75932a62a651a13166b08e29
Choose a base ref
..
head repository: shader-park/shader-park-website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a535b0a56dd1fb73c011b75ed927740ec46636f6
Choose a head ref
Showing with 8 additions and 8 deletions.
  1. +1 −1 package.json
  2. +7 −7 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"intersection-observer": "^0.7.0",
"lodash.throttle": "^4.1.1",
"register-service-worker": "^1.6.2",
"shader-park-core": "^0.1.22",
"shader-park-core": "^0.1.27",
"three": "^0.138.3",
"v-lazy-image": "^1.3.2",
"vue": "^2.6.11",
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1632,9 +1632,9 @@
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "17.0.38"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
version "18.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
@@ -5900,10 +5900,10 @@ setprototypeof@1.2.0:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

shader-park-core@^0.1.22:
version "0.1.26"
resolved "https://registry.yarnpkg.com/shader-park-core/-/shader-park-core-0.1.26.tgz#b8e89efc8aa675cd717ae97367fc3e9194721318"
integrity sha512-K9GRM6JDVl/uEW31gUMJOntbB6mO9sn8ACOXrDZjKdFvW7PE+25oC4Y06+r7vDFTqPdyHXirX9k+9Oq5ZqDelw==
shader-park-core@^0.1.27:
version "0.1.27"
resolved "https://registry.yarnpkg.com/shader-park-core/-/shader-park-core-0.1.27.tgz#0920140dfa4f5a9e6415a7647b3a008b4b9922dd"
integrity sha512-PoHK1CjhlfKH4FL88ziFJQnHBjhHk2K133+7fnzzNg817uo8VpeqcJswZUULRPXLEtB/UGfMvYyOnglfimRQYw==
dependencies:
"@shaderfrog/glsl-parser" "^0.2.1"
escodegen "^1.11.1"