mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Bump octicons to 19.16.0
This commit is contained in:
@@ -390,6 +390,6 @@ gemfiles.each do |file|
|
||||
send(:eval_gemfile, file) if File.readable?(file)
|
||||
end
|
||||
|
||||
gem "openproject-octicons", "~>19.15.0"
|
||||
gem "openproject-octicons_helper", "~>19.15.0"
|
||||
gem "openproject-octicons", "~>19.16.0"
|
||||
gem "openproject-octicons_helper", "~>19.16.0"
|
||||
gem "openproject-primer_view_components", "~>0.37.1"
|
||||
|
||||
+5
-5
@@ -772,10 +772,10 @@ GEM
|
||||
validate_email
|
||||
validate_url
|
||||
webfinger (~> 2.0)
|
||||
openproject-octicons (19.15.0)
|
||||
openproject-octicons_helper (19.15.0)
|
||||
openproject-octicons (19.16.0)
|
||||
openproject-octicons_helper (19.16.0)
|
||||
actionview
|
||||
openproject-octicons (= 19.15.0)
|
||||
openproject-octicons (= 19.16.0)
|
||||
railties
|
||||
openproject-primer_view_components (0.37.1)
|
||||
actionview (>= 5.0.0)
|
||||
@@ -1264,8 +1264,8 @@ DEPENDENCIES
|
||||
openproject-job_status!
|
||||
openproject-ldap_groups!
|
||||
openproject-meeting!
|
||||
openproject-octicons (~> 19.15.0)
|
||||
openproject-octicons_helper (~> 19.15.0)
|
||||
openproject-octicons (~> 19.16.0)
|
||||
openproject-octicons_helper (~> 19.16.0)
|
||||
openproject-openid_connect!
|
||||
openproject-primer_view_components (~> 0.37.1)
|
||||
openproject-recaptcha!
|
||||
|
||||
Generated
+7
-7
@@ -46,7 +46,7 @@
|
||||
"@ng-select/ng-select": "^13.2.0",
|
||||
"@ngneat/content-loader": "^7.0.0",
|
||||
"@ngx-formly/core": "^6.1.4",
|
||||
"@openproject/octicons-angular": "^19.15.0",
|
||||
"@openproject/octicons-angular": "^19.16.0",
|
||||
"@openproject/primer-view-components": "^0.37.1",
|
||||
"@openproject/reactivestates": "^3.0.1",
|
||||
"@primer/css": "^21.3.3",
|
||||
@@ -4802,9 +4802,9 @@
|
||||
"integrity": "sha512-jrqoTI8lk5UziDsDPJ2Y+nmXYCcRhmr6uMARr3v/W6AMxRgsnRLWJyWKYr6FjaGMgbyxXG+OkCUPQY4Xl3toGg=="
|
||||
},
|
||||
"node_modules/@openproject/octicons-angular": {
|
||||
"version": "19.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@openproject/octicons-angular/-/octicons-angular-19.15.0.tgz",
|
||||
"integrity": "sha512-prW3KwqdIw9A95m7t0Mxh6WAnxDZ18DdfV/bZ5VqQFlwPdcVSxtLgv17ukmIIPQxPIRwhx6Ci2MODcoWjjDfKA==",
|
||||
"version": "19.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@openproject/octicons-angular/-/octicons-angular-19.16.0.tgz",
|
||||
"integrity": "sha512-714l3hIewPEq4OO8X0OruCw+SsIAJHeh/PO17WsAhO/o23O8QWpsbbaYAUnksIUf0XfA6rBdqIBcPIZtwwU42g==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
@@ -25344,9 +25344,9 @@
|
||||
"integrity": "sha512-jrqoTI8lk5UziDsDPJ2Y+nmXYCcRhmr6uMARr3v/W6AMxRgsnRLWJyWKYr6FjaGMgbyxXG+OkCUPQY4Xl3toGg=="
|
||||
},
|
||||
"@openproject/octicons-angular": {
|
||||
"version": "19.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@openproject/octicons-angular/-/octicons-angular-19.15.0.tgz",
|
||||
"integrity": "sha512-prW3KwqdIw9A95m7t0Mxh6WAnxDZ18DdfV/bZ5VqQFlwPdcVSxtLgv17ukmIIPQxPIRwhx6Ci2MODcoWjjDfKA==",
|
||||
"version": "19.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@openproject/octicons-angular/-/octicons-angular-19.16.0.tgz",
|
||||
"integrity": "sha512-714l3hIewPEq4OO8X0OruCw+SsIAJHeh/PO17WsAhO/o23O8QWpsbbaYAUnksIUf0XfA6rBdqIBcPIZtwwU42g==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
"@ng-select/ng-select": "^13.2.0",
|
||||
"@ngneat/content-loader": "^7.0.0",
|
||||
"@ngx-formly/core": "^6.1.4",
|
||||
"@openproject/octicons-angular": "^19.15.0",
|
||||
"@openproject/octicons-angular": "^19.16.0",
|
||||
"@openproject/primer-view-components": "^0.37.1",
|
||||
"@openproject/reactivestates": "^3.0.1",
|
||||
"@primer/css": "^21.3.3",
|
||||
|
||||
Reference in New Issue
Block a user