Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: transition to @lwc/metadata for LWC JS introspection #570

Merged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"patch-package": "^6.0.5",
"rimraf": "^3.0.1",
"shelljs": "^0.8.3",
"typescript": "^3.2.4"
"typescript": "^5.0.4"
CristiCanizales marked this conversation as resolved.
Show resolved Hide resolved
},
"scripts": {
"bootstrap": "lerna bootstrap --force-local",
Expand Down
9 changes: 5 additions & 4 deletions packages/aura-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,27 @@
"vscode-uri": "1.0.6"
},
"devDependencies": {
"@jest/reporters": "^29.5.0",
"@types/babel-types": "^7.0.8",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.10",
"@types/jest": "^29.5.0",
"@types/mock-fs": "^4.10.0",
"@types/node": "^16.0.0",
"@types/shelljs": "^0.8.8",
"babel-types": "^6.26.0",
"eslint": "^7.7.0",
"glob": "^7.1.6",
"husky": "^4.2.5",
"jest": "^26.4.1",
"jest": "^29.5.0",
"jest-extended": "^0.11.5",
"lint-staged": "^10.2.11",
"mock-fs": "^4.11.0",
"npm-run": "^5.0.1",
"prettier": "^2.0.5",
"shelljs": "^0.8.4",
"ts-jest": "^26.2.0",
"ts-jest": "^29.1.0",
"tsc-transpile-only": "0.0.3",
"typescript": "3.7.5"
"typescript": "5.0.4"
CristiCanizales marked this conversation as resolved.
Show resolved Hide resolved
}
}
Loading