Skip to content

Commit

Permalink
other: Fixed PNPM version to v8 to avoid breaking changes introduced …
Browse files Browse the repository at this point in the history
…by v9
  • Loading branch information
Luna-Klatzer committed Jun 25, 2024
1 parent db428e5 commit fb028e8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kipper/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion kipper/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down
2 changes: 1 addition & 1 deletion kipper/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down
2 changes: 1 addition & 1 deletion kipper/target-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down
2 changes: 1 addition & 1 deletion kipper/target-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down
2 changes: 1 addition & 1 deletion kipper/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
"pnpm": "8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
Expand Down

0 comments on commit fb028e8

Please sign in to comment.