mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 05:51:17 +00:00
feat: use latest version of svelte-toast
This commit is contained in:
parent
0391458786
commit
0a39410a64
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@zerodevx/svelte-toast": "1.0.0-rc.1",
|
||||
"@zerodevx/svelte-toast": "^1.0.0-rc.1",
|
||||
"axios": "^1.2.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"filedrop-svelte": "^0.1.2",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ lockfileVersion: '6.0'
|
|||
|
||||
dependencies:
|
||||
'@zerodevx/svelte-toast':
|
||||
specifier: 1.0.0-rc.1
|
||||
specifier: ^1.0.0-rc.1
|
||||
version: 1.0.0-rc.1
|
||||
axios:
|
||||
specifier: ^1.2.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue