Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group across 1 direc…
Browse files Browse the repository at this point in the history
…tory with 22 updates (#4639)

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 Oct 15, 2024
1 parent e63b50a commit 445a027
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 664 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.28",
"@swc/core": "~1.7.36",
"@swc/helpers": "~0.5.13",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/expect": "^2.1.2",
"@vitest/ui": "^2.1.2",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/expect": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vitest/utils": "^2.1.2",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.4",
Expand All @@ -61,20 +61,20 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"glob": "^11.0.0",
"globals": "^15.10.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"isbinaryfile": "^5.0.2",
"isbinaryfile": "^5.0.3",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"nx": "20.0.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"terser": "^5.34.1",
"tslib": "^2.7.0",
"typescript": "5.4.5",
"typescript-eslint": "^8.8.0",
"vitest": "^2.1.2"
"typescript-eslint": "^8.9.0",
"vitest": "^2.1.3"
},
"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 @@ -44,7 +44,7 @@
"dependencies": {
"@babel/helper-module-imports": "7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.7",
"@babel/types": "^7.25.8",
"@lwc/errors": "8.1.3",
"@lwc/shared": "8.1.3",
"line-column": "~1.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
}
},
"dependencies": {
"@babel/core": "7.25.7",
"@babel/plugin-transform-async-generator-functions": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-transform-async-generator-functions": "7.25.8",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/plugin-transform-class-properties": "7.25.7",
"@babel/plugin-transform-object-rest-spread": "7.25.7",
"@babel/plugin-transform-object-rest-spread": "7.25.8",
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
"@lwc/babel-plugin-component": "8.1.3",
"@lwc/errors": "8.1.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "8.1.3",
"@wdio/cli": "^9.1.2",
"@wdio/local-runner": "^9.1.2",
"@wdio/mocha-framework": "^9.1.2",
"@wdio/sauce-service": "^9.1.2",
"@wdio/spec-reporter": "^9.1.2",
"@wdio/static-server-service": "^9.1.2",
"@wdio/cli": "^9.2.1",
"@wdio/local-runner": "^9.2.1",
"@wdio/mocha-framework": "^9.1.3",
"@wdio/sauce-service": "^9.2.1",
"@wdio/spec-reporter": "^9.1.3",
"@wdio/static-server-service": "^9.1.3",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"lwc": "8.1.3",
Expand Down
Loading

0 comments on commit 445a027

Please sign in to comment.