Skip to content

Commit

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

* chore: minor upgrades to dependencies
  • Loading branch information
jye-sf authored Aug 10, 2024
1 parent 1c02af1 commit e0da109
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 291 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,44 +32,44 @@
"release:publish": "nx release publish --registry https://registry.npmjs.org"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
"@nx/js": "19.5.6",
"@nx/js": "19.5.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.10",
"@swc/helpers": "~0.5.11",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/expect": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vitest/utils": "^2.0.5",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.4",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-jest": "^28.8.0",
"glob": "^11.0.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"isbinaryfile": "^5.0.2",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.8",
"magic-string": "^0.30.11",
"nx": "19.5.6",
"nx": "19.5.7",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"terser": "^5.31.3",
"terser": "^5.31.5",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"typescript-eslint": "^7.17.0",
Expand Down
10 changes: 5 additions & 5 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": "7.2.1",
"@wdio/cli": "^8.39.1",
"@wdio/local-runner": "^8.39.1",
"@wdio/mocha-framework": "^8.39.0",
"@wdio/sauce-service": "^8.39.1",
"@wdio/cli": "^8.40.2",
"@wdio/local-runner": "^8.40.2",
"@wdio/mocha-framework": "^8.40.2",
"@wdio/sauce-service": "^8.40.2",
"@wdio/spec-reporter": "^8.39.0",
"@wdio/static-server-service": "^8.39.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"lwc": "7.2.1",
"minimist": "^1.2.8",
"webdriverio": "^8.39.1"
"webdriverio": "^8.40.2"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/ssr-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@lwc/template-compiler": "7.2.1",
"acorn": "8.12.1",
"astring": "^1.8.6",
"estree-toolkit": "^1.7.6",
"estree-toolkit": "^1.7.7",
"immer": "^10.1.1",
"meriyah": "^5.0.0"
},
Expand Down
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": "7.2.1",
"postcss": "~8.4.40",
"postcss": "~8.4.41",
"postcss-selector-parser": "~6.1.1",
"postcss-value-parser": "~4.2.0"
}
Expand Down
Loading

0 comments on commit e0da109

Please sign in to comment.