Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Mar 15, 2024
1 parent d197f5c commit d1932e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"test:coverage": "vitest run --coverage --config vite.config.test.ts --mode ${VITE_MODE:-test}"
},
"dependencies": {
"lib0": "^0.2.89"
"lib0": "^0.2.91"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/node": "^18.19.18",
"@types/node": "^18.19.24",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
Expand All @@ -58,10 +58,10 @@
"eslint": "^8.57.0",
"eslint-plugin-yml": "^1.12.2",
"npm-run-all": "^4.1.5",
"terser": "^5.28.1",
"terser": "^5.29.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.4.2",
"vite": "^4.5.2",
"vite-plugin-dts": "^1.7.3",
"vitest": "^0.34.6",
Expand Down

0 comments on commit d1932e8

Please sign in to comment.