Skip to content

Commit ed5c181

Browse files
committed
Remove dependency
1 parent 5927245 commit ed5c181

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vueplotlib",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve --open ./examples-src/index.js",
@@ -19,8 +19,7 @@
1919
"d3-dispatch-nosplit": "^2.0.1",
2020
"d3-drag": "^1.2.5",
2121
"lodash": "^4.17.11",
22-
"simple-statistics": "^6.1.1",
23-
"uuid": "^3.3.3"
22+
"simple-statistics": "^6.1.1"
2423
},
2524
"devDependencies": {
2625
"@vue/cli-plugin-babel": "^3.0.0-beta.6",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11907,7 +11907,7 @@ utils-merge@1.0.1:
1190711907
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1190811908
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
1190911909

11910-
uuid@^3.0.1, uuid@^3.3.2, uuid@^3.3.3:
11910+
uuid@^3.0.1, uuid@^3.3.2:
1191111911
version "3.3.3"
1191211912
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
1191311913
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==

0 commit comments

Comments
 (0)