Skip to content

Commit

Permalink
Merge pull request #1024 from foundation/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored Aug 17, 2020
2 parents 18d896d + f1bcee1 commit 787a324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {
"browser-sync": "^2.9.10",
"cheerio": "^1.0.0-rc.3",
"clipboard-js": "^0.3.6",
"cssnano": "^4.1.10",
"foundation-docs": "foundation/foundation-docs#master",
"foundation-sites": "foundation/foundation-sites#master",
Expand All @@ -49,6 +48,7 @@
"inky": "^1.4.1",
"js-yaml": "^3.14.0",
"lazypipe": "^1.0.1",
"lodash.template": ">=4.5.0",
"marked": "^1.1.1",
"motion-ui": "^2.0.3",
"multiline": "^2.0.0",
Expand All @@ -60,15 +60,13 @@
"siphon-media-query": "^1.0.0",
"supercollider": "^1.5.2",
"typeahead.js": "^0.11.1",
"yargs": "^14.2.0",
"zeroclipboard": "^2.2.0",
"lodash.template": ">=4.5.0"
"yargs": "^14.2.0"
},
"resolutions": {
"marked" : "^1.1.1",
"minimist" : "^1.2.5",
"braces" : "^2.3.2",
"lodash.template" : ">=4.5.0"
"marked": "^1.1.1",
"minimist": "^1.2.5",
"braces": "^2.3.2",
"lodash.template": ">=4.5.0"
},
"license": "MIT",
"eyeglass": {
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1098,11 +1098,6 @@ cli-width@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==

clipboard-js@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/clipboard-js/-/clipboard-js-0.3.6.tgz#6260add69b5318fde40b80f9d3c8c863efdaf339"
integrity sha512-hyrmvbrYCeRBHdiR3KrEz0tmrUTXXEU8HLeGW0Y0icUSwYmAsmc+d6wfE4EDb/TxZmAVJG0eTfMlulCIT+ecfw==

cliui@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
Expand Down Expand Up @@ -8633,8 +8628,3 @@ [email protected]:
version "0.1.2"
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=

zeroclipboard@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/zeroclipboard/-/zeroclipboard-2.3.0.tgz#592ebd833a4308688b0739697d3dbf989002c9af"
integrity sha1-WS69gzpDCGiLBzlpfT2/mJACya8=

0 comments on commit 787a324

Please sign in to comment.