Skip to content

Commit

Permalink
Merge pull request #65 from atom-community/coffee-version-detect
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jun 10, 2022
2 parents 169cbba + 42dfc86 commit 29d7bea
Show file tree
Hide file tree
Showing 5 changed files with 1,616 additions and 1,214 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ public-hoist-pattern[]=*
package-lock=false
lockfile=true
prefer-frozen-lockfile=false
strict-peer-dependencies=false
43 changes: 23 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"*.js"
],
"scripts": {
"bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up",
"bump": "ncu -u -x coffeescript,execa,read-pkg-up",
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
"format": "prettier --write .",
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
Expand All @@ -21,41 +21,44 @@
},
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7",
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "2.4.1",
"read-pkg-up": "^7",
"typescript": "^4"
"prettier": "2.6.2",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.7",
"typescript": "^4.7.3"
},
"devDependencies": {
"eslint": "^7",
"@types/node": "^17.0.41",
"@types/semver": "^7.3.9",
"eslint": "^8",
"execa": "^5.1.1",
"gitly": "^2.1.6",
"npm-check-updates": "12.5.3",
"prettier-config-atomic": "^3.0.6",
"gitly": "^2.2.0",
"npm-check-updates": "13.1.2",
"prettier-config-atomic": "^3.0.9",
"shelljs": "^0.8.5"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8 || ^7 || ^6"
},
"optionalDependencies": {
"coffeescript": "^1",
"coffeescript": "^1.12.7",
"eslint-plugin-coffee": "^0.1.15",
"eslint-plugin-react-hooks": "^4.3.0"
"eslint-plugin-react-hooks": "^4.5.0"
},
"keywords": [
"eslint",
Expand Down
Loading

0 comments on commit 29d7bea

Please sign in to comment.