Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 25, 2022
1 parent ea0c3ca commit a4142eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
28 changes: 9 additions & 19 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@
"format": "prettier --write --plugin-search-dir=. .",
"semantic-release": "semantic-release"
},
"dependencies": {
"debug": "4.3.3",
"jwt-decode": "3.1.2",
"graphql-ws": "5.6.2",
"ws": "8.5.0"
},
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.70",
"@sveltejs/kit": "1.0.0-next.287",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@urql/svelte": "1.3.3",
"autoprefixer": "10.4.2",
"cssnano": "5.0.17",
"debug": "4.3.3",
"dotenv-cli": "5.0.0",
"eslint": "8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-svelte3": "3.4.1",
"graphql-ws": "5.6.2",
"jwt-decode": "3.1.2",
"postcss": "8.4.7",
"postcss-import": "14.0.2",
"postcss-load-config": "3.1.3",
Expand All @@ -37,8 +40,7 @@
"svelte-preprocess": "4.10.4",
"sveltekit-web3auth": "4.1.0",
"tailwindcss": "3.0.23",
"typescript": "4.5.5",
"ws": "8.5.0"
"typescript": "4.5.5"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a4142eb

Please sign in to comment.