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 20d015c
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 932 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
2 changes: 1 addition & 1 deletion src/utils/__tests__/get-import-flavor-of-node.spec.ts
Expand Up @@ -20,7 +20,7 @@ import { g } from "g";
{ plugins: ['typescript'] },
).map((node) => getImportFlavorOfNode(node)),
).toMatchInlineSnapshot(`
Array [
[
"side-effect",
"value",
"type",
Expand Down

0 comments on commit 20d015c

Please sign in to comment.