Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 31, 2024
1 parent 8838a1e commit 0a58d94
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 48 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [4.0.2](https://github.com/lcharette/UF_ConfigManager/compare/4.0.1...4.0.2)
- Fix dependencies

## [4.0.1](https://github.com/lcharette/UF_ConfigManager/compare/4.0.0...4.0.1)
- Publish npm package & update README

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"require": {
"php": "^8.0",
"lcharette/uf_formgenerator": "^5.0",
"userfrosting/framework": "^5.0",
"userfrosting/sprinkle-core": "^5.0",
"userfrosting/sprinkle-account": "^5.0",
"userfrosting/sprinkle-admin": "^5.0",
"userfrosting/theme-adminlte": "^5.0"
"lcharette/uf_formgenerator": "~5.0.0",
"userfrosting/framework": "~5.0.0",
"userfrosting/sprinkle-core": "~5.0.0",
"userfrosting/sprinkle-account": "~5.0.0",
"userfrosting/sprinkle-admin": "~5.0.0",
"userfrosting/theme-adminlte": "~5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
76 changes: 38 additions & 38 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcharette/configmanager",
"version": "4.0.1",
"version": "4.0.2",
"description": "UI for core and custom site settings for UserFrosting 5",
"funding": "https://ko-fi.com/lcharette",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
"webpack.entries.js"
],
"dependencies": {
"@lcharette/formgenerator": "^5.0",
"@userfrosting/sprinkle-admin": "^5.0",
"@userfrosting/theme-adminlte": "^5.0"
"@lcharette/formgenerator": "~5.0.0",
"@userfrosting/sprinkle-admin": "~5.0.0",
"@userfrosting/theme-adminlte": "~5.0.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^4.4.0",
Expand Down

0 comments on commit 0a58d94

Please sign in to comment.