Bump @primer/css from 18.2.0 to 19.1.1 (#24018)
Bumps [@primer/css](https://github.com/primer/css) from 18.2.0 to 19.1.1. - [Release notes](https://github.com/primer/css/releases) - [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/css/compare/v18.2.0...v19.1.1) --- updated-dependencies: - dependency-name: "@primer/css" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -10,7 +10,7 @@
|
||||
"@github/failbot": "0.8.0",
|
||||
"@hapi/accept": "^5.0.2",
|
||||
"@primer/components": "^32.1.0",
|
||||
"@primer/css": "^18.2.0",
|
||||
"@primer/css": "^19.1.1",
|
||||
"@primer/octicons": "^16.1.1",
|
||||
"@primer/octicons-react": "^16.2.0",
|
||||
"@react-aria/ssr": "^3.1.0",
|
||||
@@ -3736,20 +3736,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@primer/css": {
|
||||
"version": "18.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/css/-/css-18.2.0.tgz",
|
||||
"integrity": "sha512-tU84BKF4HfhyyW7eB/BijcSf862JGIKcm5Z/dFdoZW7AFM1PpMDYiUp8h4j5XtsWxtXSqe3xxqTGTFXsmKGPtw==",
|
||||
"version": "19.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@primer/css/-/css-19.1.1.tgz",
|
||||
"integrity": "sha512-QVwdNOJsLxOD6eTR5LDIdLWg2SIy+eZWMK4ywlLd8qZXJCngtJyTNO5PtSzgs0D9jlMS+dzxvlOOV6GcfLu1hw==",
|
||||
"dependencies": {
|
||||
"@primer/primitives": "^6.1.0"
|
||||
"@primer/primitives": "^7.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@primer/css/node_modules/@primer/primitives": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-6.1.0.tgz",
|
||||
"integrity": "sha512-gwSVf5rVf2CMa/bU3/47LZosDHNfODMRJfKi7uJOqHWABVNl6Lf+thDM7Jb8tS9sEQQsUnrLDiGNjCScS81IXA=="
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.4.0.tgz",
|
||||
"integrity": "sha512-gD6yHXN7YKox/bdUNgxhoSS/WXZVaORK1r4dOAyTrdoPrLV/ucIfRInPyVcTF+Mqr0zcTFJtiMtuA5Y8CSyOEg=="
|
||||
},
|
||||
"node_modules/@primer/octicons": {
|
||||
"version": "16.1.1",
|
||||
@@ -25762,17 +25762,17 @@
|
||||
}
|
||||
},
|
||||
"@primer/css": {
|
||||
"version": "18.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/css/-/css-18.2.0.tgz",
|
||||
"integrity": "sha512-tU84BKF4HfhyyW7eB/BijcSf862JGIKcm5Z/dFdoZW7AFM1PpMDYiUp8h4j5XtsWxtXSqe3xxqTGTFXsmKGPtw==",
|
||||
"version": "19.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@primer/css/-/css-19.1.1.tgz",
|
||||
"integrity": "sha512-QVwdNOJsLxOD6eTR5LDIdLWg2SIy+eZWMK4ywlLd8qZXJCngtJyTNO5PtSzgs0D9jlMS+dzxvlOOV6GcfLu1hw==",
|
||||
"requires": {
|
||||
"@primer/primitives": "^6.1.0"
|
||||
"@primer/primitives": "^7.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@primer/primitives": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-6.1.0.tgz",
|
||||
"integrity": "sha512-gwSVf5rVf2CMa/bU3/47LZosDHNfODMRJfKi7uJOqHWABVNl6Lf+thDM7Jb8tS9sEQQsUnrLDiGNjCScS81IXA=="
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.4.0.tgz",
|
||||
"integrity": "sha512-gD6yHXN7YKox/bdUNgxhoSS/WXZVaORK1r4dOAyTrdoPrLV/ucIfRInPyVcTF+Mqr0zcTFJtiMtuA5Y8CSyOEg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"@github/failbot": "0.8.0",
|
||||
"@hapi/accept": "^5.0.2",
|
||||
"@primer/components": "^32.1.0",
|
||||
"@primer/css": "^18.2.0",
|
||||
"@primer/css": "^19.1.1",
|
||||
"@primer/octicons": "^16.1.1",
|
||||
"@primer/octicons-react": "^16.2.0",
|
||||
"@react-aria/ssr": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user