Skip to content

Commit

Permalink
fix: libs security
Browse files Browse the repository at this point in the history
  • Loading branch information
jsomsanith-tlnd committed Apr 16, 2020
1 parent 99d006e commit 0a0b2ba
Show file tree
Hide file tree
Showing 2 changed files with 1,861 additions and 1,981 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"commander": "^2.9.0",
"cpx": "^1.5.0",
"i18next-scanner": "^2.9.1",
"lerna": "2.5.1",
"lerna": "3.20.2",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.2",
"puppeteer": "^1.2.0",
"storybook-chroma": "^3.5.0",
"surge": "^0.20.3",
"tmp-promise": "^1.0.4"
},
"scripts": {
Expand Down Expand Up @@ -50,8 +48,7 @@
"extract-i18n-stepper": "i18next-scanner --config packages/stepper/i18next-scanner.config.js 'packages/stepper/src/**/*.js' '!packages/stepper/src/**/*.stories.js'",
"audit-router": "cd packages/router && yarn audit --json && cd ../../",
"audit-scripts": "cd packages/scripts && yarn audit -s --json && cd ../../",
"audit-html": "cd packages/html-webpack-plugin && yarn audit --json && cd ../../",
"chroma": "CHROMA_APP_CODE=x8p2jxrsvbq chroma"
"audit-html": "cd packages/html-webpack-plugin && yarn audit --json && cd ../../"
},
"repository": {
"type": "git",
Expand All @@ -73,5 +70,8 @@
"packages/stepper",
"packages/storybook-cmf",
"packages/theme"
]
],
"dependencies": {
"surge": "^0.21.3"
}
}
Loading

0 comments on commit 0a0b2ba

Please sign in to comment.