npm update

This commit is contained in:
Luna D. 2024-06-12 23:06:41 +02:00
parent 0f7c399b18
commit b748383ab1
No known key found for this signature in database
GPG key ID: 4B1C63448394F688
2 changed files with 809 additions and 779 deletions

1571
assets/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"deploy": "cross-env NODE_ENV=production tsc && cross-env NODE_ENV=production vite build", "deploy": "cross-env NODE_ENV=production tsc && cross-env NODE_ENV=production vite build",
"lint": "eslint . --ext .js,.ts", "lint": "eslint .",
"test": "vitest run --coverage", "test": "vitest run --coverage",
"test:watch": "vitest watch --coverage", "test:watch": "vitest watch --coverage",
"dev": "vite", "dev": "vite",
@ -11,12 +11,11 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-free": "^6.5.2",
"@types/web": "^0.0.143", "@types/web": "^0.0.148",
"@typescript-eslint/eslint-plugin": "^7.8.0", "typescript-eslint": "8.0.0-alpha.30",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.34.0", "eslint": "^9.4.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"normalize-scss": "^8.0.0", "normalize-scss": "^8.0.0",
"sass": "^1.75.0", "sass": "^1.75.0",
@ -25,13 +24,13 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/dom": "^10.1.0", "@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.2", "@testing-library/jest-dom": "^6.4.6",
"@types/chai-dom": "^1.11.3", "@types/chai-dom": "^1.11.3",
"@vitest/coverage-v8": "^1.5.3", "@vitest/coverage-v8": "^1.6.0",
"chai": "^5", "chai": "^5",
"eslint-plugin-vitest": "^0.5.4", "eslint-plugin-vitest": "^0.5.4",
"jsdom": "^24.0.0", "jsdom": "^24.1.0",
"vitest": "^1.5.3", "vitest": "^1.6.0",
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
} }
} }