@plaidev/karte-action-sdk 1.1.261-28976427.6758d4f1 → 1.1.261-28981806.8a8d40a8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.261-28976427.6758d4f1",
3
+ "version": "1.1.261-28981806.8a8d40a8",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -66,14 +66,14 @@
66
66
  "@rollup/plugin-replace": "^5.0.0",
67
67
  "@sveltejs/vite-plugin-svelte": "1.0.0-next.37",
68
68
  "@testing-library/svelte": "^5.2.4",
69
- "@tsconfig/svelte": "^2.0.1",
69
+ "@tsconfig/svelte": "^3.0.0",
70
70
  "@types/brotli": "^1.3.1",
71
71
  "@types/serve-static": "^1.13.10",
72
72
  "brotli": "^1.3.3",
73
73
  "c8": "^7.12.0",
74
74
  "csstype": "^3.1.3",
75
- "jsdom": "24.1.0",
76
75
  "isomorphic-fetch": "3.0.0",
76
+ "jsdom": "24.1.0",
77
77
  "listhen": "^0.2.13",
78
78
  "node-fetch": "2.6.7",
79
79
  "picocolors": "^1.0.0",
@@ -100,7 +100,7 @@
100
100
  "tsx": "^4.19.2",
101
101
  "typescript": "^4.7.4",
102
102
  "vitepress": "1.0.0-alpha.30",
103
- "vitest": "latest",
103
+ "vitest": "3.0.5",
104
104
  "@plaidev/action-compiler": "0.4.231"
105
105
  },
106
106
  "dependencies": {
@@ -118,7 +118,7 @@
118
118
  "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
119
119
  "build:api": "api-extractor run --local --verbose",
120
120
  "build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
121
- "lint:text": "textlint --config .textlintrc.json ./src",
121
+ "lint:text": "textlint --config .textlintrc.json ./docs",
122
122
  "clean": "rm -rf dist __dist__ docs/**.md",
123
123
  "docs:dev": "vitepress dev docs",
124
124
  "docs:build": "vitepress build docs",