We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9c4ef commit 8b39a4eCopy full SHA for 8b39a4e
2 files changed
package.json
@@ -40,7 +40,7 @@
40
"postcss-import": "^12.0.0",
41
"prettier": "~2.0.0",
42
"sugarss": "^2.0.0",
43
- "uuid": "^3.0.1"
+ "uuid": "^7.0.0"
44
},
45
"files": [
46
"bin",
test/helpers/tmp.js
@@ -1,5 +1,5 @@
1
const path = require('path')
2
-const uuid = require('uuid')
+const { v4: uuid } = require('uuid')
3
4
module.exports = function (ext) {
5
ext = ext || ''
0 commit comments