Skip to content

Commit 2ce3ab1

Browse files
committed
Mark dependencies as required
1 parent eb02918 commit 2ce3ab1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.yarn/install-state.gz

4 Bytes
Binary file not shown.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
},
2626
"packageManager": "[email protected]",
2727
"devDependencies": {
28-
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
29-
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
3028
"esbuild": "^0.15.5",
31-
"rollup-plugin-node-polyfills": "^0.2.1",
3229
"typescript": "^4.7.4",
3330
"vite": "^3.0.9",
3431
"vite-plugin-inspect": "^0.6.0"
32+
},
33+
"dependencies": {
34+
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
35+
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
36+
"rollup-plugin-node-polyfills": "^0.2.1"
3537
}
3638
}

0 commit comments

Comments
 (0)