Skip to content

Commit

Permalink
chore: bump package versions to get rid of security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Fenske committed Apr 6, 2020
1 parent 1fb60d5 commit 6fb5005
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 602 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.yarnpkg.com
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-payscale",
"version": "0.1.4",
"version": "0.1.5",
"description": "PayScale's own stylelint configuration.",
"main": "index.js",
"scripts": {
Expand All @@ -16,13 +16,13 @@
"author": "PayScale",
"license": "Apache-2.0",
"devDependencies": {
"babel-eslint": "8.2.6",
"eslint": "5.3.0",
"eslint-config-payscale": "1.0.3",
"eslint-plugin-react": "7.11.1"
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-payscale": "1.2.3",
"eslint-plugin-react": "7.19.0"
},
"dependencies": {
"stylelint-config-standard": "18.2.0"
"stylelint-config-standard": "20.0.0"
},
"peerDependencies": {
"stylelint": ">=9.4.0",
Expand Down
Loading

0 comments on commit 6fb5005

Please sign in to comment.