1
1
mirror of https://github.com/primer/css.git synced 2024-12-11 11:16:04 +03:00

npm install @primer/primitives@0.0.0-9310bf0

This commit is contained in:
Colin 2020-10-29 11:25:27 -04:00
parent a92fa83034
commit d6481796a5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2680,9 +2680,9 @@
}
},
"@primer/primitives": {
"version": "0.0.0-0981f9b",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-0981f9b.tgz",
"integrity": "sha512-ph5+Fw0u0BdJIjG91vZaPj9txkToJP1jzlxx5+rVauFnMtab/sfNbUKvR06YTiAlozP37kKvwU1gKqonUuWiHQ=="
"version": "0.0.0-9310bf0",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-9310bf0.tgz",
"integrity": "sha512-y09Wy3wiw8rFSIHxv/YbjgIrS4Ic0pGYnFpwAUMg0Ucv9Ut4rjjk9g2x2er4oev4vmg5J3n2Fab6+A+l0l9icg=="
},
"@reach/router": {
"version": "1.3.3",

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@primer/octicons": "^9.1.1",
"@primer/primitives": "0.0.0-0981f9b"
"@primer/primitives": "0.0.0-9310bf0"
},
"devDependencies": {
"@octokit/rest": "^16.34.0",