Skip to content

Commit

Permalink
Update dependency smoldash to v0.10.0 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Caleb Eby <[email protected]>
  • Loading branch information
3 people authored Jul 20, 2021
1 parent 248376d commit 1a013f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-vue": "6.0.0",
"sass": "1.35.2",
"simple-code-frame": "1.1.1",
"smoldash": "0.9.0",
"smoldash": "0.10.0",
"typescript": "4.3.5",
"vue": "3.1.4"
},
Expand Down
5 changes: 1 addition & 4 deletions src/jest-dom/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ const stubs = {
}
`,
'lodash/isEqual': `export { isEqual as default } from 'smoldash'`,
'lodash/uniq': `
const uniq = (input) => Array.from(new Set(input))
export default uniq
`,
'lodash/uniq': `export { uniq as default } from 'smoldash'`,
'@babel/runtime/helpers/extends': `export default Object.assign`,
};

Expand Down

0 comments on commit 1a013f6

Please sign in to comment.