Skip to content

Commit

Permalink
chore: update non-breaking dependencies (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 10, 2024
1 parent 48fa53f commit 2dc41f1
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 609 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.0",
"@lwc/compiler": "^6.3.2",
"@lwc/engine-dom": "^6.3.2",
"@lwc/engine-server": "^6.3.2",
"@lwc/synthetic-shadow": "^6.3.2",
"@lwc/wire-service": "^6.3.2",
"@babel/core": "^7.24.4",
"@lwc/compiler": "^6.5.0",
"@lwc/engine-dom": "^6.5.0",
"@lwc/engine-server": "^6.5.0",
"@lwc/synthetic-shadow": "^6.5.0",
"@lwc/wire-service": "^6.5.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/jest-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"/src/transforms/*.js"
],
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.24.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-syntax-decorators": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@lwc/jest-shared": "16.0.0",
"babel-preset-jest": "^29.6.3",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"semver": "^7.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2dc41f1

Please sign in to comment.