We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1ee70 + f880276 commit 4298e28Copy full SHA for 4298e28
package.json
@@ -15,9 +15,25 @@
15
"grunt-contrib-watch": "^1.0.0",
16
"nodemon": "^3.0.1",
17
"npm-run-all": "^4.1.5",
18
- "postcss": "^8.3.11",
+ "postcss": "^8.4.31",
19
"postcss-cli": "^9.0.1",
20
"sass": "^1.43.3",
21
"stylelint-config-twbs-bootstrap": "^2.2.4"
22
+ },
23
+ "overrides": {
24
25
+ "@babel/traverse": ">=7.23.2",
26
+ "@babel/helpers": ">=7.26.10",
27
+ "qs": ">=6.14.1",
28
+ "semver": ">=6.3.1",
29
+ "cross-spawn": ">=6.0.6",
30
+ "braces": ">=3.0.3",
31
+ "lodash": ">=4.17.23",
32
+ "micromatch": ">=4.0.8",
33
+ "js-yaml": ">=3.14.2",
34
+ "nanoid": ">=3.3.8",
35
+ "tmp": ">=0.2.4",
36
+ "brace-expansion": ">=1.1.12 <2",
37
+ "json5": ">=2.2.2"
38
}
39
0 commit comments