Skip to content

Commit

Permalink
Move dependency to root
Browse files Browse the repository at this point in the history
  • Loading branch information
krkshitij committed Aug 29, 2022
1 parent 131d65b commit 380c32b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
"enhanced-resolve": "5.8.2",
"enquirer": "2.3.6",
"enzyme": "3.10.0",
"enzyme-to-json": "3.6.2",
"esbuild": "0.14.27",
"esbuild-loader": "2.18.0",
"eslint": "7.25.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-charting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"@fluentui/react": "^8.91.1",
"@types/react-addons-test-utils": "0.14.18",
"@fluentui/scripts": "^1.0.0",
"@fluentui/jest-serializer-merge-styles": "^8.0.20",
"enzyme-to-json": "3.6.2"
"@fluentui/jest-serializer-merge-styles": "^8.0.20"
},
"dependencies": {
"@fluentui/react-focus": "^8.8.2",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5209,14 +5209,7 @@
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.12.tgz#6160ae454cd89dae05adc3bb97997f488b608201"
integrity sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==

"@types/cheerio@*":
version "0.22.11"
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.11.tgz#61c0facf9636d14ba5f77fc65ed8913aa845d717"
integrity sha512-x0X3kPbholdJZng9wDMhb2swvUi3UYRNAuWAmIPIWlfgAJZp//cql/qblE7181Mg7SjWVwq6ldCPCLn5AY/e7w==
dependencies:
"@types/node" "*"

"@types/cheerio@^0.22.22":
"@types/cheerio@*", "@types/cheerio@^0.22.22":
version "0.22.31"
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.31.tgz#b8538100653d6bb1b08a1e46dec75b4f2a5d5eb6"
integrity sha512-Kt7Cdjjdi2XWSfrZ53v4Of0wG3ZcmaegFXjMmz9tfNrZSkzzo36G0AL1YqSdcIA78Etjt6E609pt5h1xnQkPUw==
Expand Down

0 comments on commit 380c32b

Please sign in to comment.