Skip to content

Commit

Permalink
fix: update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 20, 2021
1 parent 2034b15 commit 0278931
Show file tree
Hide file tree
Showing 3 changed files with 1,547 additions and 1,837 deletions.
27 changes: 16 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,25 @@
}
},
"devDependencies": {
"@terascope/fetch-github-release": "^0.7.7",
"@terascope/fetch-github-release": "^0.8.7",
"@types/atom": "1.40.11",
"@types/decompress": "^4.2.4",
"@types/fs-extra": "^9.0.12",
"@types/node": "^16.4.13",
"@types/semver": "^7.3.8",
"atom-jasmine3-test-runner": "^5.2.7",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.9",
"@types/semver": "^7.3.9",
"atom-jasmine3-test-runner": "^5.2.9",
"build-commit": "0.1.4",
"cross-env": "7.0.3",
"decompress": "^4.2.1",
"decompress-tarxz": "^3.0.0",
"eslint-config-atomic": "^1.16.2",
"gitly": "^2.1.3",
"parcel": "2.0.0-rc.0",
"prettier-config-atomic": "^2.0.5",
"eslint-config-atomic": "^1.16.5",
"gitly": "^2.1.5",
"parcel": "2.0.1",
"prettier-config-atomic": "^3.0.1",
"shx": "0.3.3",
"terser-config-atomic": "^0.1.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"atom-languageclient": "1.16.1",
Expand All @@ -131,6 +131,11 @@
"package-deps": [
"atom-ide-base"
],
"pnpm": {
"overrides": {
"lzma-native": "8.0.1"
}
},
"binaryDependencies": {
"serve-d": "0.7.0",
"dcd": "0.13.6"
Expand Down
Loading

0 comments on commit 0278931

Please sign in to comment.