Skip to content

Commit

Permalink
chore: resolves #1472 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev authored Oct 19, 2023
1 parent 35adc2c commit fab9d11
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 184 deletions.
2 changes: 1 addition & 1 deletion odd-platform-ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
v18.18.2
4 changes: 2 additions & 2 deletions odd-platform-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {

node {
download = true
version = "18.16.0"
pnpmVersion = "8.4.0"
version = "18.18.2"
pnpmVersion = "8.9.2"
}

tasks.register("buildUI", PnpmTask) {
Expand Down
6 changes: 3 additions & 3 deletions odd-platform-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"react-truncate-markup": "^5.1.2",
"styled-components": "^5.3.11",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vanilla-jsoneditor": "^0.7.11"
},
"devDependencies": {
Expand Down Expand Up @@ -137,8 +137,8 @@
"minimist": "1.2.6"
},
"engines": {
"node": "v18.16.0",
"pnpm": "^8.4.0"
"node": "v18.18.2",
"pnpm": "^8.9.2"
},
"pnpm": {
"overrides": {
Expand Down
23 changes: 12 additions & 11 deletions odd-platform-ui/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion odd-platform-ui/src/components/Search/Filters/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Filters: React.FC = () => {
facetOptions={datasources}
/>
{typeof searchClass === 'number' && searchClass > 0 ? (
<MultipleFilterItem key='st' facetName='types' name={t('Type')} />
<MultipleFilterItem key='tp' facetName='types' name={t('Type')} />
) : null}
<SingleFilterItem
key='ns'
Expand Down
Loading

0 comments on commit fab9d11

Please sign in to comment.