Skip to content

Commit

Permalink
Merge pull request #34 from xenit-eu/renovate/major-lerna-monorepo
Browse files Browse the repository at this point in the history
Update dependency lerna to v8
  • Loading branch information
vierbergenlars authored Mar 22, 2024
2 parents e425484 + 65e3ee5 commit 213fde6
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 371 deletions.
2 changes: 1 addition & 1 deletion config/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import typescript from "@rollup/plugin-typescript"
import babel from "@rollup/plugin-babel"
import clear from "rollup-plugin-clear"

import glob from 'glob';
import * as glob from 'glob';
import path from 'node:path';

const sourcePath = path.resolve(process.cwd() + '/src');
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"@jest/globals": "^29.6.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-typescript": "^11.1.2",
"glob": "^10.3.10",
"jest": "^29.6.2",
"lerna": "^7.1.4",
"lerna": "^8.0.0",
"rollup": "^4.0.0",
"rollup-plugin-clear": "^2.0.7",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 213fde6

Please sign in to comment.