Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amr3k committed Jan 12, 2023
1 parent 543e511 commit 02bb144
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 122 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package allows you to embed telegram widgets in your svelte web application.

Library size is **96 bytes** (min+gzipped). _[bundlephobia](https://bundlephobia.com/package/sveltegram@1.1.4)_
Library size is **96 bytes** (min+gzipped). _[bundlephobia](https://bundlephobia.com/package/sveltegram@1.1.5)_

<div align="center">
<img src="./images/Sveltegram.png" width="256px">
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sveltegram",
"description": "Reactive Telegram widgets built with svelte",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand All @@ -16,16 +16,16 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0",
"@sveltejs/kit": "1.0.7",
"@sveltejs/kit": "1.0.11",
"@sveltejs/package": "1.0.2",
"dotenv": "^16.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.2",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte": "^3.55.1",
"svelte-check": "^3.0.2",
"svelte2tsx": "^0.6.0",
"typescript": "~4.9.4",
"vite": "^4.0.4"
Expand Down
Loading

0 comments on commit 02bb144

Please sign in to comment.