Skip to content

Commit

Permalink
Align versions across monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 19, 2024
1 parent 2ca6fd1 commit 97eaa76
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"private": true,
"devDependencies": {
"@types/jest": "^29.5.12",
"check-dependency-version-consistency": "^4.1.0",
"lerna": "^8.1.3",
"run-all": "^1.0.1",
"typescript": "^5.4.5"
},
"engines": {
"node": "20.11.1"
},
"scripts": {
"lerna": "lerna"
"lint:dependency-versions": "check-dependency-version-consistency .",
"lint:dependency-versions:fix": "check-dependency-version-consistency . --fix"
},
"workspaces": [
"packages/ifc-syntax-ast-parser",
Expand Down
10 changes: 5 additions & 5 deletions packages/ifc-syntax-ast-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"nearley": "^2.20.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node-dir": "0.0.33",
"directory-tree": "^2.2.9",
"jest": "^26.6.3",
"jest": "^29.7.0",
"node-dir": "^0.1.17",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"gitHead": "d6b73f141d615e8cea77aab9d193105f80217481"
}
8 changes: 4 additions & 4 deletions packages/ifc-syntax-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"license": "ISC",
"devDependencies": {
"@types/cheerio": "^0.22.28",
"@types/glob": "^7.1.3",
"@types/node": "^12.19.1",
"@types/glob": "^8.1.0",
"@types/node": "^20.12.12",
"@types/sbd": "^1.0.1",
"@types/turndown": "^5.0.0",
"@types/unzipper": "^0.10.3",
"typescript": "^4.2.4"
"typescript": "^5.4.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.9",
"glob": "^7.1.7",
"glob": "^10.3.15",
"sbd": "^1.0.19",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ifc-syntax-express-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"author": "Alan Rynne",
"license": "ISC",
"dependencies": {
"moo": "^0.5.1",
"nearley": "^2.19.6"
"moo": "^0.5.2",
"nearley": "^2.20.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/ifc-syntax-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rm -rf ./dist && rm tsconfig.tsbuildinfo"
},
"devDependencies": {
"typescript": "^4.2.4"
"typescript": "^5.4.5"
},
"gitHead": "d6b73f141d615e8cea77aab9d193105f80217481"
}
2 changes: 1 addition & 1 deletion packages/ifc2x3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.11.1",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/ifc4x2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.11.1",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}

0 comments on commit 97eaa76

Please sign in to comment.