11{
22 "name" : " cipp" ,
3- "version" : " 10.7.5 " ,
3+ "version" : " 10.8.2 " ,
44 "author" : " CIPP Contributors" ,
55 "homepage" : " https://cipp.app/" ,
66 "bugs" : {
77 "url" : " https://github.com/CyberDrain/CIPP/issues"
88 },
99 "license" : " AGPL-3.0" ,
1010 "engines" : {
11- "node" : " ^22.13 .0"
11+ "node" : " ^22.22 .0"
1212 },
1313 "repository" : {
1414 "type" : " git" ,
2222 "lint" : " npx eslint ." ,
2323 "lint-fix" : " npx eslint . --fix" ,
2424 "prettier" : " prettier --write '**/*.{js,jsx,json}'" ,
25- "start-swa" : " swa start --swa-config-location .vscode http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 --verbose=silly"
25+ "start-swa" : " swa start --swa-config-location .vscode http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 --verbose=silly" ,
26+ "storybook" : " storybook dev -p 6006 --no-open" ,
27+ "storybook-build" : " npx storybook build -o build-storybook" ,
28+ "storybook-serve" : " npx http-server build-storybook -p 6006" ,
29+ "test" : " vitest run" ,
30+ "test:watch" : " vitest" ,
31+ "test:unit" : " vitest run --project unit" ,
32+ "test:browser" : " vitest run --project storybook --browser.headless=false" ,
33+ "test:coverage" : " vitest run --coverage --testTimeout=30000" ,
34+ "test:storybook" : " vitest run --project storybook"
2635 },
2736 "dependencies" : {
2837 "@emotion/cache" : " 11.14.0" ,
3544 "@mui/lab" : " 7.0.0-beta.17" ,
3645 "@mui/material" : " 7.3.10" ,
3746 "@mui/system" : " 7.3.10" ,
38- "@mui/x-date-pickers" : " ^9.0.2 " ,
47+ "@mui/x-date-pickers" : " ^9.10.1 " ,
3948 "@musement/iso-duration" : " ^1.0.0" ,
4049 "@nivo/core" : " ^0.99.0" ,
4150 "@nivo/sankey" : " ^0.99.0" ,
4655 "@tanstack/react-query-devtools" : " ^5.101.2" ,
4756 "@tanstack/react-query-persist-client" : " ^5.101.2" ,
4857 "@tanstack/react-table" : " ^8.19.2" ,
49- "@tiptap/core" : " ^3.22.3 " ,
50- "@tiptap/extension-heading" : " ^3.22 .3" ,
58+ "@tiptap/core" : " ^3.29.2 " ,
59+ "@tiptap/extension-heading" : " ^3.27 .3" ,
5160 "@tiptap/extension-table" : " ^3.20.5" ,
52- "@tiptap/pm" : " ^3.27.3 " ,
61+ "@tiptap/pm" : " ^3.29.2 " ,
5362 "@tiptap/react" : " ^3.20.5" ,
5463 "@tiptap/starter-kit" : " ^3.20.5" ,
5564 "@vvo/tzdb" : " ^6.198.0" ,
56- "apexcharts" : " 5.16.0 " ,
65+ "apexcharts" : " 6.6.1 " ,
5766 "axios" : " 1.18.1" ,
5867 "date-fns" : " 4.4.0" ,
5968 "diff" : " ^9.0.0" ,
7382 "material-react-table" : " ^3.0.1" ,
7483 "monaco-editor" : " ^0.55.1" ,
7584 "mui-tiptap" : " ^1.31.0" ,
76- "next" : " ^16.2.10 " ,
85+ "next" : " ^16.2.11 " ,
7786 "nprogress" : " 0.2.0" ,
7887 "numeral" : " 2.0.6" ,
7988 "prop-types" : " 15.8.1" ,
8089 "punycode" : " ^2.3.1" ,
81- "react" : " 19.2.6 " ,
90+ "react" : " 19.2.8 " ,
8291 "react-apexcharts" : " 2.1.1" ,
8392 "react-beautiful-dnd" : " 13.1.1" ,
84- "react-dom" : " 19.2.6 " ,
93+ "react-dom" : " 19.2.8 " ,
8594 "react-dropzone" : " 15.0.0" ,
8695 "react-error-boundary" : " ^6.1.2" ,
8796 "react-hook-form" : " ^7.76.1" ,
106115 "simplebar" : " 6.3.3" ,
107116 "simplebar-react" : " 3.3.2" ,
108117 "stylis-plugin-rtl" : " 2.1.1" ,
118+ "swagger-ui-dist" : " 5.32.12" ,
109119 "unified" : " ^11.0.5" ,
110120 "yup" : " 1.7.1"
111121 },
112122 "devDependencies" : {
123+ "@storybook/addon-a11y" : " 10.3.5" ,
124+ "@storybook/addon-docs" : " 10.3.5" ,
125+ "@storybook/addon-themes" : " 10.3.5" ,
126+ "@storybook/addon-vitest" : " 10.3.5" ,
127+ "@storybook/react-vite" : " 10.3.5" ,
113128 "@svgr/webpack" : " 8.1.0" ,
129+ "@testing-library/dom" : " 10.4.1" ,
130+ "@testing-library/jest-dom" : " 6.9.1" ,
131+ "@testing-library/react" : " 16.3.2" ,
132+ "@testing-library/user-event" : " 14.6.1" ,
133+ "@vitest/browser-playwright" : " 4.1.10" ,
134+ "@vitest/coverage-v8" : " 4.1.10" ,
114135 "eslint" : " ^9.39.4" ,
115136 "eslint-config-next" : " ^16.2.10" ,
116137 "eslint-config-prettier" : " ^10.1.8" ,
117- "prettier" : " ^3.9.5" ,
118- "typescript" : " 5.9.3"
138+ "jsdom" : " 29.0.1" ,
139+ "msw" : " 2.12.14" ,
140+ "msw-storybook-addon" : " 3.0.0" ,
141+ "playwright" : " 1.59.1" ,
142+ "prettier" : " ^3.9.6" ,
143+ "storybook" : " 10.3.5" ,
144+ "typescript" : " 5.9.3" ,
145+ "vite" : " 7.3.6" ,
146+ "vitest" : " 4.1.10"
147+ },
148+ "msw" : {
149+ "workerDirectory" : [
150+ " public"
151+ ]
152+ },
153+ "resolutions" : {
154+ "vite" : " 7.3.6"
119155 }
120- }
156+ }
0 commit comments