mirror of
https://github.com/primer/css.git
synced 2024-12-15 15:34:02 +03:00
bump the tool versions because lerna is dumb
This commit is contained in:
parent
32f7398507
commit
c14f9ac37f
@ -46,7 +46,7 @@
|
||||
"next-compose-plugins": "2.1.1",
|
||||
"node-sass": "^4.10.0",
|
||||
"now": "^12.1.8",
|
||||
"primer": "10.10.2",
|
||||
"primer": "10.10.3",
|
||||
"primer-colors": "^1.0.1",
|
||||
"prism-github": "^1.1.0",
|
||||
"prop-types": "^15.6.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.2.0",
|
||||
"name": "generator-primer-module",
|
||||
"version": "1.2.1",
|
||||
"description": "Use this to create a new Primer modules!",
|
||||
"author": "GitHub, Inc.",
|
||||
"license": "MIT",
|
||||
@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"colorette": "1.0.7",
|
||||
"primer-support": "4.7.0",
|
||||
"primer-support": "4.7.1",
|
||||
"yeoman-generator": "^1.1.1"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stylelint-selector-no-utility",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"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.1",
|
||||
"primer-utilities": "4.14.2",
|
||||
"stylelint": "^7.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user