Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kie-issues#529: Upgrade pnpm version from 7.26.3to 8.7.0 in kogito-apps #1847

Merged
merged 1 commit into from
Sep 1, 2023
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
2 changes: 1 addition & 1 deletion kogito-apps-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.frontend.plugin>1.12.1</version.frontend.plugin>
<version.node>v18.16.0</version.node>
<version.npm>6.10.3</version.npm>
<version.pnpm>v7.26.3</version.pnpm>
<version.pnpm>v8.7.0</version.pnpm>

<!-- internal containers used for testing (built by maven using quarkus-container-image-jib) -->
<container.image.explainability-service-messaging>org.kie.kogito/explainability-service-messaging:${project.version}</container.image.explainability-service-messaging>
Expand Down
6 changes: 3 additions & 3 deletions ui-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"init": "pnpm bootstrap",
"bootstrap": "pnpm install --use-lockfile-v6 --config.strict-peer-dependencies=false",
"bootstrap": "pnpm install --config.strict-peer-dependencies=false",
"build:prod": "pnpm --filter \"./packages/**\" build:prod",
"test": "pnpm run --filter \"./packages/**\" test:coverage",
"test:it": "pnpm run --filter \"./packages/**\" test:it",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^10.5.4",
"pnpm": "7.26.3",
"pnpm": "8.7.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3"
},
Expand All @@ -51,7 +51,7 @@
},
"engines": {
"node": ">=18",
"pnpm": "7.26.3"
"pnpm": "8.7.0"
},
"lint-staged": {
"packages/**/*.{ts,tsx}": [
Expand Down
Loading
Loading