Skip to content

Commit

Permalink
[ops/ts] - bumped package versions (#824)
Browse files Browse the repository at this point in the history
* [ops/ts] - bumped package versions

* [ops/ts] - compatibility fixes for upgraded package versions

* [ops/ts] - upgraded package versions

* [console] - adjusted window visibility
  • Loading branch information
emilbon99 authored Sep 14, 2024
1 parent 4cbd672 commit bbd4641
Show file tree
Hide file tree
Showing 42 changed files with 1,687 additions and 7,972 deletions.
8 changes: 4 additions & 4 deletions alamos/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"devDependencies": {
"@synnaxlabs/tsconfig": "workspace:*",
"@synnaxlabs/vite-plugin": "workspace:*",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^2.1.0",
"eslint-config-synnaxlabs": "workspace:*",
"typescript": "^5.4.5",
"vite": "5.2.11",
"vitest": "^1.5.0"
"typescript": "^5.6.2",
"vite": "5.4.4",
"vitest": "^2.1.0"
},
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
14 changes: 7 additions & 7 deletions client/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"devDependencies": {
"@synnaxlabs/tsconfig": "workspace:*",
"@synnaxlabs/vite-plugin": "workspace:*",
"@types/node": "^22.2.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.1.0",
"eslint": "^9.10.0",
"eslint-config-synnaxlabs": "workspace:*",
"typescript": "^5.5.4",
"vite": "5.4.0",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vite": "5.4.4",
"vitest": "^2.1.0"
},
"peerDependencies": {
"zod": "^3.23.8"
"zod": "3.23.8"
},
"type": "module",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"access": "public"
},
"dependencies": {
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"devDependencies": {
"@eslint/compat": "^1.0.3",
"@eslint/js": "^9.4.0",
"eslint": "^9.3.0",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.3.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"access": "public"
},
"dependencies": {
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions configs/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@synnaxlabs/tsconfig": "workspace:*",
"typescript": "^5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.8.2",
"vite-tsconfig-paths": "4.3.2"
"typescript": "^5.6.2",
"vite": "5.4.4",
"vite-plugin-dts": "4.2.1",
"vite-tsconfig-paths": "5.0.1"
},
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
44 changes: 22 additions & 22 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@
"react-devtools": "npx react-devtools"
},
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@reduxjs/toolkit": "^2.2.6",
"@fontsource/inter": "^5.1.0",
"@reduxjs/toolkit": "^2.2.7",
"@synnaxlabs/client": "workspace:*",
"@synnaxlabs/drift": "workspace:*",
"@synnaxlabs/media": "workspace:*",
"@synnaxlabs/pluto": "workspace:*",
"@synnaxlabs/x": "workspace:*",
"@tanstack/react-query": "^5.49.2",
"@tauri-apps/api": "2.0.0-rc.0",
"@tauri-apps/plugin-deep-link": "2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.0",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-store": "2.0.0-rc.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.0",
"@tanstack/react-query": "^5.56.2",
"@tauri-apps/api": "^2.0.0-rc.4",
"@tauri-apps/plugin-deep-link": "2.0.0-rc.2",
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"async-mutex": "^0.5.0",
"proxy-memoize": "3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"proxy-memoize": "1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"uuid": "^10.0.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.0",
"uuid": "^9.0.1",
"zod": "3.23.8"
},
"devDependencies": {
"@synnaxlabs/tsconfig": "workspace:*",
"@tauri-apps/cli": "2.0.0-beta.17",
"@types/react": "^18.3.3",
"@tauri-apps/cli": "2.0.0-rc.13",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint-config-synnaxlabs": "workspace:*",
"stylelint-config-synnaxlabs": "workspace:*",
"typescript": "^5.5.3",
"vite": "5.3.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "^1.6.0"
"typescript": "^5.6.2",
"vite": "5.4.4",
"vite-tsconfig-paths": "5.0.1",
"vitest": "^2.1.0"
}
}
Loading

0 comments on commit bbd4641

Please sign in to comment.