Skip to content

Commit

Permalink
Merge pull request #15937 from opf/bump/primer
Browse files Browse the repository at this point in the history
Bump primer to 0.35.2
  • Loading branch information
HDinger authored Jun 25, 2024
2 parents 59a742c + e923275 commit c2463bb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,4 @@ end

gem "openproject-octicons", "~>19.14.1"
gem "openproject-octicons_helper", "~>19.14.1"
gem "openproject-primer_view_components", "~>0.34.0"
gem "openproject-primer_view_components", "~>0.35.2"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ GEM
actionview
openproject-octicons (= 19.14.1)
railties
openproject-primer_view_components (0.34.0)
openproject-primer_view_components (0.35.2)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.12.0)
Expand Down Expand Up @@ -1262,7 +1262,7 @@ DEPENDENCIES
openproject-octicons (~> 19.14.1)
openproject-octicons_helper (~> 19.14.1)
openproject-openid_connect!
openproject-primer_view_components (~> 0.34.0)
openproject-primer_view_components (~> 0.35.2)
openproject-recaptcha!
openproject-reporting!
openproject-storages!
Expand Down
31 changes: 15 additions & 16 deletions frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"@ngneat/content-loader": "^7.0.0",
"@ngx-formly/core": "^6.1.4",
"@openproject/octicons-angular": "^19.14.1",
"@openproject/primer-view-components": "^0.34.0",
"@openproject/primer-view-components": "^0.35.2",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^21.2.2",
"@primer/css": "^21.3.3",
"@types/hotwired__turbo": "^8.0.1",
"@uirouter/angular": "^13.0.0",
"@uirouter/core": "^6.1.0",
Expand Down Expand Up @@ -175,6 +175,6 @@
"generate-typings": "tsc -d -p src/tsconfig.app.json"
},
"overrides": {
"@primer/view-components": "npm:@openproject/primer-view-components@^0.33.1"
"@primer/view-components": "npm:@openproject/primer-view-components@^0.35.2"
}
}

0 comments on commit c2463bb

Please sign in to comment.