Skip to content

Commit

Permalink
fix: use tilde versions for lwc (#405)
Browse files Browse the repository at this point in the history
Fixes #404
  • Loading branch information
nolanlawson authored Nov 20, 2024
1 parent 1c503e8 commit b4920b0
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 238 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "^7.1.5",
"@lwc/engine-dom": "^7.1.5",
"@lwc/engine-server": "^7.1.5",
"@lwc/compiler": "~7.1.5",
"@lwc/engine-dom": "~7.1.5",
"@lwc/engine-server": "~7.1.5",
"@lwc/jest-preset": "~16.0.3",
"@lwc/jest-resolver": "~16.0.3",
"@lwc/jest-serializer": "~16.0.3",
"@lwc/jest-transformer": "~16.0.3",
"@lwc/module-resolver": "^7.1.5",
"@lwc/synthetic-shadow": "^7.1.5",
"@lwc/wire-service": "^7.1.5",
"@lwc/module-resolver": "~7.1.5",
"@lwc/synthetic-shadow": "~7.1.5",
"@lwc/wire-service": "~7.1.5",
"@salesforce/wire-service-jest-util": "4.1.5",
"fast-glob": "^3.3.2",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit b4920b0

Please sign in to comment.