@panoboard/core 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoboard/core",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Shared core library for Panoboard — schemas, query engine, connectors, components, themes",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",
@@ -98,10 +98,10 @@
98
98
  "react-router": "^7"
99
99
  },
100
100
  "dependencies": {
101
- "@aws-sdk/client-redshift-data": "^3.1011.0",
102
- "@aws-sdk/client-s3": "^3.1011.0",
103
- "@aws-sdk/client-sts": "^3.1011.0",
104
- "@aws-sdk/rds-signer": "^3.1011.0",
101
+ "@aws-sdk/client-redshift-data": "^3.1016.0",
102
+ "@aws-sdk/client-s3": "^3.1016.0",
103
+ "@aws-sdk/client-sts": "^3.1016.0",
104
+ "@aws-sdk/rds-signer": "^3.1016.0",
105
105
  "@google-cloud/bigquery": "^8.1.1",
106
106
  "pg": "^8",
107
107
  "snowflake-sdk": "^2.3.5",
@@ -142,7 +142,7 @@
142
142
  "@types/nunjucks": "^3",
143
143
  "@types/pg": "^8",
144
144
  "jsdom": "^29.0.1",
145
- "typescript": "^5",
145
+ "typescript": "^6",
146
146
  "vitest": "^4.1.1"
147
147
  }
148
148
  }