Skip to content

Commit

Permalink
[Recorder] move around dependencies and devDependencies (#7177)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru authored Jan 31, 2020
1 parent 024e4d4 commit 47ec537
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sdk/test-utils/recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,19 @@
"sideEffects": false,
"private": true,
"dependencies": {
"fs-extra": "^8.1.0",
"nise": "^1.4.10",
"nock": "^11.7.0",
"tslib": "^1.10.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@types/fs-extra": "^8.0.0",
"@types/mocha": "^5.2.5",
"@types/nise": "^1.4.0",
"fs-extra": "^8.1.0",
"nise": "^1.4.10",
"nock": "^11.7.0",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"rollup-plugin-shim": "^1.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^3.1.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"chai": "^4.2.0",
"mocha": "^6.2.2",
Expand All @@ -85,6 +79,12 @@
"npm-run-all": "^4.1.5",
"nyc": "^14.0.0",
"prettier": "^1.16.4",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"rollup-plugin-shim": "^1.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^3.1.1",
"typescript": "~3.6.4"
}
}

0 comments on commit 47ec537

Please sign in to comment.