mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
version upgrade
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
43aaa3efa2
commit
a1f84af53b
2 changed files with 1884 additions and 2169 deletions
4015
package-lock.json
generated
4015
package-lock.json
generated
File diff suppressed because it is too large
Load diff
38
package.json
38
package.json
|
@ -18,49 +18,49 @@
|
||||||
"seed": "ts-node prisma/seed.ts"
|
"seed": "ts-node prisma/seed.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "^3.8.1",
|
"@prisma/client": "^3.9.2",
|
||||||
"@tailwindcss/line-clamp": "^0.3.1",
|
"@tailwindcss/line-clamp": "^0.3.1",
|
||||||
"@vueuse/core": "^7.5.5",
|
"@vueuse/core": "^7.6.1",
|
||||||
"axios": "^0.25.0",
|
"axios": "^0.25.0",
|
||||||
"fastify": "^3.27.0",
|
"fastify": "^3.27.1",
|
||||||
"fastify-compress": "^4.0.1",
|
"fastify-compress": "^4.0.1",
|
||||||
"fastify-cors": "^6.0.2",
|
"fastify-cors": "^6.0.2",
|
||||||
"fastify-helmet": "^7.0.1",
|
"fastify-helmet": "^7.0.1",
|
||||||
"fastify-static": "^4.5.0",
|
"fastify-static": "^4.5.0",
|
||||||
"open-graph-scraper": "^4.11.0",
|
"open-graph-scraper": "^4.11.0",
|
||||||
"vee-validate": "^4.5.8",
|
"vee-validate": "^4.5.8",
|
||||||
"vue": "^3.2.27",
|
"vue": "^3.2.31",
|
||||||
"vue-i18n": "^9.2.0-beta.30",
|
"vue-i18n": "^9.2.0-beta.30",
|
||||||
"vue-router": "^4.0.12",
|
"vue-router": "^4.0.12",
|
||||||
"yup": "^0.32.11"
|
"yup": "^0.32.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "^1.1.0",
|
"@rushstack/eslint-patch": "^1.1.0",
|
||||||
"@types/node": "^16.11.21",
|
"@types/node": "^17.0.17",
|
||||||
"@types/open-graph-scraper": "^4.8.1",
|
"@types/open-graph-scraper": "^4.8.1",
|
||||||
"@vitejs/plugin-vue": "^2.0.1",
|
"@vitejs/plugin-vue": "^2.2.0",
|
||||||
"@vue/eslint-config-prettier": "^7.0.0",
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||||||
"@vue/eslint-config-typescript": "^10.0.0",
|
"@vue/eslint-config-typescript": "^10.0.0",
|
||||||
"@vue/test-utils": "^2.0.0-rc.18",
|
"@vue/test-utils": "^2.0.0-rc.18",
|
||||||
"autoprefixer": "^10.4.2",
|
"autoprefixer": "^10.4.2",
|
||||||
"concurrently": "^7.0.0",
|
"concurrently": "^7.0.0",
|
||||||
"dotenv": "^14.3.2",
|
"dotenv": "^16.0.0",
|
||||||
"eslint": "^8.5.0",
|
"eslint": "^8.9.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^8.2.0",
|
"eslint-plugin-vue": "^8.4.1",
|
||||||
"husky": "^7.0.0",
|
"husky": "^7.0.4",
|
||||||
"jsdom": "^19.0.0",
|
"jsdom": "^19.0.0",
|
||||||
"nodemon": "^2.0.15",
|
"nodemon": "^2.0.15",
|
||||||
"pino-pretty": "^7.5.1",
|
"pino-pretty": "^7.5.1",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.6",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.5.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.6",
|
"prettier-plugin-tailwindcss": "^0.1.7",
|
||||||
"prisma": "^3.8.1",
|
"prisma": "^3.9.2",
|
||||||
"tailwindcss": "^3.0.15",
|
"tailwindcss": "^3.0.22",
|
||||||
"ts-node": "^10.4.0",
|
"ts-node": "^10.5.0",
|
||||||
"typescript": "~4.5.4",
|
"typescript": "~4.5.5",
|
||||||
"vite": "^2.7.13",
|
"vite": "^2.8.1",
|
||||||
"vitest": "^0.1.23",
|
"vitest": "^0.3.4",
|
||||||
"vue-tsc": "^0.29.8"
|
"vue-tsc": "^0.31.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue