Skip to content

Commit

Permalink
Merge branch 'main' into feature/storage-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich authored Nov 29, 2024
2 parents 0431a9c + 89fb800 commit 60b2e43
Show file tree
Hide file tree
Showing 43 changed files with 14,778 additions and 1,001 deletions.
2,476 changes: 1,604 additions & 872 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollon_standalone",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"repository": "[email protected]:ls1intum/Apollon_standalone.git",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"url": "https://ase.cit.tum.de/krusche"
},
"engines": {
"node": ">=18.17.0"
"node": ">=22.10.0"
},
"workspaces": [
"packages/shared",
Expand Down Expand Up @@ -45,18 +45,18 @@
"@ls1intum/apollon": "3.3.15"
},
"devDependencies": {
"concurrently": "8.2.2",
"concurrently": "9.1.0",
"typescript": "5.6.3",
"eslint": "9.13.0",
"eslint": "9.15.0",
"prettier": "3.3.3",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"stylelint": "16.3.1",
"stylelint-config-recommended": "14.0.0",
"stylelint-config-recommended": "14.0.1",
"style-loader": "4.0.0",
"css-loader": "7.1.0",
"css-loader": "7.1.2",
"ts-loader": "9.5.1",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-merge": "6.0.1"
Expand Down
Loading

0 comments on commit 60b2e43

Please sign in to comment.