1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00
- primer-core@6.10.9
 - primer-utilities@4.14.4
 - primer@10.10.5
 - primer-module-build@1.0.11
This commit is contained in:
Shawn Allen 2019-01-18 09:38:20 -08:00
parent aeca890b66
commit 0bd59042e0
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
"version": "6.10.8",
"version": "6.10.9",
"name": "primer-core",
"description": "Primer's core modules",
"homepage": "http://primer.github.io/",
@ -41,6 +41,6 @@
"primer-table-object": "1.4.13",
"primer-tooltips": "1.5.11",
"primer-truncate": "1.4.13",
"primer-utilities": "4.14.3"
"primer-utilities": "4.14.4"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "4.14.3",
"version": "4.14.4",
"name": "primer-utilities",
"description": "Immutable, atomic CSS classes to rapidly build product",
"homepage": "http://primer.github.io/",

View File

@ -1,5 +1,5 @@
{
"version": "10.10.4",
"version": "10.10.5",
"name": "primer",
"description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
"homepage": "http://primer.github.io/",
@ -38,7 +38,7 @@
"primer-branch-name": "1.0.11",
"primer-breadcrumb": "1.5.9",
"primer-buttons": "2.6.4",
"primer-core": "6.10.8",
"primer-core": "6.10.9",
"primer-forms": "2.1.8",
"primer-labels": "1.5.13",
"primer-layout": "1.6.2",
@ -61,7 +61,7 @@
"primer-tables": "1.5.3",
"primer-tooltips": "1.5.11",
"primer-truncate": "1.4.13",
"primer-utilities": "4.14.3"
"primer-utilities": "4.14.4"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.10",
"version": "1.0.11",
"name": "primer-module-build",
"description": "Scripts to build primer SCSS modules into CSS and stats",
"homepage": "http://primercss.io/",
@ -46,7 +46,7 @@
"postcss": "^5.2.5"
},
"devDependencies": {
"primer-utilities": "4.14.3",
"primer-utilities": "4.14.4",
"tempy": "^0.2.1"
}
}