Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group with 12 updates (
Browse files Browse the repository at this point in the history
#4436)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 2b0f6ed commit 3eb0a85
Show file tree
Hide file tree
Showing 7 changed files with 405 additions and 491 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,30 @@
"@types/babel__core": "^7.20.5",
"@types/node": "^22.1.0",
"@types/prettier": "^2.7.3",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.4",
"eslint": "^9.8.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.7.0",
"glob": "^11.0.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"isbinaryfile": "^5.0.2",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"magic-string": "^0.30.11",
"nx": "19.5.3",
"nx": "19.5.6",
"prettier": "^2.8.8",
"rollup": "^4.19.1",
"rollup": "^4.20.0",
"terser": "^5.31.3",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"typescript-eslint": "^7.17.0",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
},
"lint-staged": {
"*.{js,mjs,ts}": "eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/helper-module-imports": "7.24.7",
"@babel/traverse": "^7.25.1",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.0",
"@lwc/errors": "7.2.1",
"@lwc/shared": "7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-transform-async-generator-functions": "7.25.0",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.7",
"karma": "6.4.3",
"karma": "6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/integration-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.19.1",
"rollup": "^4.20.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@lwc/rollup-plugin": "7.2.1",
"@rollup/plugin-replace": "^5.0.7",
"lwc": "7.2.1",
"rollup": "^4.19.1",
"rollup": "^4.20.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 3eb0a85

Please sign in to comment.