1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 07:35:04 +03:00
- primer-alerts@1.5.3
 - primer-avatars@1.5.0
 - primer-base@1.6.1
 - primer-blankslate@1.4.3
 - primer-box@2.5.3
 - primer-branch-name@1.0.1
 - primer-breadcrumb@1.4.3
 - primer-buttons@2.5.1
 - primer-core@6.6.0
 - primer-forms@2.0.1
 - primer-labels@1.5.3
 - primer-layout@1.4.3
 - primer-markdown@3.7.3
 - primer-marketing-buttons@1.0.2
 - primer-marketing-support@1.3.3
 - primer-marketing-type@1.4.3
 - primer-marketing-utilities@1.5.1
 - primer-marketing@6.0.2
 - primer-navigation@1.5.1
 - primer-page-headers@1.4.3
 - primer-page-sections@1.4.3
 - primer-popover@0.0.4
 - primer-product@5.6.0
 - primer-subhead@1.0.1
 - primer-support@4.5.0
 - primer-table-object@1.4.3
 - primer-tables@1.4.3
 - primer-tooltips@1.5.0
 - primer-truncate@1.4.3
 - primer-utilities@4.8.3
 - primer@10.1.0
 - generator-primer-module@1.0.2
 - stylelint-config-primer@2.2.2
 - stylelint-selector-no-utility@1.8.2
This commit is contained in:
Jon Rohan 2017-11-15 15:39:23 -08:00
parent 1ea2e5f4b3
commit 09d50e6e28
34 changed files with 126 additions and 126 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.5.2", "version": "1.5.3",
"name": "primer-alerts", "name": "primer-alerts",
"description": "Flash messages, or alerts, inform users of successful or pending actions.", "description": "Flash messages, or alerts, inform users of successful or pending actions.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"alerts", "alerts",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.5.0",
"name": "primer-avatars", "name": "primer-avatars",
"description": "Basic styles for user profile avatars.", "description": "Basic styles for user profile avatars.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"avatars", "avatars",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.6.0", "version": "1.6.1",
"name": "primer-base", "name": "primer-base",
"description": "CSS to reset the browsers default styles", "description": "CSS to reset the browsers default styles",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-blankslate", "name": "primer-blankslate",
"description": "Blankslates are for when there is a lack of content within a page or section.", "description": "Blankslates are for when there is a lack of content within a page or section.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.5.2", "version": "2.5.3",
"name": "primer-box", "name": "primer-box",
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.0.1",
"name": "primer-branch-name", "name": "primer-branch-name",
"description": "A nice, consistent way to display branch names.", "description": "A nice, consistent way to display branch names.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -23,7 +23,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"github", "github",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-breadcrumb", "name": "primer-breadcrumb",
"description": "Breadcrumb navigation for pages with parents / grandparents.", "description": "Breadcrumb navigation for pages with parents / grandparents.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"breadcrumb", "breadcrumb",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.5.0", "version": "2.5.1",
"name": "primer-buttons", "name": "primer-buttons",
"description": "A collection of buttons used for primary and secondary actions.", "description": "A collection of buttons used for primary and secondary actions.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "6.5.0", "version": "6.6.0",
"name": "primer-core", "name": "primer-core",
"description": "Primer's core modules", "description": "Primer's core modules",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -26,17 +26,17 @@
"lint": "../../script/lint-scss" "lint": "../../script/lint-scss"
}, },
"dependencies": { "dependencies": {
"primer-base": "1.6.0", "primer-base": "1.6.1",
"primer-box": "2.5.2", "primer-box": "2.5.3",
"primer-breadcrumb": "1.4.2", "primer-breadcrumb": "1.4.3",
"primer-buttons": "2.5.0", "primer-buttons": "2.5.1",
"primer-forms": "2.0.0", "primer-forms": "2.0.1",
"primer-layout": "1.4.2", "primer-layout": "1.4.3",
"primer-navigation": "1.5.0", "primer-navigation": "1.5.1",
"primer-support": "4.4.2", "primer-support": "4.5.0",
"primer-table-object": "1.4.2", "primer-table-object": "1.4.3",
"primer-tooltips": "1.4.2", "primer-tooltips": "1.5.0",
"primer-truncate": "1.4.2", "primer-truncate": "1.4.3",
"primer-utilities": "4.8.2" "primer-utilities": "4.8.3"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.0", "version": "2.0.1",
"name": "primer-forms", "name": "primer-forms",
"description": "Style individual form controls and utilize common layouts.", "description": "Style individual form controls and utilize common layouts.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.5.2", "version": "1.5.3",
"name": "primer-labels", "name": "primer-labels",
"description": "Labels add metatdata or indicate status of items and navigational elements.", "description": "Labels add metatdata or indicate status of items and navigational elements.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-layout", "name": "primer-layout",
"description": "Containers, rows, and columns for creating page layout.", "description": "Containers, rows, and columns for creating page layout.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "3.7.2", "version": "3.7.3",
"name": "primer-markdown", "name": "primer-markdown",
"description": "GitHub stylesheets for rendering markdown.", "description": "GitHub stylesheets for rendering markdown.",
"homepage": "https://github.com/primer/primer-markdown", "homepage": "https://github.com/primer/primer-markdown",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"github", "github",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.1", "version": "1.0.2",
"name": "primer-marketing-buttons", "name": "primer-marketing-buttons",
"description": "Buttons for marketing websites at GitHub", "description": "Buttons for marketing websites at GitHub",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"primer-buttons": ">=2.5.0" "primer-buttons": ">=2.5.0"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.3.2", "version": "1.3.3",
"name": "primer-marketing-support", "name": "primer-marketing-support",
"description": "Sass variables, mixins, and functions for use in our components.", "description": "Sass variables, mixins, and functions for use in our components.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-marketing-type", "name": "primer-marketing-type",
"description": "Typography for marketing websites at GitHub", "description": "Typography for marketing websites at GitHub",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,8 +28,8 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"css", "css",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.5.0", "version": "1.5.1",
"name": "primer-marketing-utilities", "name": "primer-marketing-utilities",
"description": "Marketing specific immutable, atomic CSS classes", "description": "Marketing specific immutable, atomic CSS classes",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,8 +28,8 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "6.0.1", "version": "6.0.2",
"name": "primer-marketing", "name": "primer-marketing",
"description": "Primer marketing packages", "description": "Primer marketing packages",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -26,13 +26,13 @@
"lint": "../../script/lint-scss" "lint": "../../script/lint-scss"
}, },
"dependencies": { "dependencies": {
"primer-marketing-buttons": "1.0.1", "primer-marketing-buttons": "1.0.2",
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-marketing-type": "1.4.2", "primer-marketing-type": "1.4.3",
"primer-marketing-utilities": "1.5.0", "primer-marketing-utilities": "1.5.1",
"primer-page-headers": "1.4.2", "primer-page-headers": "1.4.3",
"primer-page-sections": "1.4.2", "primer-page-sections": "1.4.3",
"primer-support": "4.4.2", "primer-support": "4.5.0",
"primer-tables": "1.4.2" "primer-tables": "1.4.3"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.5.0", "version": "1.5.1",
"name": "primer-navigation", "name": "primer-navigation",
"description": "Singular purpose and flexible navigation elements.", "description": "Singular purpose and flexible navigation elements.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,7 +27,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-page-headers", "name": "primer-page-headers",
"description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.", "description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,8 +27,8 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"css", "css",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-page-sections", "name": "primer-page-sections",
"description": "Styles to create distinct sections of marketing pages at GitHub.", "description": "Styles to create distinct sections of marketing pages at GitHub.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,8 +27,8 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"css", "css",

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.3", "version": "0.0.4",
"name": "primer-popover", "name": "primer-popover",
"description": "Popover for suggesting, guiding, and bringing attention to specific UI elements on a page.", "description": "Popover for suggesting, guiding, and bringing attention to specific UI elements on a page.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -23,7 +23,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"primer-box": ">=2.5.0" "primer-box": ">=2.5.0"

View File

@ -1,5 +1,5 @@
{ {
"version": "5.5.1", "version": "5.6.0",
"name": "primer-product", "name": "primer-product",
"description": "Primer's product modules", "description": "Primer's product modules",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -26,14 +26,14 @@
"lint": "../../script/lint-scss" "lint": "../../script/lint-scss"
}, },
"dependencies": { "dependencies": {
"primer-alerts": "1.5.2", "primer-alerts": "1.5.3",
"primer-avatars": "1.4.2", "primer-avatars": "1.5.0",
"primer-blankslate": "1.4.2", "primer-blankslate": "1.4.3",
"primer-branch-name": "1.0.0", "primer-branch-name": "1.0.1",
"primer-labels": "1.5.2", "primer-labels": "1.5.3",
"primer-markdown": "3.7.2", "primer-markdown": "3.7.3",
"primer-popover": "0.0.3", "primer-popover": "0.0.4",
"primer-subhead": "1.0.0", "primer-subhead": "1.0.1",
"primer-support": "4.4.2" "primer-support": "4.5.0"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.0.1",
"name": "primer-subhead", "name": "primer-subhead",
"description": "The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages.", "description": "The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -23,7 +23,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"github", "github",

View File

@ -1,5 +1,5 @@
{ {
"version": "4.4.2", "version": "4.5.0",
"name": "primer-support", "name": "primer-support",
"description": "Sass variables, mixins, and functions for use in our components.", "description": "Sass variables, mixins, and functions for use in our components.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-table-object", "name": "primer-table-object",
"description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.", "description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-tables", "name": "primer-tables",
"description": "Styles to display tabular data for marketing websites at GitHub.", "description": "Styles to display tabular data for marketing websites at GitHub.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -27,8 +27,8 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"css", "css",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.5.0",
"name": "primer-tooltips", "name": "primer-tooltips",
"description": "Add tooltips built entirely in CSS to nearly any element.", "description": "Add tooltips built entirely in CSS to nearly any element.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"name": "primer-truncate", "name": "primer-truncate",
"description": "Shorten text with an ellipsis.", "description": "Shorten text with an ellipsis.",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint test-docs" "test": "../../script/npm-run-all build lint test-docs"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "4.8.2", "version": "4.8.3",
"name": "primer-utilities", "name": "primer-utilities",
"description": "Immutable, atomic CSS classes to rapidly build product", "description": "Immutable, atomic CSS classes to rapidly build product",
"homepage": "http://primer.github.io/", "homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-support": "4.4.2" "primer-support": "4.5.0"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "10.0.1", "version": "10.1.0",
"name": "primer", "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.", "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/", "homepage": "http://primer.github.io/",
@ -27,36 +27,36 @@
"test": "../../script/npm-run-all build lint" "test": "../../script/npm-run-all build lint"
}, },
"dependencies": { "dependencies": {
"primer-alerts": "1.5.2", "primer-alerts": "1.5.3",
"primer-avatars": "1.4.2", "primer-avatars": "1.5.0",
"primer-base": "1.6.0", "primer-base": "1.6.1",
"primer-blankslate": "1.4.2", "primer-blankslate": "1.4.3",
"primer-box": "2.5.2", "primer-box": "2.5.3",
"primer-branch-name": "1.0.0", "primer-branch-name": "1.0.1",
"primer-breadcrumb": "1.4.2", "primer-breadcrumb": "1.4.3",
"primer-buttons": "2.5.0", "primer-buttons": "2.5.1",
"primer-core": "6.5.0", "primer-core": "6.6.0",
"primer-forms": "2.0.0", "primer-forms": "2.0.1",
"primer-labels": "1.5.2", "primer-labels": "1.5.3",
"primer-layout": "1.4.2", "primer-layout": "1.4.3",
"primer-markdown": "3.7.2", "primer-markdown": "3.7.3",
"primer-marketing": "6.0.1", "primer-marketing": "6.0.2",
"primer-marketing-buttons": "1.0.1", "primer-marketing-buttons": "1.0.2",
"primer-marketing-support": "1.3.2", "primer-marketing-support": "1.3.3",
"primer-marketing-type": "1.4.2", "primer-marketing-type": "1.4.3",
"primer-marketing-utilities": "1.5.0", "primer-marketing-utilities": "1.5.1",
"primer-navigation": "1.5.0", "primer-navigation": "1.5.1",
"primer-page-headers": "1.4.2", "primer-page-headers": "1.4.3",
"primer-page-sections": "1.4.2", "primer-page-sections": "1.4.3",
"primer-popover": "0.0.3", "primer-popover": "0.0.4",
"primer-product": "5.5.1", "primer-product": "5.6.0",
"primer-subhead": "1.0.0", "primer-subhead": "1.0.1",
"primer-support": "4.4.2", "primer-support": "4.5.0",
"primer-table-object": "1.4.2", "primer-table-object": "1.4.3",
"primer-tables": "1.4.2", "primer-tables": "1.4.3",
"primer-tooltips": "1.4.2", "primer-tooltips": "1.5.0",
"primer-truncate": "1.4.2", "primer-truncate": "1.4.3",
"primer-utilities": "4.8.2" "primer-utilities": "4.8.3"
}, },
"keywords": [ "keywords": [
"primer", "primer",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.1", "version": "1.0.2",
"name": "generator-primer-module", "name": "generator-primer-module",
"description": "Use this to create a new Primer modules!", "description": "Use this to create a new Primer modules!",
"author": "GitHub, Inc.", "author": "GitHub, Inc.",
@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"chalk": "^2.1.0", "chalk": "^2.1.0",
"primer-support": "4.4.2", "primer-support": "4.5.0",
"yeoman-generator": "^1.1.1" "yeoman-generator": "^1.1.1"
}, },
"keywords": [ "keywords": [

View File

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

View File

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