Skip to content

Commit

Permalink
chore(deps): downgrade semantic-release (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Jun 10, 2024
1 parent 6f2d178 commit 8db2d0e
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 260 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-alexandria",
"version": "8.1.0",
"description": "The default blueprint for ember-cli addons.",
"description": "Document management frontend for the alexandria backend",
"keywords": [
"ember-addon",
"ember-engine"
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/projectcaluma/ember-alexandria.git"
},
"license": "MIT",
"author": "",
"author": "Adfinis AG <[email protected]>",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@adfinis/eslint-config": "2.1.1",
"@adfinis/semantic-release-config": "5.0.0",
"@adfinis/semantic-release-config": "4.1.0",
"@babel/eslint-parser": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"@ember/test-helpers": "3.3.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"qunit": "2.21.0",
"qunit-dom": "3.1.2",
"sass": "1.77.4",
"semantic-release": "24.0.0",
"semantic-release": "23.1.1",
"sinon": "18.0.0",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0",
Expand All @@ -126,13 +126,11 @@
"@ember-data/[email protected] needs @ember-data/[email protected] as peer",
"dependency which causes issues (and doesn't make any sense) for embroider",
"builds used in the test scenarios:",
"https://github.com/embroider-build/embroider/blob/main/docs/peer-dependency-resolution-issues.md",
"conventional-changelog-conventionalcommits https://github.com/semantic-release/commit-analyzer/issues/642"
"https://github.com/embroider-build/embroider/blob/main/docs/peer-dependency-resolution-issues.md"
],
"pnpm": {
"overrides": {
"@ember-data/store": "4.12.5",
"conventional-changelog-conventionalcommits": "8.0.0"
"@ember-data/store": "4.12.5"
}
},
"ember": {
Expand Down
Loading

0 comments on commit 8db2d0e

Please sign in to comment.