Skip to content

Commit 041b615

Browse files
Chore/upgrade dependencies (jhipster#424)
* chore: upgrade dependencies * chore: upgrade dependencies * fix: fix format in issues/pr templates
1 parent 90db1a5 commit 041b615

6 files changed

Lines changed: 740 additions & 570 deletions

File tree

.github/ISSUE_TEMPLATE/--formatting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ BEFORE SUBMITTING AN ISSUE:
2828

2929
```java
3030
// code snippet
31+
3132
```
3233

3334
**Output:**
3435

3536
```java
3637
// code snippet
38+
3739
```
3840

3941
**Expected behavior:**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Input
99

1010
// Output
11+
1112
```
1213

1314
## Relative issues or prs:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"devDependencies": {
3131
"benchmark": "^2.1.4",
3232
"chai": "^4.2.0",
33-
"eslint": "6.8.0",
33+
"eslint": "7.7.0",
3434
"eslint-config-google": "0.14.0",
35-
"eslint-config-prettier": "6.10.1",
36-
"fs-extra": "^8.1.0",
35+
"eslint-config-prettier": "6.11.0",
36+
"fs-extra": "^9.0.1",
3737
"husky": "4.2.5",
3838
"klaw-sync": "^6.0.0",
39-
"lerna": "3.20.2",
40-
"lint-staged": "10.1.4",
41-
"mocha": "^7.1.1",
39+
"lerna": "3.22.1",
40+
"lint-staged": "10.2.13",
41+
"mocha": "^8.1.3",
4242
"npm-run-all": "^4.1.5",
43-
"nyc": "^15.0.1",
44-
"prettier": "2.0.5",
45-
"sinon": "^9.0.2"
43+
"nyc": "^15.1.0",
44+
"prettier": "2.1.1",
45+
"sinon": "^9.0.3"
4646
}
4747
}

packages/java-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./api.d.ts",
99
"dependencies": {
1010
"chevrotain": "6.5.0",
11-
"lodash": "4.17.19"
11+
"lodash": "4.17.20"
1212
},
1313
"scripts": {
1414
"test": "npm-run-all clone-samples test:execute",

packages/prettier-plugin-java/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"license": "Apache-2.0",
88
"dependencies": {
99
"java-parser": "^0.8.0",
10-
"lodash": "4.17.19",
11-
"prettier": "2.0.4"
10+
"lodash": "4.17.20",
11+
"prettier": "2.1.1"
1212
},
1313
"scripts": {
1414
"test": "npm-run-all test:unit test:e2e-core",

0 commit comments

Comments
 (0)