Skip to content

Commit

Permalink
D03
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRedondoo committed Jul 4, 2024
1 parent 1cc1b6c commit 21ed359
Show file tree
Hide file tree
Showing 7 changed files with 3,105 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ dist
gc-sa-key.json

front/node_modules
frontend/node_modules
/test-results/
/playwright-report/
/blob-report/
Expand Down
Empty file removed docker-compose.yml
Empty file.
16 changes: 8 additions & 8 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.7",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"vite": "^5.0.3"
"svelte": "^4.2.18",
"vite": "^5.3.3"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 21ed359

Please sign in to comment.