|
60 | 60 | "test-update": "npm-run-all --sequential clean lint build"
|
61 | 61 | },
|
62 | 62 | "dependencies": {
|
63 |
| - "@docusaurus/core": "3.1.0", |
64 |
| - "@docusaurus/preset-classic": "3.1.0", |
65 |
| - "@docusaurus/theme-common": "3.1.0", |
66 |
| - "@docusaurus/theme-search-algolia": "3.1.0", |
| 63 | + "@docusaurus/core": "3.7.0", |
| 64 | + "@docusaurus/preset-classic": "3.7.0", |
| 65 | + "@docusaurus/theme-common": "3.7.0", |
| 66 | + "@docusaurus/theme-search-algolia": "3.7.0", |
67 | 67 | "@iframe-resizer/react": "5.3.2",
|
68 | 68 | "@nl-design-system-candidate/code-block-docs": "1.0.1",
|
69 | 69 | "@nl-design-system-candidate/code-docs": "1.0.1",
|
|
81 | 81 | "@nl-design-system-candidate/number-badge-docs": "1.0.1",
|
82 | 82 | "@nl-design-system-candidate/paragraph-docs": "1.0.3",
|
83 | 83 | "@nl-design-system-candidate/skip-link-docs": "1.0.1",
|
84 |
| - "@tabler/icons-react": "3.17.0", |
| 84 | + "@tabler/icons-react": "3.29.0", |
85 | 85 | "@utrecht/design-tokens": "1.1.0",
|
86 | 86 | "clsx": "2.1.1",
|
87 |
| - "html-react-parser": "5.1.16", |
88 |
| - "prism-react-renderer": "2.4.0", |
| 87 | + "html-react-parser": "5.2.2", |
| 88 | + "prism-react-renderer": "2.4.1", |
89 | 89 | "react": "18.3.1",
|
90 | 90 | "react-dom": "18.3.1"
|
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 |
| - "@argos-ci/cli": "2.4.3", |
| 93 | + "@argos-ci/cli": "2.5.5", |
94 | 94 | "@argos-ci/playwright": "3.6.1",
|
95 |
| - "@changesets/cli": "2.27.8", |
96 |
| - "@docsearch/react": "3.6.1", |
97 |
| - "@docusaurus/module-type-aliases": "3.1.0", |
98 |
| - "@docusaurus/plugin-content-blog": "3.1.0", |
99 |
| - "@docusaurus/plugin-content-docs": "3.1.0", |
100 |
| - "@docusaurus/theme-classic": "3.1.0", |
101 |
| - "@docusaurus/tsconfig": "3.1.0", |
102 |
| - "@docusaurus/types": "3.1.0", |
103 |
| - "@eslint/js": "9.16.0", |
104 |
| - "@eslint/json": "0.8.0", |
105 |
| - "@fontsource/fira-sans": "5.1.0", |
106 |
| - "@fontsource/open-sans": "5.1.0", |
| 95 | + "@changesets/cli": "2.27.11", |
| 96 | + "@docsearch/react": "3.8.3", |
| 97 | + "@docusaurus/module-type-aliases": "3.7.0", |
| 98 | + "@docusaurus/plugin-content-blog": "3.7.0", |
| 99 | + "@docusaurus/plugin-content-docs": "3.7.0", |
| 100 | + "@docusaurus/theme-classic": "3.7.0", |
| 101 | + "@docusaurus/tsconfig": "3.7.0", |
| 102 | + "@docusaurus/types": "3.7.0", |
| 103 | + "@eslint/js": "9.18.0", |
| 104 | + "@eslint/json": "0.9.1", |
| 105 | + "@fontsource/fira-sans": "5.1.1", |
| 106 | + "@fontsource/open-sans": "5.1.1", |
107 | 107 | "@fontsource/source-sans-pro": "5.1.0",
|
108 |
| - "@mdx-js/react": "3.0.1", |
| 108 | + "@mdx-js/react": "3.1.0", |
109 | 109 | "@nl-design-system-unstable/documentation": "workspace:*",
|
110 | 110 | "@nl-design-system-unstable/nlds-design-tokens": "workspace:*",
|
111 | 111 | "@nl-design-system-unstable/voorbeeld-design-tokens": "1.0.0-alpha.151",
|
112 | 112 | "@nl-design-system/component-progress": "1.0.1-alpha.95",
|
113 | 113 | "@nl-design-system/eslint-config": "0.0.1",
|
114 | 114 | "@persoonlijke-regelingen-assistent/components-react": "1.0.0-alpha.152",
|
115 | 115 | "@playwright/test": "1.47.1",
|
116 |
| - "@types/node": "22.10.7", |
| 116 | + "@types/node": "22.10.9", |
117 | 117 | "@types/react": "18.3.12",
|
118 | 118 | "@types/react-dom": "18.3.1",
|
119 | 119 | "@utrecht/component-library-css": "4.2.0",
|
|
122 | 122 | "@utrecht/web-component-library-stencil": "1.4.0",
|
123 | 123 | "cheerio": "1.0.0",
|
124 | 124 | "color": "4.2.3",
|
125 |
| - "eslint": "9.16.0", |
| 125 | + "eslint": "9.18.0", |
126 | 126 | "eslint-config-prettier": "9.1.0",
|
127 |
| - "eslint-plugin-perfectionist": "4.1.2", |
128 |
| - "eslint-plugin-react": "7.37.2", |
| 127 | + "eslint-plugin-perfectionist": "4.7.0", |
| 128 | + "eslint-plugin-react": "7.37.4", |
129 | 129 | "firacode": "6.2.0",
|
130 |
| - "globals": "15.12.0", |
| 130 | + "globals": "15.14.0", |
131 | 131 | "http-server": "14.1.1",
|
132 |
| - "husky": "9.1.6", |
133 |
| - "lint-staged": "15.2.10", |
134 |
| - "npm-check-updates": "17.1.1", |
| 132 | + "husky": "9.1.7", |
| 133 | + "lint-staged": "15.4.2", |
| 134 | + "npm-check-updates": "17.1.14", |
135 | 135 | "npm-package-json-lint": "8.0.0",
|
136 | 136 | "npm-run-all": "4.1.5",
|
137 |
| - "prettier": "3.3.3", |
138 |
| - "react-hook-form": "7.53.0", |
| 137 | + "prettier": "3.4.2", |
| 138 | + "react-hook-form": "7.54.2", |
139 | 139 | "react-player": "2.16.0",
|
140 |
| - "react-syntax-highlighter": "15.5.0", |
| 140 | + "react-syntax-highlighter": "15.6.1", |
141 | 141 | "rimraf": "6.0.1",
|
142 |
| - "stylelint": "16.9.0", |
| 142 | + "stylelint": "16.13.2", |
143 | 143 | "stylelint-config-standard-scss": "13.1.0",
|
144 | 144 | "stylelint-order": "6.0.4",
|
145 | 145 | "tabler-icons-react": "1.56.0",
|
146 | 146 | "ts-node": "10.9.2",
|
147 |
| - "typescript": "5.6.2", |
148 |
| - "typescript-eslint": "8.16.0", |
| 147 | + "typescript": "5.7.3", |
| 148 | + "typescript-eslint": "8.21.0", |
149 | 149 | "uuid": "10.0.0",
|
150 | 150 | "yaml-loader": "0.8.1"
|
151 | 151 | },
|
|
0 commit comments