Skip to content

Commit

Permalink
pnpm up --latest -r
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 1, 2023
1 parent 37a3fab commit 70534d2
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 145 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dist"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2ee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "11.1.3",
"rollup": "3.29.3"
"@rollup/plugin-typescript": "11.1.4",
"rollup": "3.29.4"
},
"dependencies": {
"@sora/go-wasm": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "11.1.3",
"@rollup/plugin-typescript": "11.1.4",
"@shiguredo/lyra-wasm": "2023.1.0",
"jsdom": "22.1.0",
"rollup": "3.29.3",
"rollup": "3.29.4",
"rollup-plugin-delete": "2.0.0",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"dependencies": {
"@sora/e2ee": "workspace:^",
Expand Down
Loading

0 comments on commit 70534d2

Please sign in to comment.