Skip to content

Commit

Permalink
chore: update lwc to v6.3.2 (#351)
Browse files Browse the repository at this point in the history
Other routine dependency updates
  • Loading branch information
ravijayaramappa authored Mar 20, 2024
1 parent 37d0f0b commit 20653f6
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 117 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "6.1.1",
"@lwc/engine-dom": "6.1.1",
"@lwc/engine-server": "6.1.1",
"@lwc/compiler": "6.3.2",
"@lwc/engine-dom": "6.3.2",
"@lwc/engine-server": "6.3.2",
"@lwc/jest-preset": "14.3.0",
"@lwc/jest-resolver": "14.3.0",
"@lwc/jest-serializer": "14.3.0",
"@lwc/jest-transformer": "14.3.0",
"@lwc/module-resolver": "6.1.1",
"@lwc/synthetic-shadow": "6.1.1",
"@lwc/wire-service": "6.1.1",
"@lwc/module-resolver": "6.3.2",
"@lwc/synthetic-shadow": "6.3.2",
"@lwc/wire-service": "6.3.2",
"@salesforce/wire-service-jest-util": "4.1.4",
"fast-glob": "^3.3.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"yargs": "~17.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"isbinaryfile": "^5.0.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"isbinaryfile": "^5.0.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
Expand Down
Loading

0 comments on commit 20653f6

Please sign in to comment.