Skip to content

Commit

Permalink
chore: sveltekit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed Jun 20, 2022
1 parent cb5f44a commit 82491c0
Show file tree
Hide file tree
Showing 6 changed files with 1,869 additions and 854 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
},
"dependencies": {
"@jlengstorf/get-share-image": "^0.8.0",
"@urql/core": "^2.3.6",
"graphql": "^16.2.0",
"marked": "^4.0.10",
"node-fetch": "^3.1.1"
"@urql/core": "^2.5.0",
"graphql": "^16.5.0",
"marked": "^4.0.17",
"node-fetch": "^3.2.6"
},
"devDependencies": {
"@josef/graphql": "workspace:*",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.2",
"dayjs": "^1.10.7",
"dotenv": "^14.1.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.4.0",
"highlight.js": "^11.4.0",
"autoprefixer": "^10.4.7",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"highlight.js": "^11.5.1",
"highlightjs-graphql": "^1.0.2",
"husky": "^7.0.4",
"husky": "^8.0.1",
"js-yaml": "^4.1.0",
"lint-staged": "^12.1.7",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"lint-staged": "^13.0.2",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"reading-time": "^1.5.0",
"slugify": "^1.6.5",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.10.1",
"svelte-themer": "next",
"vercel": "^23.1.2",
"vite": "^2.7.12"
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"svelte-themer": "0.5.5",
"vercel": "^25.1.0",
"vite": "^2.9.12"
},
"lint-staged": {
"*.{js,svelte}": [
Expand Down
Loading

0 comments on commit 82491c0

Please sign in to comment.