Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 30, 2023
1 parent 6da5c56 commit 81cf77a
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 87 deletions.
140 changes: 69 additions & 71 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
],
"devDependencies": {
"@feltjs/eslint-config": "^0.4.1",
"@fuz.dev/fuz": "^0.76.0",
"@fuz.dev/fuz_contextmenu": "^0.5.0",
"@fuz.dev/fuz_dialog": "^0.4.0",
"@fuz.dev/fuz_library": "^0.16.1",
"@grogarden/gro": "^0.98.0",
"@fuz.dev/fuz": "^0.77.1",
"@fuz.dev/fuz_contextmenu": "^0.5.1",
"@fuz.dev/fuz_dialog": "^0.4.2",
"@fuz.dev/fuz_library": "^0.17.0",
"@grogarden/gro": "^0.98.1",
"@grogarden/util": "^0.15.2",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@sveltejs/kit": "^1.27.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-plugin-svelte": "^2.34.0",
"prettier": "^3.0.3",
Expand Down
16 changes: 8 additions & 8 deletions src/lib/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ export const package_json = {
files: ['dist'],
devDependencies: {
'@feltjs/eslint-config': '^0.4.1',
'@fuz.dev/fuz': '^0.76.0',
'@fuz.dev/fuz_contextmenu': '^0.5.0',
'@fuz.dev/fuz_dialog': '^0.4.0',
'@fuz.dev/fuz_library': '^0.16.1',
'@grogarden/gro': '^0.98.0',
'@fuz.dev/fuz': '^0.77.1',
'@fuz.dev/fuz_contextmenu': '^0.5.1',
'@fuz.dev/fuz_dialog': '^0.4.2',
'@fuz.dev/fuz_library': '^0.17.0',
'@grogarden/gro': '^0.98.1',
'@grogarden/util': '^0.15.2',
'@sveltejs/adapter-static': '^2.0.3',
'@sveltejs/kit': '^1.27.1',
'@typescript-eslint/eslint-plugin': '^6.9.0',
'@typescript-eslint/parser': '^6.9.0',
'@sveltejs/kit': '^1.27.2',
'@typescript-eslint/eslint-plugin': '^6.9.1',
'@typescript-eslint/parser': '^6.9.1',
eslint: '^8.52.0',
'eslint-plugin-svelte': '^2.34.0',
prettier: '^3.0.3',
Expand Down

0 comments on commit 81cf77a

Please sign in to comment.