Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atom-community/eslint-config-atomic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.4
Choose a base ref
...
head repository: atom-community/eslint-config-atomic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 22, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    943a8c7 View commit details

Commits on Nov 4, 2021

  1. fix: update dependencies

    aminya committed Nov 4, 2021
    Copy the full SHA
    5b34ed7 View commit details
Showing with 53 additions and 72 deletions.
  1. +6 −6 package.json
  2. +47 −66 pnpm-lock.yaml
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-syntax-flow": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"coffeescript": "^1",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
@@ -44,7 +44,7 @@
"typescript": "^4"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint": "^8.0.0",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "11.8.5",
113 changes: 47 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.