Skip to content

Commit

Permalink
Merge pull request #15553 from opf/housekeeping/bumo-primer-0-30
Browse files Browse the repository at this point in the history
Bump to primer_view_components 0.30.1 and octicons 19.12.0
  • Loading branch information
HDinger committed May 15, 2024
2 parents 7166721 + e900f19 commit 5364fb4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,6 @@ gemfiles.each do |file|
send(:eval_gemfile, file) if File.readable?(file)
end

gem "openproject-octicons", "~>19.10.0"
gem "openproject-octicons_helper", "~>19.10.0"
gem "openproject-primer_view_components", "~>0.29.1"
gem "openproject-octicons", "~>19.12.0"
gem "openproject-octicons_helper", "~>19.12.0"
gem "openproject-primer_view_components", "~>0.30.1"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -767,15 +767,15 @@ GEM
validate_email
validate_url
webfinger (~> 2.0)
openproject-octicons (19.10.0)
openproject-octicons_helper (19.10.0)
openproject-octicons (19.12.0)
openproject-octicons_helper (19.12.0)
actionview
openproject-octicons (= 19.10.0)
openproject-octicons (= 19.12.0)
railties
openproject-primer_view_components (0.29.1)
openproject-primer_view_components (0.30.1)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.9.0)
openproject-octicons (>= 19.12.0)
view_component (>= 3.1, < 4.0)
openproject-token (4.0.0)
activemodel
Expand Down Expand Up @@ -1264,10 +1264,10 @@ DEPENDENCIES
openproject-job_status!
openproject-ldap_groups!
openproject-meeting!
openproject-octicons (~> 19.10.0)
openproject-octicons_helper (~> 19.10.0)
openproject-octicons (~> 19.12.0)
openproject-octicons_helper (~> 19.12.0)
openproject-openid_connect!
openproject-primer_view_components (~> 0.29.1)
openproject-primer_view_components (~> 0.30.1)
openproject-recaptcha!
openproject-reporting!
openproject-storages!
Expand Down
54 changes: 27 additions & 27 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 @@ -97,8 +97,8 @@
"@ng-select/ng-select": "^12.0.7",
"@ngneat/content-loader": "^7.0.0",
"@ngx-formly/core": "^6.1.4",
"@openproject/octicons-angular": "^19.11.0",
"@openproject/primer-view-components": "^0.29.1",
"@openproject/octicons-angular": "^19.12.0",
"@openproject/primer-view-components": "^0.30.1",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^21.2.2",
"@types/hotwired__turbo": "^8.0.1",
Expand Down Expand Up @@ -177,6 +177,6 @@
"generate-typings": "tsc -d -p src/tsconfig.app.json"
},
"overrides": {
"@primer/view-components": "npm:@openproject/primer-view-components@^0.29.1"
"@primer/view-components": "npm:@openproject/primer-view-components@^0.30.1"
}
}

0 comments on commit 5364fb4

Please sign in to comment.