Skip to content

Commit

Permalink
chore: update dependencies (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Feb 8, 2024
1 parent 8038451 commit b1e42c2
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 156 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,31 @@
"test": "jest"
},
"dependencies": {
"@lwc/compiler": "5.3.0",
"@lwc/engine-dom": "5.3.0",
"@lwc/engine-server": "5.3.0",
"@lwc/compiler": "6.1.1",
"@lwc/engine-dom": "6.1.1",
"@lwc/engine-server": "6.1.1",
"@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": "5.3.0",
"@lwc/synthetic-shadow": "5.3.0",
"@lwc/wire-service": "5.3.0",
"@lwc/module-resolver": "6.1.1",
"@lwc/synthetic-shadow": "6.1.1",
"@lwc/wire-service": "6.1.1",
"@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.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"isbinaryfile": "^5.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"volta": {
"node": "20.11.0",
Expand Down
Loading

0 comments on commit b1e42c2

Please sign in to comment.