Skip to content

Commit

Permalink
Upgrade development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 25, 2022
1 parent 9b058ed commit b259a91
Show file tree
Hide file tree
Showing 2 changed files with 766 additions and 931 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"compile": "tsc",
"preexample": "yarn run compile",
"example": "prettier --config ./examples/.prettierrc --plugin lib/src/index.js",
"test": "jest -i",
"test": "NODE_OPTIONS=--experimental-vm-modules jest -i",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run compile && npm run test"
},
Expand Down Expand Up @@ -54,14 +54,14 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/jest": "^29.2.0",
"@types/lodash.clone": "4.5.7",
"@types/lodash.isequal": "4.5.6",
"@types/node": "^17.0.21",
"jest": "^27.5.1",
"prettier": "2.6.0",
"ts-jest": "^27.1.3",
"typescript": "4.2.3"
"jest": "^29.2.2",
"prettier": "2.7.1",
"ts-jest": "^29.0.3",
"typescript": "4.8.4"
},
"peerDependencies": {
"prettier": "2.x"
Expand Down

0 comments on commit b259a91

Please sign in to comment.