This commit is contained in:
Benny Samir Hierl 2022-02-06 13:30:31 +01:00
parent 0e7cd01428
commit ac160b58f9
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "wishlist", "name": "wishlist",
"version": "0.1.2", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.1.2", "version": "1.0.0",
"dependencies": { "dependencies": {
"@prisma/client": "^3.8.1", "@prisma/client": "^3.8.1",
"axios": "^0.25.0", "axios": "^0.25.0",

View file

@ -1,5 +1,5 @@
{ {
"version": "0.1.2", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "concurrently --kill-others \"npm run dev:frontend\" \"npm run dev:backend\"", "dev": "concurrently --kill-others \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "vite", "dev:frontend": "vite",