Skip to content

Commit 4298e28

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents ee1ee70 + f880276 commit 4298e28

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,25 @@
1515
"grunt-contrib-watch": "^1.0.0",
1616
"nodemon": "^3.0.1",
1717
"npm-run-all": "^4.1.5",
18-
"postcss": "^8.3.11",
18+
"postcss": "^8.4.31",
1919
"postcss-cli": "^9.0.1",
2020
"sass": "^1.43.3",
2121
"stylelint-config-twbs-bootstrap": "^2.2.4"
22+
},
23+
"overrides": {
24+
"postcss": "^8.4.31",
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"
2238
}
2339
}

0 commit comments

Comments
 (0)