Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Dec 4, 2024
1 parent 9f72c53 commit 63d8085
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 111 deletions.
16 changes: 4 additions & 12 deletions projects/plugins/beta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,21 @@
"issues": "https://github.com/Automattic/jetpack/issues"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
"automattic/jetpack-autoloader": "@dev",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-autoloader": "^5.0.0",
"composer/semver": "3.3.2",
"erusev/parsedown": "1.7.4"
},
"require-dev": {
"automattic/jetpack-changelogger": "@dev"
"automattic/jetpack-changelogger": "^5.1.0"
},
"scripts": {},
"autoload": {
"classmap": [
"src/"
]
},
"repositories": [
{
"type": "path",
"url": "../../packages/*",
"options": {
"monorepo": true
}
}
],
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand Down
166 changes: 67 additions & 99 deletions projects/plugins/beta/composer.lock

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

0 comments on commit 63d8085

Please sign in to comment.