|
7 | 7 | "/lib" |
8 | 8 | ], |
9 | 9 | "scripts": { |
10 | | - "_drop_native": "./node_modules/rimraf/bin.js node_modules/@types/react-native/", |
| 10 | + "_drop_native": "rimraf node_modules/@types/react-native/", |
11 | 11 | "start": "yarn _drop_native && yarn storybook-start", |
12 | 12 | "storybook-start": "bash start.sh", |
13 | 13 | "testOut": "yarn test --env=jsdom --json --outputFile=.jest-test-results.json", |
14 | 14 | "build-storybook": "build-storybook -c .storybook -o public", |
15 | 15 | "build": "yarn _drop_native && yarn testOut && build-storybook", |
16 | | - "clean": "./node_modules/rimraf/bin.js ./lib", |
| 16 | + "clean": "rimraf ./lib", |
17 | 17 | "ts-bundle": "yarn _drop_native && yarn clean && tsc && tsc -m es6 && node copy-assets && yarn resolveAlias", |
18 | 18 | "test": "jest --config ./jest/config.js", |
19 | 19 | "cp-cloud": "cp -R ./lib ../cloud-frontend/node_modules/@netdata/netdata-ui/", |
|
22 | 22 | "to-dashboard": "yarn ts-bundle && yarn cp-dashboard", |
23 | 23 | "cp-charts": "cp -R ./lib ../charts/node_modules/@netdata/netdata-ui/", |
24 | 24 | "to-charts": "yarn ts-bundle && yarn cp-charts", |
25 | | - "prepare": "install-peers && yarn ts-bundle", |
26 | 25 | "resolveAlias": "tsconfig-replace-paths -p tsconfig.json -s ./src -o ./lib" |
27 | 26 | }, |
28 | 27 | "keywords": [ |
|
32 | 31 | ], |
33 | 32 | "author": "netdata", |
34 | 33 | "license": "ISC", |
| 34 | + "resolutions": { |
| 35 | + "@storybook/**/@emotion/sheet": "^1", |
| 36 | + "@storybook/**/@emotion/styled": "^11" |
| 37 | + }, |
35 | 38 | "dependencies": { |
36 | | - "@elastic/react-search-ui": "^1.15.0", |
37 | | - "@elastic/search-ui-site-search-connector": "^1.15.0", |
| 39 | + "@elastic/react-search-ui": "^1.19.1", |
| 40 | + "@elastic/search-ui-site-search-connector": "^1.19.1", |
38 | 41 | "@prismicio/client": "5.1.1", |
39 | 42 | "@styled-system/css": "^5.1.5", |
40 | | - "@tanstack/react-table": "^8.5.11", |
| 43 | + "@tanstack/react-table": "^8.7.9", |
41 | 44 | "@tanstack/react-virtual": "3.0.0-beta.29", |
42 | | - "axios": "^0.27.2", |
| 45 | + "axios": "^1.3.4", |
43 | 46 | "polished": "^4.2.2", |
44 | 47 | "ramda": "^0.28.0", |
45 | | - "react-beautiful-dnd": "^13.1.0", |
| 48 | + "react-beautiful-dnd": "^13.1.1", |
46 | 49 | "react-filter-box": "^3.4.3", |
47 | 50 | "react-portal": "^4.2.2", |
48 | 51 | "react-select": "^5.7.0", |
49 | 52 | "react-table": "^7.8.0", |
50 | 53 | "react-use": "^17.4.0", |
51 | | - "react-window": "^1.8.7", |
| 54 | + "react-window": "^1.8.8", |
52 | 55 | "styled-system": "^5.1.5", |
53 | | - "throttle-debounce": "3.0.1" |
| 56 | + "throttle-debounce": "5.0.0" |
54 | 57 | }, |
55 | 58 | "peerDependencies": { |
56 | 59 | "react": "^18.2.0", |
|
62 | 65 | "url": "git@github.com:netdata/netdata-ui.git" |
63 | 66 | }, |
64 | 67 | "devDependencies": { |
65 | | - "@babel/core": "^7.18.6", |
66 | | - "@babel/eslint-parser": "^7.18.2", |
67 | | - "@babel/plugin-transform-runtime": "^7.18.6", |
68 | | - "@babel/preset-env": "^7.18.6", |
| 68 | + "@babel/core": "^7.21.3", |
| 69 | + "@babel/eslint-parser": "^7.21.3", |
| 70 | + "@babel/plugin-transform-runtime": "^7.21.0", |
| 71 | + "@babel/preset-env": "^7.20.2", |
69 | 72 | "@babel/preset-react": "^7.18.6", |
70 | 73 | "@netdata/eslint-config-netdata": "^0.1.2", |
71 | | - "@storybook/addon-actions": "^6.5.9", |
| 74 | + "@storybook/addon-actions": "^6.5.16", |
72 | 75 | "@storybook/addon-centered": "^5.3.21", |
73 | | - "@storybook/addon-essentials": "^6.5.9", |
74 | | - "@storybook/addon-interactions": "^6.5.9", |
75 | | - "@storybook/addon-jest": "^6.5.9", |
| 76 | + "@storybook/addon-essentials": "^6.5.16", |
| 77 | + "@storybook/addon-interactions": "^6.5.16", |
| 78 | + "@storybook/addon-jest": "^6.5.16", |
76 | 79 | "@storybook/addon-knobs": "^6.4.0", |
77 | | - "@storybook/addon-links": "^6.5.9", |
78 | | - "@storybook/addon-storysource": "^6.5.9", |
79 | | - "@storybook/builder-webpack5": "^6.5.9", |
80 | | - "@storybook/manager-webpack5": "^6.5.9", |
81 | | - "@storybook/react": "^6.5.9", |
| 80 | + "@storybook/addon-links": "^6.5.16", |
| 81 | + "@storybook/addon-storysource": "^6.5.16", |
| 82 | + "@storybook/builder-webpack5": "^6.5.16", |
| 83 | + "@storybook/manager-webpack5": "^6.5.16", |
| 84 | + "@storybook/react": "^6.5.16", |
82 | 85 | "@storybook/testing-library": "^0.0.13", |
83 | | - "@testing-library/jest-dom": "^5.16.4", |
84 | | - "@testing-library/react": "^13.3.0", |
| 86 | + "@testing-library/jest-dom": "^5.16.5", |
| 87 | + "@testing-library/react": "^14.0.0", |
85 | 88 | "@testing-library/react-hooks": "^8.0.1", |
86 | | - "@testing-library/user-event": "^14.2.1", |
87 | | - "@types/jest": "^28.1.4", |
88 | | - "@types/node": "^18.0.3", |
89 | | - "@types/ramda": "^0.28.15", |
90 | | - "@types/react": "^18.0.15", |
91 | | - "@types/react-dom": "^18.0.6", |
92 | | - "@types/react-portal": "^4.0.4", |
93 | | - "@types/styled-components": "^5.1.25", |
94 | | - "@types/styled-system": "^5.1.15", |
95 | | - "@types/styled-system__css": "^5.0.16", |
96 | | - "@typescript-eslint/eslint-plugin": "^5.30.5", |
97 | | - "@typescript-eslint/parser": "^5.30.5", |
98 | | - "babel-loader": "^8.2.5", |
| 89 | + "@testing-library/user-event": "^14.4.3", |
| 90 | + "@types/node": "^18.15.3", |
| 91 | + "babel-loader": "^9.1.2", |
| 92 | + "babel-plugin-styled-components": "^2.0.7", |
99 | 93 | "cpx": "^1.5.0", |
100 | | - "eslint": "^8.19.0", |
101 | | - "eslint-plugin-react": "^7.30.1", |
| 94 | + "eslint": "^8.36.0", |
| 95 | + "eslint-plugin-react": "^7.32.2", |
102 | 96 | "eslint-plugin-react-hooks": "^4.6.0", |
103 | | - "html-loader": "^3.1.2", |
| 97 | + "html-loader": "^4.2.0", |
104 | 98 | "identity-obj-proxy": "^3.0.0", |
105 | 99 | "install-peers-cli": "^2.2.0", |
106 | | - "jest": "^28.1.2", |
107 | | - "jest-environment-jsdom": "^28.1.2", |
108 | | - "jest-styled-components": "^7.0.8", |
109 | | - "jsdom": "19.0.0", |
110 | | - "markdown-loader": "7.0.0", |
111 | | - "prettier": "^2.7.1", |
112 | | - "rimraf": "^3.0.2", |
| 100 | + "jest": "^29.5.0", |
| 101 | + "jest-environment-jsdom": "^29.5.0", |
| 102 | + "jest-styled-components": "^7.1.1", |
| 103 | + "jsdom": "21.1.1", |
| 104 | + "markdown-loader": "8.0.0", |
| 105 | + "prettier": "^2.8.4", |
| 106 | + "react": "^18.2.0", |
| 107 | + "react-dom": "^18.2.0", |
113 | 108 | "storybook-readme": "^5.0.9", |
| 109 | + "styled-components": "^5.3.9", |
114 | 110 | "svg-sprite-loader": "^6.0.11", |
115 | | - "svgo-loader": "^3.0.1", |
116 | | - "ts-jest": "^28.0.5", |
117 | | - "tsconfig-replace-paths": "^0.0.11", |
118 | | - "typescript": "^4.7.4", |
| 111 | + "svgo-loader": "^4.0.0", |
| 112 | + "ts-jest": "^29.0.5", |
| 113 | + "tsconfig-replace-paths": "^0.0.14", |
| 114 | + "typescript": "^4.9.5", |
119 | 115 | "url-loader": "^4.1.1" |
120 | 116 | } |
121 | 117 | } |
0 commit comments