|
41 | 41 | "tdd": "NODE_ENV=test jest --watch"
|
42 | 42 | },
|
43 | 43 | "peerDependencies": {
|
44 |
| - "moment": "^2.29.1", |
45 | 44 | "react": "^16.14.0 || ^17 || ^18",
|
46 | 45 | "react-dom": "^16.14.0 || ^17 || ^18"
|
47 | 46 | },
|
48 | 47 | "devDependencies": {
|
49 |
| - "@babel/cli": "^7.17.6", |
50 |
| - "@babel/core": "^7.17.5", |
51 |
| - "@babel/eslint-parser": "^7.17.0", |
52 |
| - "@babel/plugin-transform-runtime": "^7.17.0", |
53 |
| - "@babel/preset-env": "^7.16.11", |
54 |
| - "@commitlint/cli": "^16.2.1", |
55 |
| - "@commitlint/config-conventional": "^16.2.1", |
| 48 | + "@babel/cli": "^7.18.6", |
| 49 | + "@babel/core": "^7.18.6", |
| 50 | + "@babel/eslint-parser": "^7.18.2", |
| 51 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 52 | + "@babel/plugin-transform-runtime": "^7.18.6", |
| 53 | + "@babel/preset-env": "^7.18.6", |
| 54 | + "@commitlint/cli": "^17.0.3", |
| 55 | + "@commitlint/config-conventional": "^17.0.3", |
56 | 56 | "@rollup/plugin-babel": "5.3.1",
|
57 |
| - "@rollup/plugin-commonjs": "21.0.2", |
58 |
| - "@rollup/plugin-node-resolve": "13.1.3", |
| 57 | + "@rollup/plugin-commonjs": "22.0.1", |
| 58 | + "@rollup/plugin-node-resolve": "13.3.0", |
59 | 59 | "@rollup/plugin-replace": "4.0.0",
|
60 | 60 | "@semantic-release/changelog": "^6.0.1",
|
61 | 61 | "@semantic-release/git": "^10.0.1",
|
62 |
| - "@storybook/addon-actions": "^6.4.19", |
63 |
| - "@storybook/addon-essentials": "^6.4.19", |
64 |
| - "@storybook/addon-jest": "6.4.19", |
65 |
| - "@storybook/addon-links": "^6.4.19", |
66 |
| - "@storybook/addon-postcss": "2.0.0", |
67 |
| - "@storybook/builder-webpack5": "^6.4.19", |
68 |
| - "@storybook/manager-webpack5": "^6.4.19", |
| 62 | + "@storybook/addon-actions": "^6.5.9", |
| 63 | + "@storybook/addon-essentials": "^6.5.9", |
| 64 | + "@storybook/addon-jest": "6.5.9", |
| 65 | + "@storybook/addon-links": "^6.5.9", |
| 66 | + "@storybook/addon-postcss": "^2.0.0", |
| 67 | + "@storybook/builder-webpack5": "^6.5.9", |
| 68 | + "@storybook/manager-webpack5": "^6.5.9", |
69 | 69 | "@storybook/preset-scss": "1.0.3",
|
70 |
| - "@storybook/react": "^6.4.19", |
71 |
| - "@storybook/theming": "6.4.19", |
72 |
| - "@typescript-eslint/eslint-plugin": "^5.14.0", |
73 |
| - "autoprefixer": "^10.4.2", |
74 |
| - "babel-jest": "^27.5.1", |
75 |
| - "babel-loader": "^8.2.3", |
| 70 | + "@storybook/react": "^6.5.9", |
| 71 | + "@storybook/theming": "6.5.9", |
| 72 | + "@typescript-eslint/eslint-plugin": "^5.30.5", |
| 73 | + "autoprefixer": "^10.4.7", |
| 74 | + "babel-jest": "^28.1.2", |
76 | 75 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
77 | 76 | "babel-plugin-transform-rename-import": "^2.3.0",
|
78 | 77 | "babel-preset-react-app": "^10.0.1",
|
79 | 78 | "bootstrap": "3.4.1",
|
80 | 79 | "bootstrap-sass": "3.4.3",
|
81 |
| - "eslint": "^8.10.0", |
| 80 | + "eslint": "^8.19.0", |
82 | 81 | "eslint-config-jason": "^8.2.2",
|
83 | 82 | "eslint-config-prettier": "^8.5.0",
|
84 | 83 | "eslint-import-resolver-webpack": "^0.13.2",
|
85 |
| - "eslint-plugin-import": "^2.25.4", |
86 |
| - "eslint-plugin-react": "^7.29.3", |
87 |
| - "eslint-plugin-react-hooks": "^4.3.0", |
| 84 | + "eslint-plugin-import": "^2.26.0", |
| 85 | + "eslint-plugin-react": "^7.30.1", |
| 86 | + "eslint-plugin-react-hooks": "^4.6.0", |
88 | 87 | "font-awesome": "^4.7.0",
|
89 |
| - "globalize": "^0.1.1", |
90 |
| - "husky": "^7.0.0", |
| 88 | + "husky": "^8.0.1", |
91 | 89 | "is-ci": "^3.0.1",
|
92 |
| - "jest": "^27.5.1", |
93 |
| - "lint-staged": "^12.3.5", |
94 |
| - "luxon": "^2.3.1", |
95 |
| - "moment": "^2.29.1", |
96 |
| - "moment-timezone": "^0.5.34", |
97 |
| - "postcss": "^8.4.8", |
98 |
| - "postcss-cli": "^9.1.0", |
99 |
| - "prettier": "^2.5.1", |
| 90 | + "jest": "^28.1.2", |
| 91 | + "jest-environment-jsdom": "^28.1.2", |
| 92 | + "lint-staged": "^13.0.3", |
| 93 | + "postcss": "^8.4.14", |
| 94 | + "postcss-cli": "^10.0.0", |
| 95 | + "prettier": "^2.7.1", |
100 | 96 | "react": "^17.0.2",
|
101 | 97 | "react-bootstrap": "^0.32.4",
|
102 |
| - "react-docgen": "^5.4.0", |
103 | 98 | "react-dom": "^17.0.2",
|
104 | 99 | "react-tackle-box": "^2.1.0",
|
105 | 100 | "regenerator-runtime": "^0.13.9",
|
106 |
| - "rollup": "^2.70.0", |
| 101 | + "rollup": "^2.75.7", |
107 | 102 | "rollup-plugin-clear": "^2.0.7",
|
108 | 103 | "rollup-plugin-size-snapshot": "^0.12.0",
|
109 | 104 | "rollup-plugin-terser": "^7.0.2",
|
110 |
| - "sass": "1.49.9", |
111 |
| - "sass-loader": "^12.6.0", |
112 |
| - "semantic-release": "^19.0.2", |
113 |
| - "webpack": "^5.70.0", |
114 |
| - "webpack-cli": "^4.9.2", |
115 |
| - "webpack-dev-server": "^4.7.4", |
116 |
| - "zx": "^5.2.0" |
| 105 | + "sass": "1.53.0", |
| 106 | + "sass-loader": "^13.0.2", |
| 107 | + "semantic-release": "^19.0.3", |
| 108 | + "zx": "^7.0.7" |
117 | 109 | },
|
118 | 110 | "dependencies": {
|
119 |
| - "@babel/runtime": "^7.17.2", |
120 |
| - "clsx": "^1.1.1", |
| 111 | + "@babel/runtime": "^7.18.6", |
| 112 | + "clsx": "^1.2.1", |
121 | 113 | "date-arithmetic": "^4.1.0",
|
122 | 114 | "dom-helpers": "^5.2.1",
|
| 115 | + "globalize": "^0.1.1", |
123 | 116 | "invariant": "^2.2.4",
|
124 | 117 | "lodash": "^4.17.21",
|
125 | 118 | "lodash-es": "^4.17.21",
|
| 119 | + "luxon": "^2.4.0", |
126 | 120 | "memoize-one": "^6.0.0",
|
| 121 | + "moment": "^2.29.4", |
| 122 | + "moment-timezone": "^0.5.34", |
127 | 123 | "prop-types": "^15.8.1",
|
128 | 124 | "react-overlays": "^4.1.1",
|
129 | 125 | "uncontrollable": "^7.2.1"
|
|
0 commit comments