Skip to content

Commit

Permalink
🐛 Use same types for jscodeshift
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 23, 2024
1 parent bf4e590 commit f88d7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion @navikt/core/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.2.0",
"@types/jscodeshift": "^0.12.0",
"@types/jscodeshift": "^0.11.11",
"concurrently": "9.0.1",
"fast-glob": "3.2.11",
"jscodeshift": "^0.15.1",
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3815,7 +3815,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^5.16.0"
"@testing-library/react": "npm:^15.0.7"
"@testing-library/user-event": "npm:^14.2.0"
"@types/jscodeshift": "npm:^0.12.0"
"@types/jscodeshift": "npm:^0.11.11"
clsx: "npm:^2.1.0"
concurrently: "npm:9.0.1"
date-fns: "npm:^3.0.0"
Expand Down Expand Up @@ -6405,16 +6405,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jscodeshift@npm:^0.12.0":
version: 0.12.0
resolution: "@types/jscodeshift@npm:0.12.0"
dependencies:
ast-types: "npm:^0.14.1"
recast: "npm:^0.20.3"
checksum: 10/1e0fd4a5ee2863db792ad5666fa98ee61d3d5a4d5f24a9b8d11cf6ebae25bff55a3e5e27a59fef3aed37637458e7ab52b30181640be39cddbe9956f4a47fd1ab
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9":
version: 7.0.15
resolution: "@types/json-schema@npm:7.0.15"
Expand Down

0 comments on commit f88d7e4

Please sign in to comment.