Skip to content

Commit a52eadf

Browse files
committed
fix: update languageclient (#291)
* fix: update atom-languageclient * chore: add prettier config * chore: update babel * chore: update built-commit
1 parent a7f2b3d commit a52eadf

File tree

4 files changed

+3992
-5
lines changed

4 files changed

+3992
-5
lines changed

.prettierignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules
2+
package.json
3+
package-lock.json
4+
pnpm-lock.yaml
5+
changelog.md
6+
coverage
7+
build
8+
dist
9+
VendorLib

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepare": "npm run build"
4242
},
4343
"dependencies": {
44-
"atom-languageclient": "^1.0.6",
44+
"atom-languageclient": "^1.2.2",
4545
"arch": "2.1.0",
4646
"dotenv": "5.0.1",
4747
"fs-extra": "4.0.3",
@@ -73,10 +73,10 @@
7373
"mock-spawn": "0.2.6",
7474
"shx": "^0.3.3",
7575
"cross-env": "^7.0.3",
76-
"@babel/cli": "7.12.10",
77-
"@babel/core": "7.12.10",
78-
"babel-preset-atomic": "^3.0.1",
79-
"build-commit": "0.1.1"
76+
"@babel/cli": "7.13.10",
77+
"@babel/core": "7.13.10",
78+
"babel-preset-atomic": "^3.0.2",
79+
"build-commit": "0.1.4"
8080
},
8181
"enhancedScopes": [
8282
"source.python"

0 commit comments

Comments
 (0)