1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 05:06:04 +03:00
- primer-core@6.10.6
 - primer-utilities@4.14.1
 - primer@10.10.2
 - primer-module-build@1.0.8
 - stylelint-config-primer@3.0.1
 - stylelint-selector-no-utility@2.0.1
This commit is contained in:
Shawn Allen 2018-11-29 10:48:51 -08:00
parent 70c82c0a91
commit b686de75e4
6 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"version": "6.10.5",
"version": "6.10.6",
"name": "primer-core",
"description": "Primer's core modules",
"homepage": "http://primer.github.io/",
@ -41,6 +41,6 @@
"primer-table-object": "1.4.11",
"primer-tooltips": "1.5.9",
"primer-truncate": "1.4.11",
"primer-utilities": "4.14.0"
"primer-utilities": "4.14.1"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "4.14.0",
"version": "4.14.1",
"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.1",
"version": "10.10.2",
"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.9",
"primer-breadcrumb": "1.5.7",
"primer-buttons": "2.6.2",
"primer-core": "6.10.5",
"primer-core": "6.10.6",
"primer-forms": "2.1.6",
"primer-labels": "1.5.11",
"primer-layout": "1.6.0",
@ -61,7 +61,7 @@
"primer-tables": "1.5.1",
"primer-tooltips": "1.5.9",
"primer-truncate": "1.4.11",
"primer-utilities": "4.14.0"
"primer-utilities": "4.14.1"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"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.0",
"primer-utilities": "4.14.1",
"tempy": "^0.2.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "stylelint-config-primer",
"version": "3.0.0",
"version": "3.0.1",
"description": "Sharable stylelint config used by GitHub's CSS",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
@ -21,7 +21,7 @@
"stylelint-no-unsupported-browser-features": "^1.0.0",
"stylelint-order": "^0.4.4",
"stylelint-scss": "^1.4.1",
"stylelint-selector-no-utility": "2.0.0"
"stylelint-selector-no-utility": "2.0.1"
},
"devDependencies": {
"eslint": "^3.19.0",

View File

@ -1,6 +1,6 @@
{
"name": "stylelint-selector-no-utility",
"version": "2.0.0",
"version": "2.0.1",
"description": "Stylelint rule that doesn't allow the styling of utility classes in CSS",
"main": "index.js",
"scripts": {
@ -24,7 +24,7 @@
"license": "MIT",
"repository": "https://github.com/primer/primer/tree/master/tools/stylelint-selector-no-utility",
"dependencies": {
"primer-utilities": "4.14.0",
"primer-utilities": "4.14.1",
"stylelint": "^7.13.0"
},
"devDependencies": {