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 1adc501 commit 6aa448cCopy full SHA for 6aa448c
example/package.json
@@ -86,6 +86,23 @@
86
"webpack-manifest-plugin": "2.2.0",
87
"workbox-webpack-plugin": "5.1.4"
88
},
89
+ "resolutions": {
90
+ "eventsource": "1.1.1",
91
+ "ejs": "3.1.7",
92
+ "ansi-regex": "5.0.1",
93
+ "node-forge": "1.3.0",
94
+ "ansi-html": "0.0.8",
95
+ "is-svg": "4.3.0",
96
+ "json-schema": "0.4.0",
97
+ "nth-check": "2.0.1",
98
+ "immer": "9.0.6",
99
+ "glob-parent": "5.1.2",
100
+ "dns-packet": "1.3.2",
101
+ "ssri": "6.0.2",
102
+ "node-fetch": "2.6.7",
103
+ "marked": "4.0.10",
104
+ "tmpl": "1.0.5"
105
+ },
106
"scripts": {
107
"start": "node scripts/start.js",
108
"build": "rm -rf ../docs && node scripts/build.js && mv ./build ../docs",
0 commit comments