Skip to content

Commit

Permalink
chore: update non-breaking dependencies (#4085)
Browse files Browse the repository at this point in the history
* chore: patch upgrades

* chore: update dev dependencies
  • Loading branch information
jye-sf committed Mar 20, 2024
1 parent 81907c3 commit 55112b7
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 114 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "v3 requires ESM, and we use prettier in our Jest tests. Jest does not support ESM yet."
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@commitlint/cli": "^19.0.3",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
Expand All @@ -42,12 +42,12 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"bytes": "^3.1.2",
"es-module-lexer": "^1.4.1",
"es-module-lexer": "^1.4.2",
"eslint": "^8.57.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.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.0",
"@babel/core": "7.24.1",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "6.3.4",
"@wdio/cli": "^8.33.1",
"@wdio/local-runner": "^8.33.1",
"@wdio/cli": "^8.34.1",
"@wdio/local-runner": "^8.34.1",
"@wdio/mocha-framework": "^8.33.1",
"@wdio/sauce-service": "^8.33.1",
"@wdio/sauce-service": "^8.34.1",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/static-server-service": "^8.32.4",
"deepmerge": "^4.3.0",
"dotenv": "^16.4.5",
"lwc": "6.3.4",
"minimist": "^1.2.8",
"webdriverio": "^8.33.1"
"webdriverio": "^8.34.1"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lwc/shared": "6.3.4",
"postcss": "~8.4.35",
"postcss": "~8.4.37",
"postcss-selector-parser": "~6.0.15",
"postcss-value-parser": "~4.2.0"
}
Expand Down

0 comments on commit 55112b7

Please sign in to comment.