Skip to content

Commit

Permalink
fix: move prettier-plugin-organize-imports and sinon to dev dependenc…
Browse files Browse the repository at this point in the history
…ies (#18)

* move prettier-plugin-organize-imports and sinon to dev dependencies

* upgrade to 1.45.2

* add lock

* add newline at end of file
  • Loading branch information
Justin Domingue authored Oct 6, 2021
1 parent 4af41b9 commit c9514cc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
51 changes: 36 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/smart-order-router",
"version": "1.45.1",
"version": "1.45.2",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -59,8 +59,6 @@
"lodash": "^4.17.21",
"mnemonist": "^0.38.3",
"node-cache": "^5.1.2",
"prettier-plugin-organize-imports": "^2.1.0",
"sinon": "^11.1.2",
"stats-lite": "^2.2.0",
"tslib": "^1.14.1"
},
Expand All @@ -83,6 +81,8 @@
"npm-run-all": "^4.1.5",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"prettier-plugin-organize-imports": "^2.1.0",
"sinon": "^11.1.2",
"standard-version": "^9.0.0",
"ts-jest": "^27.0.4",
"ts-node": "^9.0.0",
Expand All @@ -105,3 +105,4 @@
"commands": "./cli/commands"
}
}

0 comments on commit c9514cc

Please sign in to comment.