Skip to content

Commit

Permalink
add uuid back to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
kajarenc committed Jul 25, 2023
1 parent 1ea7806 commit d45a488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion frontend/lib/package.json
Expand Up @@ -6,7 +6,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "yarn build:src && yarn build:vendor && yarn build:assets && yarn build:proto && yarn build:lib-dev",
"build:prod": "yarn build:src && yarn build:vendor && yarn build:assets && yarn build:proto && yarn build:lib-type-prod",
Expand Down Expand Up @@ -97,6 +99,7 @@
"typed-signals": "^2.5.0",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2",
"uuid": "^9.0.0",
"vega": "^5.23.0",
"vega-embed": "^6.21.2",
"vega-interpreter": "^1.0.4",
Expand Down Expand Up @@ -138,6 +141,7 @@
"@types/react-virtualized": "^9.21.21",
"@types/sprintf-js": "^1.1.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.2",
"@types/xxhashjs": "^0.2.2",
"axios-mock-adapter": "^1.21.4",
"babel-jest": "^27.4.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/yarn.lock
Expand Up @@ -3916,7 +3916,7 @@
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==

"@types/uuid@^9.0.1":
"@types/uuid@^9.0.2":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b"
integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==
Expand Down

0 comments on commit d45a488

Please sign in to comment.