@manuscripts/style-guide 3.5.21 → 3.5.22

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 +5 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "3.5.21",
4
+ "version": "3.5.22",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -28,7 +28,7 @@
28
28
  "prettier": "prettier --write \"{src,stories}/**/*.{ts,tsx}\"",
29
29
  "preversion": "npm-run-all --parallel lint typecheck test",
30
30
  "storybook": "storybook dev -p 6006",
31
- "test": "jest --passWithNoTests",
31
+ "test": "vitest run",
32
32
  "typecheck": "tsc --noEmit",
33
33
  "version": "pnpm build",
34
34
  "prepare": "husky install"
@@ -71,7 +71,7 @@
71
71
  "@storybook/react": "8.5.3",
72
72
  "@storybook/react-webpack5": "8.5.3",
73
73
  "@storybook/test": "8.5.3",
74
- "@types/jest": "30.0.0",
74
+ "@vitest/coverage-v8": "4.1.6",
75
75
  "@types/lodash": "4.17.16",
76
76
  "@types/node": "^20.19.25",
77
77
  "@types/react": "19.2.3",
@@ -81,14 +81,13 @@
81
81
  "@types/styled-components": "5.1.34",
82
82
  "@typescript-eslint/eslint-plugin": "8.46.4",
83
83
  "@typescript-eslint/parser": "8.46.4",
84
- "babel-jest": "30.0.5",
84
+ "jsdom": "29.1.1",
85
85
  "babel-loader": "9.1.3",
86
86
  "eslint": "9.39.1",
87
87
  "eslint-config-prettier": "10.1.8",
88
88
  "eslint-plugin-diff": "2.0.3",
89
89
  "eslint-plugin-header": "3.1.1",
90
90
  "eslint-plugin-import": "2.32.0",
91
- "eslint-plugin-jest": "29.1.0",
92
91
  "eslint-plugin-jsx-a11y": "6.10.2",
93
92
  "eslint-plugin-mdx": "3.6.2",
94
93
  "eslint-plugin-node": "11.1.0",
@@ -99,8 +98,7 @@
99
98
  "eslint-plugin-simple-import-sort": "12.1.1",
100
99
  "eslint-plugin-storybook": "10.0.6",
101
100
  "husky": "8.0.3",
102
- "jest": "30.0.5",
103
- "jest-environment-jsdom": "30.0.5",
101
+ "vitest": "4.1.6",
104
102
  "npm-run-all": "4.1.5",
105
103
  "prettier": "3.6.2",
106
104
  "rimraf": "6.0.1",