mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
add : uuid package
This commit is contained in:
parent
2ad73a09f0
commit
2ef03261e3
2 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,8 @@
|
|||
"lodash-webpack-plugin": "^0.11.4",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "^16.2.0",
|
||||
"react-helmet": "^5.2.0"
|
||||
"react-helmet": "^5.2.0",
|
||||
"uuid": "^3.2.1"
|
||||
},
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
|
|
|
|||
|
|
@ -10664,7 +10664,7 @@ uuid@^2.0.1:
|
|||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
|
||||
|
||||
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
|
||||
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue