@vibe/core 3.52.3-alpha-2b605.0 → 3.53.0-alpha-28529.0

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 +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe/core",
3
- "version": "3.52.3-alpha-2b605.0",
3
+ "version": "3.53.0-alpha-28529.0",
4
4
  "description": "Official monday.com UI resources for application development in React.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,15 +65,15 @@
65
65
  }
66
66
  },
67
67
  "scripts": {
68
- "test": "jest",
69
- "test:watch": "jest --watch",
70
- "test:update": "yarn test -u",
71
- "test:coverage": "yarn test -- --coverage",
68
+ "test": "vitest run",
69
+ "test:watch": "vitest",
70
+ "test:update": "vitest run -u",
71
+ "test:coverage": "vitest run --coverage",
72
72
  "start": "yarn build:esm -- --watch",
73
73
  "build": "yarn build:esm && yarn build:esm:mock-classnames && yarn build:metadata",
74
74
  "build:esm": "rollup -c",
75
75
  "build:esm:mock-classnames": "mock_classnames=on rollup -c",
76
- "build:metadata": "ts-node --esm src/scripts/generate-metadata.ts",
76
+ "build:metadata": "tsx src/scripts/generate-metadata.ts",
77
77
  "storybook": "storybook dev -p 7008",
78
78
  "build-storybook": "storybook build -o static_storybook && node .storybook/storybook-title-fix.js static_storybook",
79
79
  "deploy-storybook": "storybook-to-ghpages",
@@ -128,7 +128,6 @@
128
128
  "@babel/types": "^7.24.0",
129
129
  "@chromatic-com/storybook": "^1.4.0",
130
130
  "@hot-loader/react-dom": "^16.13.0",
131
- "@jest/transform": "^29.7.0",
132
131
  "@mdx-js/loader": "^2.0.0-rc.2",
133
132
  "@mdx-js/mdx": "^2.0.0-rc.2",
134
133
  "@rollup/plugin-babel": "^6.0.2",
@@ -159,7 +158,7 @@
159
158
  "@storybook/storybook-deployer": "^2.8.16",
160
159
  "@storybook/testing-library": "^0.2.2",
161
160
  "@storybook/theming": "^7.5.3",
162
- "@testing-library/jest-dom": "^5.16.1",
161
+ "@testing-library/jest-dom": "^6.4.6",
163
162
  "@testing-library/react": "^12.1.2",
164
163
  "@testing-library/react-hooks": "^7.0.2",
165
164
  "@testing-library/user-event": "^13.5.0",
@@ -183,10 +182,12 @@
183
182
  "@uiw/codemirror-extensions-langs": "^4.21.25",
184
183
  "@uiw/codemirror-theme-github": "^4.21.25",
185
184
  "@uiw/react-codemirror": "^4.21.25",
185
+ "@vitejs/plugin-react": "^4.3.1",
186
+ "@vitest/coverage-v8": "^1.6.0",
187
+ "@vitest/ui": "^1.6.0",
186
188
  "acorn": "^8.7.1",
187
189
  "autoprefixer": "^10.4.0",
188
190
  "babel-core": "^6.26.3",
189
- "babel-jest": "^26.6.3",
190
191
  "babel-loader": "^8.2.3",
191
192
  "babel-plugin-react-require": "^3.1.3",
192
193
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -202,7 +203,6 @@
202
203
  "eslint-config-airbnb": "^19.0.4",
203
204
  "eslint-config-prettier": "^8.3.0",
204
205
  "eslint-plugin-import": "^2.25.4",
205
- "eslint-plugin-jest": "^25.3.4",
206
206
  "eslint-plugin-json": "^3.1.0",
207
207
  "eslint-plugin-jsx-a11y": "^6.5.1",
208
208
  "eslint-plugin-lodash": "^7.4.0",
@@ -212,11 +212,10 @@
212
212
  "eslint-plugin-react": "^7.28.0",
213
213
  "eslint-plugin-react-hooks": "^4.3.0",
214
214
  "eslint-plugin-storybook": "^0.6.15",
215
+ "eslint-plugin-vitest": "^0.4.1",
215
216
  "execa": "^5.1.1",
216
217
  "identity-obj-proxy": "^3.0.0",
217
- "jest": "^29.7.0",
218
218
  "jest-axe": "^8.0.0",
219
- "jest-environment-jsdom": "^29.7.0",
220
219
  "js-sha256": "^0.9.0",
221
220
  "json-loader": "^0.5.7",
222
221
  "jsontosass": "^0.2.0",
@@ -255,13 +254,15 @@
255
254
  "stylelint-config-recommended-scss": "^6.0.0",
256
255
  "stylelint-config-standard": "^24.0.0",
257
256
  "stylelint-config-standard-scss": "^3.0.0",
258
- "ts-jest": "^29.1.2",
259
257
  "ts-loader": "^9.3.1",
260
258
  "ts-morph": "^25.0.1",
261
259
  "ts-node": "^10.9.2",
260
+ "tsx": "^4.20.3",
262
261
  "typescript": "^4.7.3",
263
262
  "typescript-plugin-css-modules": "^4.2.1",
264
- "vibe-storybook-components": "0.22.0"
263
+ "vibe-storybook-components": "0.22.0",
264
+ "vite": "^5.3.1",
265
+ "vitest": "^1.6.0"
265
266
  },
266
267
  "peerDependencies": {
267
268
  "moment": "^2.29.1",
@@ -287,5 +288,5 @@
287
288
  "gzip": true
288
289
  }
289
290
  ],
290
- "gitHead": "1e6aa08159ae99d90ebe4d458754f358cf5d32c6"
291
+ "gitHead": "fe2164449d361cd14aafdfdfa2f35d1cbca776b1"
291
292
  }