Skip to content

Commit

Permalink
Update dependencies. Add a few L-systems to the built in collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 4, 2024
1 parent 724a3c8 commit 9b75260
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 101 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindsvg-pwa",
"private": true,
"version": "2.3.7",
"version": "2.4.0",
"type": "module",
"scripts": {
"lint": "eslint \"src/**/*.{mjs,vue}\"",
Expand All @@ -11,14 +11,14 @@
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"lindsvg": "^1.3.3",
"lindsvg": "^1.5.0",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"vue": "^3.4.1"
"vue": "^3.4.5"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.5.1",
"@vitejs/plugin-vue": "^5.0.1",
"@stylistic/eslint-plugin-js": "^1.5.3",
"@vitejs/plugin-vue": "^5.0.2",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"vite": "^5.0.10"
Expand Down
Loading

0 comments on commit 9b75260

Please sign in to comment.