Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9,066 changes: 4,392 additions & 4,674 deletions component-starter-server/src/main/frontend/package-lock.json

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions component-starter-server/src/main/frontend/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,23 @@
"react-i18next": "^13.5.0",
"react-router": "~6.3.0",
"react-router-dom": "~6.3.0",
"uuid": "^10.0.0"
"uuid": "^10.0.0",
"form-data": ">=4.0.4",
"body-parser": "1.20.3",
"http-proxy-middleware": "2.0.9",
"path-to-regexp": "0.1.10",
"@babel/runtime": "7.26.10"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3"
"body-parser": "^1.18.3",
"path-to-regexp": "0.1.10",
"form-data": ">=4.0.4"
},
"proxy": "http://localhost:8080/",
"overrides": {
"webpack": "^5.92.0"
"webpack": "^5.94.0"
}
}
7,031 changes: 2,819 additions & 4,212 deletions component-tools-webapp/src/main/frontend/package-lock.json

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions component-tools-webapp/src/main/frontend/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@talend/bootstrap-theme": "9.2.0",
"@talend/design-system": "11.0.5",
"@talend/icons": "7.10.2",
"@talend/react-cmf": "10.0.1",
"@talend/react-cmf": "10.1.1",
"@talend/react-components": "17.1.2",
"@talend/react-forms": "15.0.2",
"@talend/react-containers": "11.0.4",
Expand All @@ -23,14 +23,28 @@
"react-router-dom": "^6.24.1",
"redux": "^4.2.1",
"redux-thunk": "2.4.2",
"asciidoctor": "3.0.4"
"asciidoctor": "3.0.4",
"form-data": ">=4.0.4",
"body-parser": "1.20.3",
"http-proxy-middleware": "2.0.9",
"path-to-regexp": "^3.3.0",
"@babel/runtime": "7.26.10",
"@babel/helpers": "7.26.10",
"micromatch": "4.0.8",
"brace-expansion": "2.0.2",
"formidable": "2.1.3",
"postcss": "8.4.31"

},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"cross-env": "^7.0.3",
"webpack": "5.92.1"
"webpack": "5.94.0",
"form-data": ">=4.0.4",
"path-to-regexp": "0.1.10",
"webpack-dev-server": "5.2.1"
}
}
18 changes: 13 additions & 5 deletions component-tools-webapp/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,38 @@
"build": "talend-scripts build"
},
"dependencies": {
"@babel/runtime": "7.26.10",
"@talend/bootstrap-theme": "9.2.0",
"@talend/design-system": "11.0.5",
"@talend/icons": "7.10.2",
"@talend/react-cmf": "10.0.1",
"@talend/react-cmf": "^10.1.1",
"@talend/react-components": "17.1.2",
"@talend/react-forms": "15.0.2",
"@talend/react-containers": "11.0.4",
"@talend/react-forms": "15.0.2",
"asciidoctor": "3.0.4",
"body-parser": "1.20.3",
"classnames": "^2.5.1",
"form-data": ">=4.0.4",
"http-proxy-middleware": "^2.0.9",
"lodash": "^4.17.21",
"path-to-regexp": "^0.1.12",
"postcss": "8.4.31",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router-dom": "^6.24.1",
"redux": "^4.2.1",
"redux-thunk": "2.4.2",
"asciidoctor": "3.0.4"
"redux-thunk": "2.4.2"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"cross-env": "^7.0.3",
"webpack": "5.92.1"
"form-data": ">=4.0.4",
"webpack": "5.94.0",
"webpack-dev-server": "5.2.1"
}
}
24 changes: 12 additions & 12 deletions component-tools/src/main/frontend/package-lock.json

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

89 changes: 44 additions & 45 deletions documentation/src/main/frontend/package-lock.json

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

7 changes: 6 additions & 1 deletion documentation/src/main/frontend/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"dependencies": {
"js-search": "1.4.2",
"@antora/cli": "${antora.version}",
"@antora/site-generator-default": "${antora.version}"
"@antora/site-generator-default": "${antora.version}",
"minimist" : "1.2.6",
"convict": "6.2.4",
"braces": "3.0.3",
"brace-expansion": "1.1.12",
"json5": "2.2.2"
},
"scripts": {
"antora:build": "antora --stacktrace ../antora/site.yml",
Expand Down
Loading