Skip to content

Commit

Permalink
chore: weekly dependencies update (#4379)
Browse files Browse the repository at this point in the history
* chore: weekly dependencies update

* chore: update glob dependency
  • Loading branch information
ravijayaramappa authored Jul 10, 2024
1 parent c1f4a2b commit 1466487
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 99 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@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",
"@types/babel__core": "^7.20.5",
Expand All @@ -55,18 +55,18 @@
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"glob": "^10.4.3",
"glob": "^11.0.0",
"husky": "^9.0.11",
"isbinaryfile": "^5.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"nx": "19.4.1",
"nx": "19.4.2",
"prettier": "^2.8.8",
"rollup": "^4.18.1",
"terser": "^5.31.1",
"ts-jest": "^29.2.0",
"terser": "^5.31.2",
"ts-jest": "^29.2.2",
"tslib": "^2.6.3",
"typescript": "5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/engine-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@lwc/rollup-plugin": "7.1.0",
"@lwc/shared": "7.1.0",
"@parse5/tools": "^0.5.0",
"@rollup/plugin-virtual": "^3.0.1",
"@rollup/plugin-virtual": "^3.0.2",
"parse5": "^7.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@wdio/sauce-service": "^8.39.1",
"@wdio/spec-reporter": "^8.39.0",
"@wdio/static-server-service": "^8.39.0",
"deepmerge": "^4.3.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"lwc": "7.1.0",
"minimist": "^1.2.8",
"webdriverio": "^8.35.1"
"webdriverio": "^8.39.1"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/integration-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lwc": "7.1.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.18.1",
"rollup-plugin-livereload": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/module-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
}
},
"dependencies": {
"resolve": "~1.22.6"
"resolve": "~1.22.8"
}
}
Loading

0 comments on commit 1466487

Please sign in to comment.