package.json: replace toml package
We need to be able to stringify objects into a toml format for on-prem. This is needed to save the worker config, unfortunately the current toml package only parses toml and can't stringify back to toml.
This commit is contained in:
parent
cfa437a34b
commit
1715d395c2
4 changed files with 26 additions and 17 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"npm": ">=7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ltd/j-toml": "1.38.0",
|
||||
"@patternfly/patternfly": "5.4.1",
|
||||
"@patternfly/react-code-editor": "5.4.1",
|
||||
"@patternfly/react-core": "5.4.12",
|
||||
|
|
@ -26,17 +27,16 @@
|
|||
"react-redux": "9.2.0",
|
||||
"react-router-dom": "6.27.0",
|
||||
"redux": "5.0.1",
|
||||
"redux-promise-middleware": "6.2.0",
|
||||
"toml": "3.0.0"
|
||||
"redux-promise-middleware": "6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@babel/preset-typescript": "7.27.0",
|
||||
"@currents/playwright": "1.12.1",
|
||||
"@patternfly/react-icons": "5.4.2",
|
||||
"@playwright/test": "1.51.1",
|
||||
"@currents/playwright": "1.12.1",
|
||||
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12",
|
||||
"@redhat-cloud-services/frontend-components-config": "6.3.8",
|
||||
"@redhat-cloud-services/tsc-transform-imports": "1.0.23",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue