Skip to content

Commit

Permalink
add nanoid to shared package dependencies (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored and cwhitten committed Nov 13, 2019
1 parent 36afd78 commit 9dae66d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lodash.set": "^4.3.2",
"lodash.startcase": "^4.4.0",
"mini-css-extract-plugin": "0.5.0",
"nanoid": "^2.0.1",
"nanoid": "^2.1.6",
"office-ui-fabric-react": "7.37.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
Expand Down
4 changes: 3 additions & 1 deletion Composer/packages/lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^24.0.11",
"@types/nanoid": "^2.1.0",
"@types/react": "16.9.0",
"@types/react-dom": "16.9.0",
"autoprefixer": "^9.5.1",
Expand All @@ -54,6 +55,7 @@
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"json-schema": "^0.2.5"
"json-schema": "^0.2.5",
"nanoid": "^2.1.6"
}
}
12 changes: 12 additions & 0 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,13 @@
dependencies:
"@types/node" "*"

"@types/nanoid@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@types/nanoid/-/nanoid-2.1.0.tgz#41edfda78986e9127d0dc14de982de766f994020"
integrity sha512-xdkn/oRTA0GSNPLIKZgHWqDTWZsVrieKomxJBOQUK9YDD+zfSgmwD5t4WJYra5S7XyhTw7tfvwznW+pFexaepQ==
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^11.9.6":
version "11.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.4.tgz#8808bd5a82bbf6f5d412eff1c228d178e7c24bb3"
Expand Down Expand Up @@ -11144,6 +11151,11 @@ nanoid@^2.0.1:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.0.1.tgz#deb55cac196e3f138071911dabbc3726eb048864"
integrity sha512-k1u2uemjIGsn25zmujKnotgniC/gxQ9sdegdezeDiKdkDW56THUMqlz3urndKCXJxA6yPzSZbXx/QCMe/pxqsA==

nanoid@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.6.tgz#0665418f692e54cf44f34d4010761f3240a03314"
integrity sha512-2NDzpiuEy3+H0AVtdt8LoFi7PnqkOnIzYmJQp7xsEU6VexLluHQwKREuiz57XaQC5006seIadPrIZJhyS2n7aw==

nanomatch@^1.2.9:
version "1.2.13"
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
Expand Down

0 comments on commit 9dae66d

Please sign in to comment.