Skip to content
Open

Beta #176

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
1faf325
chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.3 (#169)
dependabot[bot] Jan 15, 2022
81b4164
fix(deps): bump typescript from 4.4.4 to 4.5.4 (#170)
dependabot[bot] Jan 15, 2022
9fadc7c
chore(deps-dev): bump @types/yargs from 17.0.5 to 17.0.8 (#172)
dependabot[bot] Jan 15, 2022
b71d7c5
chore(deps-dev): bump semantic-release from 18.0.0 to 18.0.1 (#173)
dependabot[bot] Jan 15, 2022
27689a7
chore(deps-dev): bump jest from 27.3.1 to 27.4.7 (#174)
dependabot[bot] Jan 15, 2022
9dff132
fix(deps): bump java-ast from 0.1.0 to 0.3.0 (#177)
dependabot[bot] Jan 18, 2022
38cf1c2
chore(deps-dev): bump prettier from 2.4.1 to 2.5.1 (#178)
dependabot[bot] Jan 18, 2022
7884fc9
chore(deps-dev): bump @types/jest from 27.0.2 to 27.4.0 (#179)
dependabot[bot] Jan 18, 2022
9e4dd28
chore(deps-dev): bump @types/tmp from 0.2.2 to 0.2.3 (#182)
dependabot[bot] Jan 21, 2022
6f70042
chore(deps-dev): bump @types/lodash from 4.14.176 to 4.14.178 (#183)
dependabot[bot] Jan 21, 2022
8522492
chore(deps-dev): bump @types/node from 17.0.8 to 17.0.9 (#184)
dependabot[bot] Jan 21, 2022
7a20946
chore(deps-dev): bump semantic-release from 18.0.1 to 19.0.2 (#185)
dependabot[bot] Jan 21, 2022
e01e393
fix(deps): bump yargs from 17.2.1 to 17.3.1 (#187)
dependabot[bot] Feb 1, 2022
b25b926
chore(deps-dev): bump @types/node from 17.0.9 to 17.0.14 (#188)
dependabot[bot] Feb 1, 2022
8b6754b
Merge branch 'master' into beta
nitzano Feb 1, 2022
5304aa2
fix(deps): bump typescript from 4.5.4 to 4.5.5 (#186)
dependabot[bot] Feb 1, 2022
dc88229
fix(deps): bump estree-walker from 2.0.2 to 3.0.1 (#180)
dependabot[bot] Feb 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"dependencies": {
"antlr4ts": "^0.4.1-alpha.0",
"change-case": "4.1.2",
"estree-walker": "2.0.2",
"estree-walker": "3.0.1",
"filbert": "0.1.20",
"java-ast": "^0.1.0",
"java-ast": "^0.3.0",
"lodash": "^4.17.11",
"lower-case": "^2.0.2",
"swap-case": "^2.0.2",
"title-case": "^3.0.3",
"tmp": "0.2.1",
"typescript": "^4.3.5",
"upper-case": "^2.0.2",
"yargs": "17.2.1"
"yargs": "17.3.1"
},
"devDependencies": {
"@types/estree": "^0.0.50",
Expand All @@ -71,9 +71,9 @@
"@types/tmp": "^0.2.1",
"@types/yargs": "^17.0.2",
"jest": "^27.0.6",
"prettier": "2.4.1",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"tslint": "6.1.3",
Expand Down
Loading