Skip to content

Commit

Permalink
Merge pull request #30 from schm00g/3-lighthouse-remove-vite-glsl
Browse files Browse the repository at this point in the history
remove unused dep
  • Loading branch information
schm00g authored Dec 2, 2023
2 parents c76e511 + be463ae commit 643c69a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
19 changes: 1 addition & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"vite-plugin-glsl": "^1.1.2"
"prettier-plugin-tailwindcss": "^0.2.8"
}
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
deepmerge "^4.2.2"
escalade "^3.1.1"

"@rollup/pluginutils@^5.0.0", "@rollup/pluginutils@^5.0.2":
"@rollup/pluginutils@^5.0.0":
version "5.0.2"
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz"
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
Expand Down Expand Up @@ -5762,13 +5762,6 @@ vfile@^5.0.0, vfile@^5.3.2:
unist-util-stringify-position "^3.0.0"
vfile-message "^3.0.0"

vite-plugin-glsl@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/vite-plugin-glsl/-/vite-plugin-glsl-1.1.2.tgz"
integrity sha512-zmXsfc1vn2MlYve9t3FAoWuhLyoCkNS1TuQL+TkXZL7tGmBjRErp10eNYxcse5tK9oUC5MyJpNc4ElpQnx8DoA==
dependencies:
"@rollup/pluginutils" "^5.0.2"

"vite@^3.0.0 || ^4.0.0", vite@^4.3.1:
version "4.3.5"
resolved "https://registry.npmjs.org/vite/-/vite-4.3.5.tgz"
Expand Down

0 comments on commit 643c69a

Please sign in to comment.