Skip to content

Commit

Permalink
Merge pull request #83 from AleshaOleg/greenkeeper/@logux/eslint-conf…
Browse files Browse the repository at this point in the history
…ig-28.0.0

Update @logux/eslint-config to the latest version 🚀
  • Loading branch information
AleshaOleg committed Mar 22, 2019
2 parents acef247 + 9945ff2 commit e55735c
Show file tree
Hide file tree
Showing 6 changed files with 1,609 additions and 649 deletions.
3 changes: 2 additions & 1 deletion __tests__/error.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const postcss = require('postcss')
const postcssSass = require('../')
const CssSyntaxError = require('postcss/lib/css-syntax-error')

const postcssSass = require('../')

it('should throw a CssSyntaxError', done => {
let sassText = '.foo'

Expand Down
1 change: 1 addition & 0 deletions __tests__/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const postcss = require('postcss')
const gonzales = require('gonzales-pe')

const postcssSass = require('../')

it('PostCSS dependency', () => {
Expand Down
1 change: 1 addition & 0 deletions __tests__/parse.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const jsonify = require('postcss-parser-tests').jsonify
const path = require('path')
const fs = require('fs')

const parse = require('../parse')
const read = require('./utils/read')

Expand Down
2 changes: 1 addition & 1 deletion __tests__/stringify.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')
const fs = require('fs')

const postcss = require('postcss')

const stringify = require('../stringify')
const parse = require('../parse')
const read = require('./utils/read')
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,33 @@
},
"homepage": "https://github.com/AleshaOleg/postcss-sass",
"dependencies": {
"gonzales-pe": "^4.2.3",
"postcss": "^7.0.8"
"gonzales-pe": "^4.2.4",
"postcss": "^7.0.14"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@logux/eslint-config": "^27.0.0",
"babel-jest": "^24.1.0",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@logux/eslint-config": "^28.0.0",
"babel-jest": "^24.5.0",
"babel-plugin-precompile-charcodes": "^1.1.0",
"coveralls": "^3.0.2",
"eslint": "^5.12.0",
"coveralls": "^3.0.3",
"eslint": "^5.15.3",
"eslint-config-postcss": "^3.0.7",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import-helpers": "^0.1.3",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.0",
"greenkeeper-lockfile": "^1.15.1",
"husky": "^1.0.0",
"husky": "^1.3.1",
"istanbul": "^0.4.5",
"jest": "^24.1.0",
"lint-staged": "^8.0.0",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"postcss-parser-tests": "^6.2.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit e55735c

Please sign in to comment.