Skip to content

Commit

Permalink
Merge pull request #18 from el3um4s/update-dependencies
Browse files Browse the repository at this point in the history
Updated Dependencies
  • Loading branch information
el3um4s authored Sep 16, 2022
2 parents 4a6d910 + 8ffaf53 commit 44b1a0c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 44 deletions.
19 changes: 9 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"concurrently": "^7.4.0",
"electron": "^20.1.4",
"electron-builder": "^23.3.3",
"nodemon": "^2.0.19",
"nodemon": "^2.0.20",
"typescript": "^4.8.3"
},
"dependencies": {
Expand Down
40 changes: 21 additions & 19 deletions svelte/package-lock.json

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

31 changes: 17 additions & 14 deletions svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,33 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"format": "prettier --write .",
"check-updates": "npx npm-check-updates",
"check-updates:minor": "npx npm-check-updates --target minor",
"check-updates:patch": "npx npm-check-updates --target patch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.43",
"@sveltejs/kit": "next",
"@sveltejs/kit": "^1.0.0-next.484",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.1.1"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@fontsource/fira-mono": "^4.5.9",
"@el3um4s/renderer-for-electron-system-info": "^2.0.1"
}
}

0 comments on commit 44b1a0c

Please sign in to comment.