Skip to content

Commit

Permalink
chore: bump up all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 503e020 commit 35c8b30
Show file tree
Hide file tree
Showing 16 changed files with 808 additions and 508 deletions.
16 changes: 7 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@faker-js/faker": "^9.0.0",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.6.0",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"@taplo/cli": "^0.7.0",
"@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*",
Expand Down Expand Up @@ -151,7 +151,7 @@
"unbox-primitive": "npm:@nolyfill/unbox-primitive@latest",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@latest",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"@reforged/maker-appimage/@electron-forge/maker-base": "7.4.0",
"@reforged/maker-appimage/@electron-forge/maker-base": "7.5.0",
"macos-alias": "npm:@napi-rs/macos-alias@0.0.4",
"fs-xattr": "npm:@napi-rs/xattr@latest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cmdk": "^1.0.0",
"embla-carousel-react": "^8.1.5",
"input-otp": "^1.2.4",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"electron-log": "^5.1.2",
"electron-squirrel-startup": "1.0.1",
"electron-window-state": "^5.0.3",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1"
"@playwright/test": "=1.47.2"
},
"version": "0.17.0"
}
2 changes: 1 addition & 1 deletion tests/affine-desktop-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1"
"@playwright/test": "=1.47.2"
},
"version": "0.17.0"
}
4 changes: 2 additions & 2 deletions tests/affine-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@affine/electron-api": "workspace:*",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0",
"playwright": "=1.47.1"
"playwright": "=1.47.2"
},
"version": "0.17.0"
}
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.6.1-beta.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.7.0-canary.18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.0-canary.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1"
"@playwright/test": "=1.47.2"
},
"version": "0.17.0"
}
2 changes: 1 addition & 1 deletion tests/affine-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1"
"@playwright/test": "=1.47.2"
},
"version": "0.17.0"
}
2 changes: 1 addition & 1 deletion tests/affine-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.1"
"@playwright/test": "=1.47.2"
},
"version": "0.17.0"
}
2 changes: 1 addition & 1 deletion tests/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@node-rs/argon2": "^1.8.0",
"@playwright/test": "=1.47.1",
"@playwright/test": "=1.47.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 35c8b30

Please sign in to comment.