Skip to content

Commit

Permalink
Upgrade @phensley/cldr to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Jul 7, 2023
1 parent e102d4c commit 7ea5b69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
},
"devDependencies": {
"@phenomnomnominal/tsquery": "^5.0.1",
"@phensley/cldr": "1.7.1",
"@phensley/cldr-compiler": "1.7.1",
"@phensley/unit-converter": "1.7.1",
"@phensley/cldr": "1.7.2",
"@phensley/cldr-compiler": "1.7.2",
"@phensley/unit-converter": "1.7.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-glob": "^3.2.12",
"jest": "^29.5.0",
"fast-glob": "^3.3.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-extractor": "^3.1.5",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.x"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class MiscData {

public static final String VERSION =
"1.7.1";
"1.7.2";


}

0 comments on commit 7ea5b69

Please sign in to comment.