Skip to content

Commit

Permalink
Improved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Aug 7, 2024
1 parent f0f22ac commit 52b8bd2
Show file tree
Hide file tree
Showing 3 changed files with 1,305 additions and 2,838 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
"ci:release": "lerna publish $(yarn --silent ci:version) --yes --force-publish --message '[skip ci] publish %s'"
},
"devDependencies": {
"jest": "^25.0.0",
"jest-cli": "^25.0.0",
"@types/node": "^22",
"@types/yargs": "^17",
"jest": "^29",
"jest-cli": "^29",
"lerna": "^8",
"prettier": "^2.1.1",
"ts-jest": "^25.0.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"prettier": "^3",
"ts-jest": "^29",
"tslint": "^6",
"tslint-config-prettier": "^1",
"tslint-plugin-prettier": "^2",
"typescript": "^5"
}
}
2 changes: 0 additions & 2 deletions packages/piral-cli-vite5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@types/node": "^20",
"@types/yargs": "^17",
"piral-cli": "^1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 52b8bd2

Please sign in to comment.