Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kuhlmay committed Sep 26, 2023
1 parent 603cae6 commit 74e4ee1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"php": "^8.1",
"ext-json": "*",
"nikic/php-parser": "^4.15.4",
"typo3/cms-backend": "^12.4.0",
"typo3/cms-core": "^12.4.0"
"typo3/cms-backend": "^12.4.2",
"typo3/cms-core": "^12.4.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.21",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'version' => '12.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.2.0-12.9.99'
'typo3' => '12.4.0-12.9.99'
],
'conflicts' => [],
'suggests' => []
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"autoprefixer": "^10.4.14",
Expand Down Expand Up @@ -66,5 +66,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"classnames": "^2.3.2",
"uuid": "^9.0.0"
}
}

0 comments on commit 74e4ee1

Please sign in to comment.