We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc5753 commit e1c7d01Copy full SHA for e1c7d01
package.json
@@ -49,7 +49,9 @@
49
"pegjs": "0.11.0-master.b7b87ea",
50
"webpack-modernizr-loader": "^5.0.0"
51
},
52
- "resolutions": {},
+ "resolutions": {
53
+ "jquery": "3.6.1"
54
+ },
55
"scripts": {
56
"start": "BUILD_ENV=patternslib NODE_ENV=development webpack serve --config webpack/webpack.config.js",
57
"build": "BUILD_ENV=patternslib NODE_ENV=production webpack --config webpack/webpack.config.js",
0 commit comments