Skip to content

Commit 7bb8d0d

Browse files
committed
Clean and update dependencies
1 parent 5212746 commit 7bb8d0d

File tree

2 files changed

+1570
-4221
lines changed

2 files changed

+1570
-4221
lines changed

package.json

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"repository": "postcss/postcss-js",
1717
"scripts": {
18-
"test": "jest-ci --coverage && eslint-ci ."
18+
"test": "jest --coverage && eslint ."
1919
},
2020
"engines": {
2121
"node": ">=10.0"
@@ -33,42 +33,30 @@
3333
},
3434
"dependencies": {
3535
"camelcase-css": "^2.0.1",
36-
"postcss": "^8.1.6"
36+
"postcss": "^8.4.5"
3737
},
3838
"devDependencies": {
39-
"@logux/eslint-config": "^42.2.0",
40-
"clean-publish": "^1.1.8",
41-
"eslint": "^7.12.1",
42-
"eslint-ci": "^1.0.0",
43-
"eslint-config-standard": "^16.0.1",
44-
"eslint-plugin-import": "^2.22.1",
45-
"eslint-plugin-jest": "^24.1.0",
39+
"@logux/eslint-config": "^46.1.1",
40+
"clean-publish": "^3.4.4",
41+
"eslint": "^8.6.0",
42+
"eslint-config-standard": "^16.0.3",
43+
"eslint-plugin-import": "^2.25.3",
4644
"eslint-plugin-node": "^11.1.0",
47-
"eslint-plugin-prefer-let": "^1.1.0",
48-
"eslint-plugin-prettierx": "^0.14.0",
49-
"eslint-plugin-promise": "^4.2.1",
50-
"eslint-plugin-security": "^1.4.0",
51-
"eslint-plugin-standard": "^4.0.2",
52-
"eslint-plugin-unicorn": "^23.0.0",
53-
"husky": "^4.3.0",
54-
"jest": "^26.6.3",
55-
"jest-ci": "^0.1.1",
56-
"jest-cli": "^26.6.3",
57-
"lint-staged": "^10.5.1",
58-
"postcss-sharec-config": "^0.1.9"
59-
},
60-
"husky": {
61-
"hooks": {
62-
"pre-commit": "lint-staged"
63-
}
64-
},
65-
"lint-staged": {
66-
"*.js": "eslint --fix"
45+
"eslint-plugin-prefer-let": "^3.0.1",
46+
"eslint-plugin-promise": "^6.0.0",
47+
"jest": "^27.4.6"
6748
},
6849
"eslintConfig": {
6950
"extends": "@logux/eslint-config",
7051
"rules": {
71-
"security/detect-unsafe-regex": "off"
52+
"no-console": "off"
53+
},
54+
"globals": {
55+
"beforeEach": "readonly",
56+
"beforeAll": "readonly",
57+
"afterAll": "readonly",
58+
"it": "readonly",
59+
"expect": "readonly"
7260
}
7361
},
7462
"jest": {
@@ -78,9 +66,5 @@
7866
"statements": 100
7967
}
8068
}
81-
},
82-
"sharec": {
83-
"config": "postcss-sharec-config",
84-
"version": "0.1.9"
8569
}
8670
}

0 commit comments

Comments
 (0)