Skip to content

Commit 0290fcb

Browse files
committed
chore: minor updates
1 parent d568462 commit 0290fcb

File tree

3 files changed

+3450
-2506
lines changed

3 files changed

+3450
-2506
lines changed

core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"author": "Angelo Veltens",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@babel/preset-env": "^7.18.10",
27+
"@babel/preset-env": "^7.19.4",
2828
"@babel/preset-typescript": "^7.18.6",
29-
"@types/jest": "^29.0.0",
29+
"@types/jest": "^29.2.0",
3030
"@types/jest-when": "^3.5.2",
31-
"@typescript-eslint/eslint-plugin": "^5.36.1",
32-
"@typescript-eslint/parser": "^5.36.1",
33-
"esbuild": "^0.15.6",
34-
"eslint": "^8.23.0",
35-
"jest": "^29.0.1",
36-
"jest-when": "^3.5.1",
31+
"@typescript-eslint/eslint-plugin": "^5.41.0",
32+
"@typescript-eslint/parser": "^5.41.0",
33+
"esbuild": "^0.15.12",
34+
"eslint": "^8.26.0",
35+
"jest": "^29.2.2",
36+
"jest-when": "^3.5.2",
3737
"prettier": "^2.7.1",
3838
"rimraf": "^3.0.2",
39-
"typescript": "^4.8.2"
39+
"typescript": "^4.8.4"
4040
},
4141
"dependencies": {
4242
"@inrupt/solid-client-authn-browser": "^1.12.2",

elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"dependencies": {
2424
"@ionic/core": "^5.9.4",
2525
"@pod-os/core": "^0.3.0",
26-
"@stencil/core": "^2.17.4",
26+
"@stencil/core": "^2.19.1",
2727
"@stencil/store": "^1.5.0",
28-
"jest-when": "^3.5.1",
28+
"jest-when": "^3.5.2",
2929
"stencil-router-v2": "^0.6.0"
3030
},
3131
"devDependencies": {
32-
"@testing-library/dom": "^8.17.1",
32+
"@testing-library/dom": "^8.19.0",
3333
"@testing-library/jest-dom": "^5.16.5",
3434
"@types/jest": "^26.0.24",
3535
"jest": "^26.6.3",

0 commit comments

Comments
 (0)