@manuscripts/style-guide 3.5.19 → 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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Manuscripts Style Guide
1
+ # Manuscripts Style Guide
2
2
 
3
- React components for Manuscripts applications.
3
+ React components for Manuscripts applications.
4
4
 
5
5
  ## Example usage
6
6
 
@@ -16,7 +16,7 @@ const Example: React.FunctionComponent<{
16
16
  )
17
17
  ```
18
18
 
19
- ## Development
19
+ ## Development
20
20
 
21
21
  Run `yarn build` to build the `dist` folder for distribution.
22
22
 
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.19",
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",
@@ -14,6 +14,9 @@
14
14
  "keywords": [
15
15
  "react"
16
16
  ],
17
+ "sideEffects": [
18
+ "**/*.css"
19
+ ],
17
20
  "scripts": {
18
21
  "build": "npm-run-all --parallel build:*",
19
22
  "build:cjs": "tsc --outDir dist/cjs --module commonjs",
@@ -25,7 +28,7 @@
25
28
  "prettier": "prettier --write \"{src,stories}/**/*.{ts,tsx}\"",
26
29
  "preversion": "npm-run-all --parallel lint typecheck test",
27
30
  "storybook": "storybook dev -p 6006",
28
- "test": "jest --passWithNoTests",
31
+ "test": "vitest run",
29
32
  "typecheck": "tsc --noEmit",
30
33
  "version": "pnpm build",
31
34
  "prepare": "husky install"
@@ -68,7 +71,7 @@
68
71
  "@storybook/react": "8.5.3",
69
72
  "@storybook/react-webpack5": "8.5.3",
70
73
  "@storybook/test": "8.5.3",
71
- "@types/jest": "30.0.0",
74
+ "@vitest/coverage-v8": "4.1.6",
72
75
  "@types/lodash": "4.17.16",
73
76
  "@types/node": "^20.19.25",
74
77
  "@types/react": "19.2.3",
@@ -78,14 +81,13 @@
78
81
  "@types/styled-components": "5.1.34",
79
82
  "@typescript-eslint/eslint-plugin": "8.46.4",
80
83
  "@typescript-eslint/parser": "8.46.4",
81
- "babel-jest": "30.0.5",
84
+ "jsdom": "29.1.1",
82
85
  "babel-loader": "9.1.3",
83
86
  "eslint": "9.39.1",
84
87
  "eslint-config-prettier": "10.1.8",
85
88
  "eslint-plugin-diff": "2.0.3",
86
89
  "eslint-plugin-header": "3.1.1",
87
90
  "eslint-plugin-import": "2.32.0",
88
- "eslint-plugin-jest": "29.1.0",
89
91
  "eslint-plugin-jsx-a11y": "6.10.2",
90
92
  "eslint-plugin-mdx": "3.6.2",
91
93
  "eslint-plugin-node": "11.1.0",
@@ -96,8 +98,7 @@
96
98
  "eslint-plugin-simple-import-sort": "12.1.1",
97
99
  "eslint-plugin-storybook": "10.0.6",
98
100
  "husky": "8.0.3",
99
- "jest": "30.0.5",
100
- "jest-environment-jsdom": "30.0.5",
101
+ "vitest": "4.1.6",
101
102
  "npm-run-all": "4.1.5",
102
103
  "prettier": "3.6.2",
103
104
  "rimraf": "6.0.1",