Skip to content

Commit

Permalink
update Jest, prepare for release (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jul 10, 2022
1 parent f565fa2 commit 49be33b
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 835 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaVersion": 12,
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-lock-changes",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <[email protected]>",
Expand All @@ -23,12 +23,12 @@
"@babel/preset-env": "^7.18.6",
"@vercel/ncc": "^0.34.0",
"@yarnpkg/lockfile": "^1.1.0",
"babel-jest": "^27.5.1",
"babel-jest": "^28.1.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"jest": "^28.1.2",
"prettier": "^2.7.1",
"svgo": "^2.8.0"
}
Expand Down
Loading

0 comments on commit 49be33b

Please sign in to comment.