Skip to content

Commit de2874a

Browse files
authored
Matched fork dependencies with current AS main branch (#12)
1 parent a94b0f6 commit de2874a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,26 @@
4545
},
4646
"dependencies": {
4747
"binaryen": "93.0.0-nightly.20200609",
48-
"long": "^4.0.0"
48+
"long": "^4.0.0",
49+
"source-map-support": "^0.5.19",
50+
"ts-node": "^6.2.0"
51+
},
52+
"devDependencies": {
53+
"@types/node": "^14.0.13",
54+
"@typescript-eslint/eslint-plugin": "^3.2.0",
55+
"@typescript-eslint/parser": "^3.2.0",
56+
"browser-process-hrtime": "^1.0.0",
57+
"diff": "^4.0.2",
58+
"eslint": "^7.2.0",
59+
"glob": "^7.1.6",
60+
"physical-cpu-count": "^2.0.0",
61+
"semantic-release": "github:dcodeIO/semantic-release",
62+
"source-map-support": "^0.5.19",
63+
"ts-loader": "^7.0.5",
64+
"ts-node": "^6.2.0",
65+
"typescript": "^3.9.5",
66+
"webpack": "^4.43.0",
67+
"webpack-cli": "^3.3.11"
4968
},
5069
"main": "index.js",
5170
"types": "index.d.ts",

0 commit comments

Comments
 (0)