Skip to content

Commit 461a16a

Browse files
committed
chore: install prettier
1 parent 29dde08 commit 461a16a

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,20 @@
4141
"prepare": "npm run build"
4242
},
4343
"dependencies": {
44-
"atom-languageclient": "^1.2.2",
44+
"@atom-ide-community/nuclide-commons": "^0.8.2",
45+
"@atom-ide-community/nuclide-commons-atom": "^0.8.2",
46+
"@atom-ide-community/nuclide-debugger-common": "^0.8.2",
4547
"arch": "2.1.0",
48+
"atom-languageclient": "^1.2.2",
4649
"dotenv": "5.0.1",
4750
"fs-extra": "4.0.3",
4851
"getos": "3.1.0",
52+
"iconv-lite": "^0.4.21",
4953
"inversify": "4.11.1",
5054
"line-by-line": "0.1.5",
5155
"lodash": "4.17.10",
5256
"log4js": "1.1.1",
5357
"minimatch": "3.0.4",
54-
"@atom-ide-community/nuclide-commons": "^0.8.2",
55-
"@atom-ide-community/nuclide-commons-atom": "^0.8.2",
56-
"@atom-ide-community/nuclide-debugger-common": "^0.8.2",
5758
"nullthrows": "1.0.0",
5859
"react": "16.6.3",
5960
"reflect-metadata": "0.1.12",
@@ -66,17 +67,17 @@
6667
"untildify": "3.0.2",
6768
"vscode-debugadapter": "1.24.0",
6869
"vscode-debugprotocol": "1.24.0",
69-
"xml2js": "0.4.17",
70-
"iconv-lite": "^0.4.21"
70+
"xml2js": "0.4.17"
7171
},
7272
"devDependencies": {
73-
"mock-spawn": "0.2.6",
74-
"shx": "^0.3.3",
75-
"cross-env": "^7.0.3",
7673
"@babel/cli": "7.13.10",
7774
"@babel/core": "7.13.10",
7875
"babel-preset-atomic": "^3.0.2",
79-
"build-commit": "0.1.4"
76+
"build-commit": "0.1.4",
77+
"cross-env": "^7.0.3",
78+
"mock-spawn": "0.2.6",
79+
"prettier": "^2.2.1",
80+
"shx": "^0.3.3"
8081
},
8182
"enhancedScopes": [
8283
"source.python"

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)