Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurielf committed Aug 29, 2023
1 parent e54ee96 commit a8d583f
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 114 deletions.
20 changes: 10 additions & 10 deletions packages/svelte-tel-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,38 @@
"svelte": "^3.58.0 || ^4.0.0"
},
"dependencies": {
"libphonenumber-js": "^1.10.41"
"libphonenumber-js": "^1.10.43"
},
"devDependencies": {
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/package": "^2.2.1",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/package": "^2.2.2",
"@testing-library/svelte": "^4.0.3",
"@testing-library/user-event": "^14.4.3",
"@types/micromatch": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-svelte": "^2.33.0",
"jsdom": "^22.1.0",
"micromatch": "^4.0.5",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"publint": "^0.2.2",
"svelte": "^3.58.0",
"svelte-check": "^3.5.0",
"svelte2tsx": "^0.6.20",
"svelte-check": "^3.5.1",
"svelte2tsx": "^0.6.21",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"type": "module",
"license": "MIT",
Expand Down
Loading

0 comments on commit a8d583f

Please sign in to comment.