Skip to content

Commit

Permalink
Bump deps (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 24, 2024
1 parent d554cc7 commit 51bea74
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 158 deletions.
2 changes: 1 addition & 1 deletion packages/dev-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"./globals.d.ts": "./src/globals.d.ts"
},
"dependencies": {
"jsdom": "^23.2.0",
"jsdom": "^24.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tsconfig/strictest": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -82,7 +82,7 @@
"globals": "^13.24.0",
"json5": "^2.2.3",
"madge": "^6.1.0",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 51bea74

Please sign in to comment.