Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
fix: downgrad stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfrede committed Aug 26, 2020
1 parent 23d6e3e commit e3169f0
Show file tree
Hide file tree
Showing 4 changed files with 1,687 additions and 1,906 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 10.17.0
nodejs 10.22.0
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,57 +45,57 @@
"setup": "yarn install && yarn run validate"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.1.0",
"browserslist": "^4.12.0",
"browserslist": "^4.14.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"css-loader": "^4.2.2",
"cssnano": "^4.1.10",
"eslint": "^7.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-lit": "^1.2.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-lit": "^1.2.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-wc": "^1.2.0",
"fbjs-scripts": "^1.2.0",
"fbjs-scripts": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.6",
"lint-staged": "^10.2.13",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"serve": "^11.3.1",
"prettier": "^2.1.1",
"sass-loader": "^10.0.1",
"serve": "^11.3.2",
"style-loader": "^1.2.1",
"stylelint": "13.3.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint": "13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-order": "^4.0.0",
"stylelint-order": "^4.1.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^3.0.1",
"terser-webpack-plugin": "^4.1.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"webpack-merge": "^5.1.2",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const FriendlyErrorsWebpackPlugin = require('friendly-errors-webpack-plugin');
const { GenerateSW } = require('workbox-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');

const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const path = require('path');

const dotenv = require('dotenv').config();
Expand Down

0 comments on commit e3169f0

Please sign in to comment.