Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/node-20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla authored Sep 9, 2024
2 parents 8899ecd + 17aed84 commit 6f48d9c
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 330 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
expose:
- 27017
mysql:
image: eu.gcr.io/serlo-shared/serlo-mysql-database:latest
image: ghcr.io/serlo/serlo-mysql-database:latest
platform: linux/x86_64
pull_policy: always
ports:
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,41 @@
"start:dev": "tsx --watch src/backend/index.ts"
},
"dependencies": {
"@serlo/editor": "0.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"@serlo/editor": "0.9.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fp-ts": "2.16.9",
"io-ts": "^2.2.21",
"jsonwebtoken": "9.0.2",
"jwt-decode": "4.0.0",
"ltijs": "^5.9.5",
"mysql2": "^3.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsx": "4.16.5",
"mysql2": "^3.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsx": "4.19.0",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.10.0",
"@types/jsonwebtoken": "9.0.6",
"@types/ltijs": "4.0.11",
"@types/node": "^22.1.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^10",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.34.4",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.8.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"npm-run-all": "^4.1.5",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.5"
"prettier-plugin-packagejson": "^2.5.2",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6f48d9c

Please sign in to comment.