Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 27, 2023
1 parent df51cd2 commit 882cd1d
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-cherries-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@grogarden/gro': minor
---

upgrade deps
150 changes: 75 additions & 75 deletions package-lock.json

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

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"node": ">=20.7"
},
"scripts": {
"start": "gro",
"test": "gro test",
"build": "rm -rf .gro dist && svelte-package && chmod +x ./dist/gro.js && npm link -f"
"build": "rm -rf .gro dist && svelte-package && chmod +x ./dist/gro.js && npm link -f",
"publish": "gro publish",
"start": "gro dev",
"test": "gro test"
},
"keywords": [
"web",
Expand Down Expand Up @@ -65,16 +66,16 @@
"@changesets/changelog-git": "^0.1.14",
"@changesets/types": "^5.2.1",
"@feltjs/eslint-config": "^0.4.0",
"@fuz.dev/fuz": "^0.67.0",
"@fuz.dev/fuz": "^0.69.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/package": "^2.2.2",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"esbuild": "^0.18.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-plugin-svelte": "^2.33.2",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
Expand Down
19 changes: 10 additions & 9 deletions src/static/.well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"node": ">=20.7"
},
"scripts": {
"start": "gro",
"test": "gro test",
"build": "rm -rf .gro dist && svelte-package && chmod +x ./dist/gro.js && npm link -f"
"build": "rm -rf .gro dist && svelte-package && chmod +x ./dist/gro.js && npm link -f",
"publish": "gro publish",
"start": "gro dev",
"test": "gro test"
},
"keywords": [
"web",
Expand Down Expand Up @@ -65,16 +66,16 @@
"@changesets/changelog-git": "^0.1.14",
"@changesets/types": "^5.2.1",
"@feltjs/eslint-config": "^0.4.0",
"@fuz.dev/fuz": "^0.67.0",
"@fuz.dev/fuz": "^0.69.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/package": "^2.2.2",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"esbuild": "^0.18.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-plugin-svelte": "^2.33.2",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
Expand Down

0 comments on commit 882cd1d

Please sign in to comment.