Skip to content

Commit 3698ade

Browse files
inazarovsampullman
authored andcommitted
fix: upgrade fcl to v1 #5
1 parent f9811f8 commit 3698ade

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
},
2828
"homepage": "https://github.com/samatechtw/onflow-fcl-esm#readme",
2929
"dependencies": {
30-
"@onflow/fcl": "0.0.78",
30+
"@onflow/fcl": "1.0.2",
3131
"buffer": "^6.0.3",
3232
"http-browserify": "^1.7.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.15.5",
36-
"@onflow/config": "^0.0.2",
37-
"@rollup/plugin-commonjs": "^21.0.1",
36+
"@onflow/config": "^1.0.1",
37+
"@rollup/plugin-commonjs": "^22.0.0",
3838
"@rollup/plugin-node-resolve": "^13.1.3",
39-
"@rollup/plugin-replace": "^3.0.1",
39+
"@rollup/plugin-replace": "^4.0.0",
4040
"prettier": "^2.5.1",
4141
"rimraf": "^3.0.2",
4242
"rollup": "^2.67.0",
4343
"rollup-plugin-copy": "^3.4.0",
4444
"rollup-plugin-node-builtins": "^2.1.2",
45-
"rollup-plugin-polyfill-node": "^0.8.0",
45+
"rollup-plugin-polyfill-node": "^0.9.0",
4646
"rollup-plugin-sourcemaps": "^0.6.3",
4747
"typescript": "^4.5.4"
4848
},

0 commit comments

Comments
 (0)