@oaknational/oak-components 2.19.1 → 2.20.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.19.1",
3
+ "version": "2.20.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",
@@ -24,7 +24,10 @@
24
24
  "build-storybook": "storybook build",
25
25
  "prepare": "husky install",
26
26
  "prepublishOnly": "./scripts/prepublish.sh",
27
- "publish:local": "npm run build && yalc publish --no-scripts"
27
+ "publish:local": "npm run build && yalc publish --no-scripts",
28
+ "outdated": "bash scripts/outdated.sh",
29
+ "audit": "bash scripts/audit.sh",
30
+ "knip": "knip"
28
31
  },
29
32
  "author": "",
30
33
  "peerDependencies": {
@@ -37,71 +40,68 @@
37
40
  "devDependencies": {
38
41
  "@commitlint/cli": "^18.4.4",
39
42
  "@commitlint/config-conventional": "^18.4.4",
40
- "@dnd-kit/core": "^6.1.0",
43
+ "@dnd-kit/core": "^6.3.1",
41
44
  "@dnd-kit/sortable": "^10.0.0",
42
45
  "@rollup/plugin-commonjs": "^29.0.2",
43
46
  "@rollup/plugin-json": "^6.1.0",
44
- "@rollup/plugin-node-resolve": "^15.2.3",
45
- "@rollup/plugin-terser": "^0.4.4",
46
- "@rollup/plugin-typescript": "^11.1.5",
47
+ "@rollup/plugin-node-resolve": "^16.0.3",
48
+ "@rollup/plugin-terser": "^1.0.0",
49
+ "@rollup/plugin-typescript": "^12.3.0",
47
50
  "@semantic-release/git": "^10.0.1",
48
- "@semantic-release/npm": "^13.1.1",
49
- "@storybook/addon-a11y": "^8.6.14",
50
- "@storybook/addon-essentials": "^8.6.14",
51
- "@storybook/addon-interactions": "^8.6.14",
52
- "@storybook/addon-links": "^8.6.14",
53
- "@storybook/addon-onboarding": "^8.6.14",
54
- "@storybook/addon-themes": "^8.6.14",
55
- "@storybook/blocks": "^8.6.14",
56
- "@storybook/nextjs": "8.6.14",
57
- "@storybook/preview-api": "^8.6.14",
58
- "@storybook/react": "8.6.14",
59
- "@storybook/test": "^8.6.14",
51
+ "@semantic-release/npm": "^13.1.5",
52
+ "@storybook/addon-a11y": "9.1.20",
53
+ "@storybook/addon-docs": "9.1.20",
54
+ "@storybook/addon-links": "9.1.20",
55
+ "@storybook/addon-onboarding": "9.1.20",
56
+ "@storybook/addon-themes": "9.1.20",
57
+ "@storybook/nextjs": "9.1.20",
60
58
  "@testing-library/jest-dom": "^6.9.1",
61
59
  "@testing-library/react": "^16.3.2",
62
- "@testing-library/user-event": "^14.5.2",
60
+ "@testing-library/user-event": "^14.6.1",
63
61
  "@tiptap/react": "^2.11.0",
64
62
  "@tiptap/starter-kit": "^2.11.0",
65
63
  "@types/jest": "^30.0.0",
66
64
  "@types/jscodeshift": "^17.3.0",
65
+ "@types/node": "^25.6.0",
67
66
  "@types/react": "^18.2.47",
68
67
  "@types/react-dom": "^18.3.7",
69
68
  "@types/react-test-renderer": "^18.0.7",
70
- "@types/react-transition-group": "^4.4.10",
71
- "@types/styled-components": "^5.1.34",
69
+ "@types/react-transition-group": "^4.4.12",
70
+ "@types/styled-components": "^5.1.36",
72
71
  "@typescript-eslint/eslint-plugin": "^6.18.1",
73
72
  "@typescript-eslint/parser": "^6.18.1",
74
73
  "eslint": "^8.56.0",
75
74
  "eslint-config-prettier": "^9.1.0",
76
75
  "eslint-import-resolver-typescript": "^3.6.1",
77
- "eslint-plugin-import": "^2.29.1",
76
+ "eslint-plugin-import": "^2.32.0",
78
77
  "eslint-plugin-mdx": "^2.3.2",
79
78
  "eslint-plugin-no-relative-import-paths": "^1.6.1",
80
- "eslint-plugin-react": "^7.33.2",
79
+ "eslint-plugin-react": "^7.37.5",
81
80
  "eslint-plugin-react-hooks": "^4.6.0",
82
- "eslint-plugin-storybook": "^0.8.0",
81
+ "eslint-plugin-storybook": "9.1.20",
83
82
  "glob": "^12.0.0",
84
83
  "husky": "^8.0.3",
85
- "jest": "^30.2.0",
86
- "jest-environment-jsdom": "^30.2.0",
87
- "jest-styled-components": "^7.2.0",
88
- "jest-util": "^30.2.0",
84
+ "jest": "^30.3.0",
85
+ "jest-environment-jsdom": "^30.3.0",
86
+ "jest-styled-components": "^7.4.0",
87
+ "jest-util": "^30.3.0",
89
88
  "jscodeshift": "^17.3.0",
90
- "prettier": "^3.1.1",
89
+ "knip": "^6.4.1",
90
+ "prettier": "^3.8.3",
91
91
  "react": "^18.2.0",
92
92
  "react-dom": "^18.2.0",
93
- "react-focus-on": "^3.9.2",
93
+ "react-focus-on": "^3.10.2",
94
94
  "react-transition-group": "^4.4.5",
95
- "rollup": "^4.9.4",
96
- "rollup-plugin-dts": "^6.1.0",
95
+ "rollup": "^4.60.1",
96
+ "rollup-plugin-dts": "^6.4.1",
97
97
  "rollup-plugin-peer-deps-external": "^2.2.4",
98
98
  "rollup-plugin-typescript-paths": "^1.5.0",
99
- "semantic-release": "^25.0.1",
100
- "storybook": "^8.0.10",
101
- "storybook-react-context": "^0.6.0",
102
- "ts-jest": "^29.4.5",
103
- "tsx": "^4.20.5",
104
- "typescript": "^5.3.3"
99
+ "semantic-release": "^25.0.3",
100
+ "storybook": "9.1.20",
101
+ "storybook-react-context": "^0.8.0",
102
+ "ts-jest": "^29.4.9",
103
+ "tsx": "^4.21.0",
104
+ "typescript": "^5.9.3"
105
105
  },
106
106
  "directories": {
107
107
  "example": "examples"