Skip to content

Commit

Permalink
chore(deps): remove unmaintained packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Jan 17, 2024
1 parent 8c524bc commit 5a9ebac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 40 deletions.
6 changes: 0 additions & 6 deletions config/a11y.js

This file was deleted.

1 change: 0 additions & 1 deletion config/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
plugins: [
'stylelint-declaration-block-no-ignored-properties',
'stylelint-group-selectors',
'stylelint-use-nesting',
'../lib',
],
rules: {
Expand Down
4 changes: 2 additions & 2 deletions lib/rules/progress.js → lib/rules/progress.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const chalk = require('chalk');
const ora = require('ora');
import chalk from 'chalk';
import ora from 'ora';

const start = Date.now();
const rootPath = `${process.cwd()}/`;
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"prettier": "^3.2.4",
"requireindex": "^1.2.0",
"stylelint": "^16.1.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-rational-order": "^0.1.2",
Expand All @@ -79,8 +78,7 @@
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-group-selectors": "^1.0.10",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-use-nesting": "^4.1.0"
"stylelint-prettier": "^5.0.0"
},
"peerDependenciesConfigs": {
"scss": {
Expand Down
32 changes: 4 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a9ebac

Please sign in to comment.