Skip to content
Open
449 changes: 197 additions & 252 deletions component-starter-server/src/main/frontend/package-lock.json

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions component-starter-server/src/main/frontend/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.2",
"@talend/design-system": "11.0.7",
"@talend/icons": "7.10.3",
"@talend/bootstrap-theme": "^9.2.2",
"@talend/design-system": "^11.8.0",
"@talend/react-bootstrap": "^3.0.2",
"@talend/react-components": "17.1.3",
"@talend/react-components": "^17.5.0",
"ace-builds": "^1.35.2",
"body-parser": "1.20.3",
"classnames": "^2.5.1",
Expand All @@ -22,8 +21,8 @@
"react-ace": "^12.0.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-router": "~6.30.4",
"react-router-dom": "~6.30.4"
"react-router": "^7.18.3",
"react-router-dom": "^7.18.3"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.1",
Expand All @@ -41,16 +40,16 @@
"ajv@6": "^6.14.0",
"ajv@8": "^8.18.0",
"brace-expansion": "^2.1.4",
"browserslist": "^4.28.9",
"fast-uri": "^3.1.6",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"form-data": "^4.0.6",
"handlebars": "^4.7.9",
"http-proxy-middleware": "^3.0.6",
"immutable@3": "^3.8.4",
"immutable@5": "^5.1.9",
"immutable": "^4.3.9",
"js-cookie": "^3.0.7",
"js-yaml": "^4.3.1",
"js-yaml": "^4.3.2",
"jsonpath": "^1.3.0",
"launch-editor": "^2.14.1",
"lodash": "^4.18.1",
Expand All @@ -62,7 +61,7 @@
"picomatch@2": "^2.3.2",
"picomatch@4": "^4.0.4",
"postcss": "^8.5.26",
"qs": "^6.15.2",
"qs": "^6.16.0",
"serialize-javascript": "^7.0.5",
"shell-quote": "^1.10.0",
"sockjs": "^0.3.24",
Expand Down
19 changes: 9 additions & 10 deletions component-starter-server/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.2",
"@talend/design-system": "11.0.7",
"@talend/icons": "7.10.3",
"@talend/bootstrap-theme": "^9.2.2",
"@talend/design-system": "^11.8.0",
"@talend/react-bootstrap": "^3.0.2",
"@talend/react-components": "17.1.3",
"@talend/react-components": "^17.5.0",
"ace-builds": "^1.35.2",
"body-parser": "1.20.3",
"classnames": "^2.5.1",
Expand All @@ -22,8 +21,8 @@
"react-ace": "^12.0.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-router": "~6.30.4",
"react-router-dom": "~6.30.4"
"react-router": "^7.18.3",
"react-router-dom": "^7.18.3"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.1",
Expand All @@ -41,16 +40,16 @@
"ajv@6": "^6.14.0",
"ajv@8": "^8.18.0",
"brace-expansion": "^2.1.4",
"browserslist": "^4.28.9",
"fast-uri": "^3.1.6",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"form-data": "^4.0.6",
"handlebars": "^4.7.9",
"http-proxy-middleware": "^3.0.6",
"immutable@3": "^3.8.4",
"immutable@5": "^5.1.9",
"immutable": "^4.3.9",
"js-cookie": "^3.0.7",
"js-yaml": "^4.3.1",
"js-yaml": "^4.3.2",
"jsonpath": "^1.3.0",
"launch-editor": "^2.14.1",
"lodash": "^4.18.1",
Expand All @@ -62,7 +61,7 @@
"picomatch@2": "^2.3.2",
"picomatch@4": "^4.0.4",
"postcss": "^8.5.26",
"qs": "^6.15.2",
"qs": "^6.16.0",
"serialize-javascript": "^7.0.5",
"shell-quote": "^1.10.0",
"sockjs": "^0.3.24",
Expand Down
Loading
Loading