We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346fd9a commit d6e2f06Copy full SHA for d6e2f06
package.json
@@ -29,20 +29,20 @@
29
"push": "npm_config_registry=https://registry.npmjs.com/ npm publish"
30
},
31
"dependencies": {
32
- "@parcel/css": "^1.8.2",
+ "@parcel/css": "^1.12.0",
33
"webpack-sources": "^3.2.3"
34
35
"devDependencies": {
36
"@fz6m/eslint-plugin-sakina": "^2.0.2",
37
"@types/webpack-sources": "^3.2.0",
38
- "browserslist": "^4.20.3",
+ "browserslist": "^4.21.2",
39
"commit-verify": "^1.0.3",
40
- "eslint": "^8.15.0",
41
- "husky": "^7.0.4",
+ "eslint": "^8.20.0",
+ "husky": "^8.0.1",
42
"rimraf": "^3.0.2",
43
"tapable": "^2.2.1",
44
- "typescript": "^4.6.4",
45
- "webpack": "^5.72.0"
+ "typescript": "^4.7.4",
+ "webpack": "^5.73.0"
46
47
"peerDependencies": {
48
"webpack": ">=5"
0 commit comments