Skip to content

Commit

Permalink
Merge pull request #82 from atom-community/update
Browse files Browse the repository at this point in the history
Update dependencies + fix: support mts/cts file extensions for TypeScript
  • Loading branch information
aminya authored Jan 11, 2024
2 parents ba89f25 + cf4fb50 commit edd6ce1
Show file tree
Hide file tree
Showing 3 changed files with 1,081 additions and 1,173 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"build": "tsc",
"bump": "ncu -u -x coffeescript,execa,read-pkg-up",
"bump": "ncu -u -x coffeescript,execa,read-pkg-up,make-synchronous && pnpm update && pnpm dedupe",
"clean": "shx rm -rf ./spec/fixtures/ ./dist",
"format": "prettier --write .",
"lint": "eslint . --ignore-pattern ./spec/fixtures/ --fix",
Expand All @@ -27,17 +27,17 @@
},
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"anymatch": "^3.1.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"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",
Expand All @@ -46,25 +46,25 @@
"eslint-plugin-yaml": "^0.5.0",
"globify-gitignore": "^1.0.3",
"make-synchronous": "^0.1.1",
"prettier": "3.0.3",
"prettier": "3.1.1",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/babel__core": "^7.20.2",
"@types/coffeescript": "^2.5.4",
"@types/eslint": "^8.44.3",
"@types/eslint-config-prettier": "^6.11.1",
"@types/babel__core": "^7.20.5",
"@types/coffeescript": "^2.5.7",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/execa": "^2.0.0",
"@types/node": "^20.7.2",
"@types/node": "^20.11.0",
"@types/read-pkg-up": "^6.0.0",
"@types/semver": "^7.5.3",
"@types/shelljs": "^0.8.13",
"@types/semver": "^7.5.6",
"@types/shelljs": "^0.8.15",
"eslint-config-atomic": "link:",
"execa": "^5.1.1",
"gitly": "^2.4.5",
"npm-check-updates": "16.14.4",
"gitly": "^2.4.8",
"npm-check-updates": "16.14.12",
"prettier-config-atomic": "^3.1.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4"
Expand All @@ -88,4 +88,4 @@
"react": "react.js",
"strict": "strict.js",
"strict-react": "strict-react.js"
}
}
Loading

0 comments on commit edd6ce1

Please sign in to comment.