Skip to content

Commit e1c7d01

Browse files
committed
fix(Build): Resolve to jquery 3.6.1 to not include mutliple jquery versions.
1 parent 9cc5753 commit e1c7d01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"pegjs": "0.11.0-master.b7b87ea",
5050
"webpack-modernizr-loader": "^5.0.0"
5151
},
52-
"resolutions": {},
52+
"resolutions": {
53+
"jquery": "3.6.1"
54+
},
5355
"scripts": {
5456
"start": "BUILD_ENV=patternslib NODE_ENV=development webpack serve --config webpack/webpack.config.js",
5557
"build": "BUILD_ENV=patternslib NODE_ENV=production webpack --config webpack/webpack.config.js",

0 commit comments

Comments
 (0)