Skip to content

Commit 6b01346

Browse files
committed
Consistent package.json
1 parent 437e9f9 commit 6b01346

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"engines": {
3-
"node": "^18"
2+
"type": "commonjs",
3+
"private": true,
4+
"dependencies": {
5+
"@fastly/js-compute": "^3.33.2"
46
},
57
"devDependencies": {
6-
"@fastly/cli": "^10.14.0",
8+
"@fastly/cli": "^11.0.0",
79
"buffer": "^6.0.3",
810
"core-js": "^3.33.1",
911
"g": "^2.0.1",
@@ -12,12 +14,9 @@
1214
"path-browserify": "^1.0.1",
1315
"process": "^0.11.10",
1416
"stream-http": "^3.2.0",
15-
"webpack": "^5.89.0",
17+
"webpack": "^5.98.0",
1618
"webpack-cli": "^5.1.4"
1719
},
18-
"dependencies": {
19-
"@fastly/js-compute": "^3.0.0"
20-
},
2120
"scripts": {
2221
"prebuild": "webpack",
2322
"build": "js-compute-runtime bin/index.js bin/main.wasm",

0 commit comments

Comments
 (0)