Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be42f2b

Browse filesBrowse files
authored
chore: update dependencies (#355)
1 parent c6aedfa commit be42f2b
Copy full SHA for be42f2b

File tree

Expand file treeCollapse file tree

3 files changed

+273
-188
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+273
-188
lines changed

‎.github/workflows/unit.yml

Copy file name to clipboardExpand all lines: .github/workflows/unit.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.11.0'
27+
node-version: '20.12.1'
2828
cache: 'yarn'
2929

3030
- name: Install dependencies

‎package.json

Copy file name to clipboardExpand all lines: package.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@
3333
"test": "jest"
3434
},
3535
"dependencies": {
36-
"@lwc/compiler": "6.3.2",
37-
"@lwc/engine-dom": "6.3.2",
38-
"@lwc/engine-server": "6.3.2",
39-
"@lwc/jest-preset": "14.3.0",
40-
"@lwc/jest-resolver": "14.3.0",
41-
"@lwc/jest-serializer": "14.3.0",
42-
"@lwc/jest-transformer": "14.3.0",
43-
"@lwc/module-resolver": "6.3.2",
44-
"@lwc/synthetic-shadow": "6.3.2",
45-
"@lwc/wire-service": "6.3.2",
36+
"@lwc/compiler": "6.5.0",
37+
"@lwc/engine-dom": "6.5.0",
38+
"@lwc/engine-server": "6.5.0",
39+
"@lwc/jest-preset": "15.0.0",
40+
"@lwc/jest-resolver": "15.0.0",
41+
"@lwc/jest-serializer": "15.0.0",
42+
"@lwc/jest-transformer": "15.0.0",
43+
"@lwc/module-resolver": "6.5.0",
44+
"@lwc/synthetic-shadow": "6.5.0",
45+
"@lwc/wire-service": "6.5.0",
4646
"@salesforce/wire-service-jest-util": "4.1.4",
4747
"fast-glob": "^3.3.2",
4848
"jest": "29.7.0",
4949
"jest-environment-jsdom": "29.7.0",
5050
"yargs": "~17.7.2"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.24.0",
54-
"@babel/eslint-parser": "^7.23.10",
55-
"@babel/plugin-proposal-decorators": "^7.24.0",
53+
"@babel/core": "^7.24.4",
54+
"@babel/eslint-parser": "^7.24.1",
55+
"@babel/plugin-proposal-decorators": "^7.24.1",
5656
"eslint": "^8.57.0",
5757
"husky": "^9.0.11",
5858
"isbinaryfile": "^5.0.2",
5959
"lint-staged": "^15.2.2",
6060
"prettier": "^3.2.5"
6161
},
6262
"volta": {
63-
"node": "20.11.0",
64-
"yarn": "1.22.19"
63+
"node": "20.12.1",
64+
"yarn": "1.22.22"
6565
},
6666
"lint-staged": {
6767
"*.js": "eslint",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.