Skip to content

Commit

Permalink
chore: update dependencies, fix peerDep (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Aug 10, 2023
1 parent 1b25a4f commit 45eedb6
Show file tree
Hide file tree
Showing 3 changed files with 1,386 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:16.14.0
- image: cimg/node:18.17.1

commands:
save_yarn_cache:
Expand Down
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
],
"repository": "https://github.com/salesforce/wire-service-jest-util",
"peerDependencies": {
"@lwc/engine-dom": "^2.0.0"
"@lwc/engine-dom": ">=2.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@lwc/compiler": "^2.37.3",
"@lwc/engine-dom": "^2.37.3",
"@lwc/eslint-plugin-lwc": "^1.6.1",
"@lwc/jest-preset": "^11.7.0",
"@lwc/synthetic-shadow": "^2.37.3",
"@lwc/compiler": "^3.1.3",
"@lwc/engine-dom": "^3.1.3",
"@lwc/eslint-plugin-lwc": "^1.6.3",
"@lwc/jest-preset": "^13.0.0",
"@lwc/synthetic-shadow": "^3.1.3",
"@rollup/plugin-babel": "^6.0.3",
"@salesforce/eslint-config-lwc": "^3.3.4",
"@salesforce/eslint-config-lwc": "^3.5.2",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"isbinaryfile": "^5.0.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"rimraf": "^4.1.2",
"rollup": "^3.17.2"
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.28.0"
},
"lwc": {
"modules": [
Expand All @@ -57,5 +57,9 @@
"path": "dist/wire-service-jest-util.es.js"
}
]
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
}
}

0 comments on commit 45eedb6

Please sign in to comment.