Skip to content

Commit

Permalink
chore: upgraded dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Sep 22, 2024
1 parent d0873dc commit 943e376
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 131 deletions.
4 changes: 2 additions & 2 deletions cjs-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"awesome-phonenumber": "workspace:^",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions esm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"awesome-phonenumber": "workspace:^",
"jest": "^29.7.0",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/mkdirp": "^2.0.0",
"@types/node": "^22.5.0",
"@types/node": "^22.5.5",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"google-closure-compiler": "^20240317.0.0",
Expand All @@ -79,10 +79,10 @@
"pre-commit": "^1.2.2",
"replace": "^1.2.2",
"rmfr": "^2.0.0",
"rollup": "4.21.0",
"rollup": "4.22.4",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"awesome-phonenumber": "workspace:^",
"html-webpack-plugin": "^5.6.0",
"puppeteer": "^23.1.1",
"puppeteer": "^23.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit 943e376

Please sign in to comment.