|
1 | 1 | { |
2 | 2 | "name": "react-usage-bar", |
3 | | - "version": "1.1.16", |
| 3 | + "version": "1.1.17", |
4 | 4 | "description": "Usage bar, graphic component for React", |
5 | 5 | "main": "build/index.js", |
6 | 6 | "typings": "build/index.d.ts", |
|
32 | 32 | "homepage": "http://ChrisUser.github.io/react-usage-bar", |
33 | 33 | "license": "MIT", |
34 | 34 | "devDependencies": { |
35 | | - "@babel/core": "^7.18.2", |
36 | | - "@storybook/addon-a11y": "^6.5.8", |
37 | | - "@storybook/addon-docs": "^6.5.8", |
38 | | - "@storybook/addon-viewport": "^6.5.8", |
39 | | - "@storybook/react": "^6.5.8", |
| 35 | + "@babel/core": "^7.18.10", |
| 36 | + "@storybook/addon-a11y": "^6.5.9", |
| 37 | + "@storybook/addon-docs": "^6.5.9", |
| 38 | + "@storybook/addon-viewport": "^6.5.9", |
| 39 | + "@storybook/react": "^6.5.9", |
40 | 40 | "@testing-library/jest-dom": "^5.16.4", |
41 | 41 | "@testing-library/react": "^13.3.0", |
42 | | - "@types/jest": "^28.1.1", |
43 | | - "@types/react": "^18.0.12", |
44 | | - "@types/react-dom": "^18.0.5", |
| 42 | + "@types/jest": "^28.1.6", |
| 43 | + "@types/react": "^18.0.15", |
| 44 | + "@types/react-dom": "^18.0.6", |
45 | 45 | "awesome-typescript-loader": "^5.2.1", |
46 | 46 | "babel-loader": "^8.2.5", |
47 | | - "esbuild": "^0.14.43", |
48 | | - "jest": "^28.1.1", |
| 47 | + "esbuild": "^0.14.51", |
| 48 | + "jest": "^28.1.3", |
49 | 49 | "postcss": "^8.4.14", |
50 | 50 | "prettier-standard": "^16.3.0", |
51 | | - "react": "^18.1.0", |
| 51 | + "react": "^18.2.0", |
52 | 52 | "react-docgen-typescript-loader": "^3.7.2", |
53 | | - "react-dom": "^18.1.0", |
54 | | - "rollup": "^2.75.6", |
| 53 | + "react-dom": "^18.2.0", |
| 54 | + "rollup": "^2.77.2", |
55 | 55 | "rollup-plugin-commonjs": "^10.1.0", |
56 | 56 | "rollup-plugin-dts": "^4.2.2", |
57 | 57 | "rollup-plugin-esbuild": "^4.9.1", |
|
63 | 63 | "semantic-release": "^19.0.3", |
64 | 64 | "standard": "^17.0.0", |
65 | 65 | "standard-prettier": "^1.0.1", |
66 | | - "ts-jest": "^28.0.4", |
67 | | - "ts-loader": "^9.3.0", |
68 | | - "typescript": "^4.7.3" |
| 66 | + "ts-jest": "^28.0.7", |
| 67 | + "ts-loader": "^9.3.1", |
| 68 | + "typescript": "^4.7.4" |
69 | 69 | }, |
70 | 70 | "peerDependencies": { |
71 | 71 | "react": "^17", |
72 | 72 | "react-dom": "^17" |
73 | 73 | }, |
74 | 74 | "resolutions": { |
75 | | - "minimist": "1.2.6" |
| 75 | + "minimist": "1.2.6", |
| 76 | + "glob-parent": "6.0.1" |
76 | 77 | }, |
77 | 78 | "plugins": [ |
78 | 79 | "@semantic-release/commit-analyzer", |
|
102 | 103 | "afterAll", |
103 | 104 | "jest" |
104 | 105 | ] |
| 106 | + }, |
| 107 | + "dependencies": { |
| 108 | + "glob-parent": "6.0.2" |
105 | 109 | } |
106 | 110 | } |
0 commit comments