Skip to content

Commit

Permalink
update dependencies to fix jest tests for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sapkra authored and NishuGoel committed May 10, 2023
1 parent 89f1c67 commit 38da01c
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 962 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "18"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "18"
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: npm publish || true
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"*.d.ts"
],
"devDependencies": {
"@jest/types": "^27.5.1",
"@types/jest": "^27.4.1",
"@types/node": "^14.11.1",
"@jest/types": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.6",
"i18next": "*",
"jest": "^27.5.1",
"jest": "^29.5.0",
"svelte": "*",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 38da01c

Please sign in to comment.