|
21 | 21 | "lint-fix": "eslint \"src/**/*.js\" \"src/**/*.ts\" --fix", |
22 | 22 | "jest": "jest", |
23 | 23 | "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch", |
24 | | - "test": "npm run build && npm run lint && npm run jest", |
| 24 | + "test": "npm run lint && npm run jest", |
25 | 25 | "doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal", |
26 | 26 | "prepublishOnly": "npm test && npm run build", |
27 | 27 | "postpublish": "git push origin main --follow-tags", |
|
53 | 53 | }, |
54 | 54 | "homepage": "https://github.com/solid/solid-ui", |
55 | 55 | "dependencies": { |
56 | | - "@babel/runtime": "^7.16.5", |
57 | | - "@storybook/addon-docs": "^6.4.18", |
58 | | - "crypto-browserify": "^3.12.0", |
59 | 56 | "escape-html": "^1.0.3", |
60 | 57 | "jss": "^10.9.0", |
61 | 58 | "jss-preset-default": "^10.9.0", |
62 | | - "mime-types": "^2.1.34", |
| 59 | + "mime-types": "^2.1.35", |
63 | 60 | "pane-registry": "^2.4.7", |
64 | | - "path-browserify": "^1.0.1", |
65 | | - "postcss-flexbugs-fixes": "^5.0.2", |
66 | | - "rdflib": "^2.2.17", |
| 61 | + "rdflib": "^2.2.18", |
67 | 62 | "solid-logic": "^1.3.14", |
68 | 63 | "solid-namespace": "^0.5.2", |
69 | | - "stream-browserify": "^3.0.0", |
70 | 64 | "uuid": "^8.3.2" |
71 | 65 | }, |
72 | 66 | "devDependencies": { |
73 | | - "@babel/cli": "^7.16.0", |
74 | | - "@babel/core": "^7.16.5", |
75 | | - "@babel/plugin-proposal-class-properties": "^7.16.5", |
76 | | - "@babel/plugin-proposal-optional-chaining": "^7.16.5", |
77 | | - "@babel/plugin-transform-async-to-generator": "^7.16.5", |
78 | | - "@babel/plugin-transform-runtime": "^7.16.5", |
79 | | - "@babel/preset-env": "^7.16.5", |
80 | | - "@babel/preset-typescript": "^7.16.5", |
81 | | - "@storybook/addon-actions": "^6.4.9", |
82 | | - "@storybook/addon-essentials": "^6.4.9", |
83 | | - "@storybook/addon-links": "^6.4.9", |
84 | | - "@storybook/addon-postcss": "^2.0.0", |
85 | | - "@storybook/html": "^6.4.9", |
86 | | - "@testing-library/dom": "^8.11.1", |
| 67 | + "@babel/cli": "^7.17.6", |
| 68 | + "@babel/core": "^7.17.7", |
| 69 | + "@babel/plugin-proposal-class-properties": "^7.16.7", |
| 70 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
| 71 | + "@babel/plugin-transform-async-to-generator": "^7.16.8", |
| 72 | + "@babel/plugin-transform-runtime": "^7.17.0", |
| 73 | + "@babel/preset-env": "^7.16.11", |
| 74 | + "@babel/preset-typescript": "^7.16.7", |
| 75 | + "@babel/runtime": "^7.17.7", |
| 76 | + "@storybook/addon-docs": "^6.4.19", |
| 77 | + "@storybook/addon-essentials": "^6.4.19", |
| 78 | + "@storybook/addon-links": "^6.4.19", |
| 79 | + "@storybook/builder-webpack5": "^6.4.19", |
| 80 | + "@storybook/html": "^6.4.19", |
| 81 | + "@storybook/manager-webpack5": "^6.4.19", |
| 82 | + "@testing-library/dom": "^8.11.3", |
87 | 83 | "@testing-library/user-event": "^13.5.0", |
88 | | - "@types/jest": "^27.0.3", |
| 84 | + "@types/jest": "^27.4.1", |
89 | 85 | "@types/jsdom": "^16.2.14", |
90 | | - "@types/node": "^17.0.5", |
91 | | - "@typescript-eslint/eslint-plugin": "^5.8.0", |
92 | | - "@typescript-eslint/parser": "^5.8.0", |
93 | | - "autoprefixer": "^10.4.0", |
| 86 | + "@types/node": "^17.0.21", |
| 87 | + "@types/react": "^17.0.40", |
| 88 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
| 89 | + "@typescript-eslint/parser": "^5.15.0", |
94 | 90 | "babel-loader": "^8.2.3", |
95 | | - "eslint": "^7.32.0", |
96 | | - "eslint-config-standard": "^16.0.3", |
| 91 | + "eslint": "^8.11.0", |
| 92 | + "eslint-config-standard": "^17.0.0-1", |
97 | 93 | "eslint-import-resolver-typescript": "^2.5.0", |
98 | 94 | "eslint-plugin-import": "^2.25.4", |
99 | | - "eslint-plugin-jest": "^25.3.0", |
| 95 | + "eslint-plugin-jest": "^26.1.1", |
100 | 96 | "eslint-plugin-node": "^11.1.0", |
101 | 97 | "eslint-plugin-promise": "^6.0.0", |
102 | | - "html-webpack-plugin": "^4.5.2", |
| 98 | + "html-webpack-plugin": "^5.5.0", |
103 | 99 | "husky": "^7.0.4", |
104 | | - "jest": "^27.4.5", |
| 100 | + "jest": "^27.5.1", |
105 | 101 | "jsdom": "^19.0.0", |
106 | | - "lint-staged": "^12.1.4", |
107 | | - "nock": "^13.2.1", |
108 | | - "postcss-flexbugs-fixes": "^5.0.2", |
109 | | - "raw-loader": "^4.0.2", |
| 102 | + "lint-staged": "^12.3.7", |
| 103 | + "nock": "^13.2.4", |
110 | 104 | "react": "^17.0.2", |
111 | 105 | "react-dom": "^17.0.2", |
112 | 106 | "react-is": "^17.0.2", |
113 | | - "standard": "^16.0.4", |
114 | | - "ts-jest": "^27.1.2", |
115 | | - "typedoc": "^0.22.10", |
116 | | - "typescript": "^4.5.4", |
117 | | - "webpack": "^4.46.0", |
118 | | - "webpack-cli": "^3.3.12" |
| 107 | + "ts-jest": "^27.1.3", |
| 108 | + "typedoc": "^0.22.13", |
| 109 | + "typescript": "^4.6.2", |
| 110 | + "webpack": "^5.70.0", |
| 111 | + "webpack-cli": "^4.9.2" |
119 | 112 | }, |
120 | 113 | "husky": { |
121 | 114 | "hooks": { |
|
0 commit comments