Update deps

This commit is contained in:
Darren Clarke 2024-06-12 08:27:30 +02:00
parent c729a46a0c
commit aeb9aedf84
14 changed files with 1253 additions and 1157 deletions

View file

@ -3,8 +3,8 @@
"version": "2.2.0",
"description": "Link from the Center for Digital Resilience",
"scripts": {
"dev": "dotenv turbo dev",
"build": "dotenv turbo build",
"dev": "dotenv -- turbo dev",
"build": "dotenv -- turbo build",
"migrate": "dotenv -- npm run migrate --workspace=database",
"lint": "dotenv turbo lint",
"upgrade:setup": "npm i -g npm-check-updates",