Skip to content

Commit

Permalink
fix(deps): pin dependencies (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 1bfb9e2 commit 75bcc64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/client/hmi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"d3": "7.6.1",
"dagre": "0.8.5",
"eslint-import-resolver-typescript": "3.5.5",
"feather-icons": "4",
"feather-icons": "4.29.0",
"graph-scaffolder": "*",
"katex": "0.16.6",
"lodash": "4.17.21",
Expand All @@ -42,7 +42,7 @@
"primevue": "3.25.0",
"sass": "1.56.1",
"vue": "3.2.47",
"vue-feather": "2",
"vue-feather": "2.0.0",
"vue-router": "4.1.6",
"vue3-ace-editor": "2.2.2",
"vue3-draggable-resizable": "1.6.5"
Expand All @@ -60,7 +60,7 @@
"@vitest/coverage-c8": "0.24.5",
"typescript": "4.9.5",
"vite": "3.2.5",
"vite-svg-loader": "^4.0.0",
"vite-svg-loader": "4.0.0",
"vitest": "0.24.5",
"vue-tsc": "1.2.0"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6257,7 +6257,7 @@ cors@latest:
languageName: node
linkType: hard

"feather-icons@npm:4":
"feather-icons@npm:4.29.0":
version: 4.29.0
resolution: "feather-icons@npm:4.29.0"
dependencies:
Expand Down Expand Up @@ -7088,7 +7088,7 @@ cors@latest:
d3: 7.6.1
dagre: 0.8.5
eslint-import-resolver-typescript: 3.5.5
feather-icons: 4
feather-icons: 4.29.0
graph-scaffolder: "*"
katex: 0.16.6
lodash: 4.17.21
Expand All @@ -7104,10 +7104,10 @@ cors@latest:
sass: 1.56.1
typescript: 4.9.5
vite: 3.2.5
vite-svg-loader: ^4.0.0
vite-svg-loader: 4.0.0
vitest: 0.24.5
vue: 3.2.47
vue-feather: 2
vue-feather: 2.0.0
vue-router: 4.1.6
vue-tsc: 1.2.0
vue3-ace-editor: 2.2.2
Expand Down Expand Up @@ -12124,7 +12124,7 @@ send@latest:
languageName: node
linkType: hard

"vite-svg-loader@npm:^4.0.0":
"vite-svg-loader@npm:4.0.0":
version: 4.0.0
resolution: "vite-svg-loader@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -12319,7 +12319,7 @@ send@latest:
languageName: node
linkType: hard

"vue-feather@npm:2":
"vue-feather@npm:2.0.0":
version: 2.0.0
resolution: "vue-feather@npm:2.0.0"
peerDependencies:
Expand Down

0 comments on commit 75bcc64

Please sign in to comment.