Skip to content

Commit

Permalink
node package versions changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
documati committed Aug 18, 2023
1 parent 2231cc3 commit 4d159f4
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 78 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ COPY VERSION VERSION

# resolve dependencies
ENV USER_HOME="/user/mvn"
RUN mkdir -p "${USER_HOME}/.m2" && ./mvnw.sh dependency:resolve -pl !distribution && ./mvnw.sh dependency:resolve-plugins -pl !distribution
RUN mkdir -p "${USER_HOME}/.m2" && ./mvnw.sh dependency:go-offline -Prun-npm
RUN ./mvnw.sh frontend:install-node-and-npm -pl dqops

# npm install
COPY dqops/src/main/frontend/package.json dqops/src/main/frontend/
ENV PATH="/workspace/app/dqops/src/main/frontend/node:${PATH}"
WORKDIR /workspace/app/dqops/src/main/frontend
RUN npm install --legacy-peer-deps
RUN ./mvnw.sh frontend:npm@npm-install -pl dqops -Prun-npm

WORKDIR /workspace/app

Expand Down
8 changes: 4 additions & 4 deletions dqops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@
</configuration>
<executions>
<execution>
<id>install node</id>
<id>install-node</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install</id>
<id>npm-install</id>
<goals>
<goal>npm</goal>
</goals>
Expand All @@ -202,7 +202,7 @@
</configuration>
</execution>
<execution>
<id>npm test</id>
<id>npm-test</id>
<goals>
<goal>npm</goal>
</goals>
Expand All @@ -215,7 +215,7 @@
</configuration>
</execution>
<execution>
<id>npm build</id>
<id>npm-build</id>
<goals>
<goal>npm</goal>
</goals>
Expand Down
148 changes: 77 additions & 71 deletions dqops/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,51 @@
"version": "0.2.0-beta5",
"private": true,
"dependencies": {
"@codemirror/lang-python": "^6.1.2",
"@codemirror/legacy-modes": "^6.3.2",
"@material-tailwind/react": "^1.2.4",
"@naisutech/react-tree": "^3.1.0",
"@openapitools/openapi-generator-cli": "^2.6.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^17.0.45",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.1.7",
"@uiw/react-codemirror": "^4.20.2",
"autoprefixer": "^10.4.14",
"axios": "^0.27.2",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"clsx": "^1.2.1",
"http-proxy-middleware": "^2.0.6",
"install": "^0.13.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"npm": "^8.19.3",
"postcss": "^8.4.24",
"postcss-cli": "^9.1.0",
"postcss-preset-env": "^7.8.0",
"query-string": "^7.1.1",
"rc-tree": "^5.7.4",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.12.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"react-ui-tree": "^4.0.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.11",
"tailwindcss": "^3.3.2",
"typescript": "^4.8.2"
"@codemirror/lang-python": "6.1.3",
"@codemirror/legacy-modes": "6.3.3",
"@material-tailwind/react": "1.4.2",
"@naisutech/react-tree": "3.1.0",
"@openapitools/openapi-generator-cli": "2.7.0",
"@tailwindcss/line-clamp": "0.4.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "28.1.8",
"@types/node": "17.0.45",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@uiw/react-codemirror": "4.21.9",
"autoprefixer": "10.4.15",
"axios": "0.27.2",
"chart.js": "4.3.3",
"chartjs-adapter-moment": "1.0.1",
"clsx": "1.2.1",
"http-proxy-middleware": "2.0.6",
"install": "0.13.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"npm": "8.19.4",
"postcss": "8.4.28",
"postcss-cli": "9.1.0",
"postcss-preset-env": "7.8.3",
"query-string": "7.1.3",
"rc-tree": "5.7.9",
"react": "18.2.0",
"react-avatar": "5.0.3",
"react-chartjs-2": "5.2.0",
"react-datepicker": "4.16.0",
"react-dom": "18.2.0",
"react-github-btn": "1.4.0",
"react-redux": "8.1.2",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-toastify": "9.1.3",
"react-ui-tree": "4.0.0",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"styled-components": "5.3.11",
"tailwindcss": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -71,30 +70,37 @@
]
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8",
"prettier": "^2.8.8",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^5.0.0",
"typescript": "^4.8.3",
"typescript-tslint-plugin": "^1.0.2"
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/lodash": "4.14.197",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "7.24.0",
"eslint-config-airbnb": "15.0.1",
"eslint-config-google": "0.9.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "16.0.2",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-loader": "4.0.2",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "4.3.8",
"prettier": "2.8.8",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"tslint-react": "5.0.0",
"typescript": "4.9.5",
"typescript-tslint-plugin": "1.0.2"
},
"node_modules/fsevents": {
"os": [
"darwin",
"win32",
"linux"
]
}
}

0 comments on commit 4d159f4

Please sign in to comment.