|
36 | 36 | "payment" |
37 | 37 | ], |
38 | 38 | "peerDependencies": { |
39 | | - "react": "^15.0.0 || ^16.0.0", |
40 | | - "prop-types": "^15.7.2" |
| 39 | + "prop-types": "^15.7.2", |
| 40 | + "react": "^16.13.1 || ^17.0.0" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "payment": "^2.3.0" |
| 43 | + "payment": "^2.4.4" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/cli": "^7.10.1", |
47 | | - "@babel/core": "^7.10.2", |
48 | | - "@babel/plugin-proposal-class-properties": "^7.10.1", |
49 | | - "@babel/plugin-proposal-decorators": "^7.10.1", |
50 | | - "@babel/plugin-proposal-do-expressions": "^7.10.1", |
51 | | - "@babel/plugin-proposal-export-default-from": "^7.10.1", |
52 | | - "@babel/plugin-proposal-export-namespace-from": "^7.10.1", |
53 | | - "@babel/plugin-proposal-function-sent": "^7.10.1", |
54 | | - "@babel/plugin-proposal-json-strings": "^7.10.1", |
55 | | - "@babel/plugin-proposal-logical-assignment-operators": "^7.10.1", |
56 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", |
57 | | - "@babel/plugin-proposal-numeric-separator": "^7.10.1", |
58 | | - "@babel/plugin-proposal-optional-chaining": "^7.10.1", |
59 | | - "@babel/plugin-proposal-pipeline-operator": "^7.10.1", |
60 | | - "@babel/plugin-proposal-throw-expressions": "^7.10.1", |
| 46 | + "@babel/cli": "^7.14.5", |
| 47 | + "@babel/core": "^7.14.5", |
| 48 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 49 | + "@babel/plugin-proposal-decorators": "^7.14.5", |
| 50 | + "@babel/plugin-proposal-do-expressions": "^7.14.5", |
| 51 | + "@babel/plugin-proposal-export-default-from": "^7.14.5", |
| 52 | + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", |
| 53 | + "@babel/plugin-proposal-function-sent": "^7.14.5", |
| 54 | + "@babel/plugin-proposal-json-strings": "^7.14.5", |
| 55 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", |
| 56 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
| 57 | + "@babel/plugin-proposal-numeric-separator": "^7.14.5", |
| 58 | + "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
| 59 | + "@babel/plugin-proposal-pipeline-operator": "^7.14.5", |
| 60 | + "@babel/plugin-proposal-throw-expressions": "^7.14.5", |
61 | 61 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
62 | | - "@babel/plugin-syntax-import-meta": "^7.10.1", |
63 | | - "@babel/plugin-transform-flow-strip-types": "^7.10.1", |
64 | | - "@babel/plugin-transform-object-assign": "^7.10.1", |
65 | | - "@babel/preset-env": "^7.10.2", |
66 | | - "@babel/preset-flow": "^7.10.1", |
67 | | - "@babel/preset-react": "^7.10.1", |
68 | | - "@size-limit/preset-small-lib": "^4.5.0", |
69 | | - "autoprefixer": "^9.8.0", |
| 62 | + "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 63 | + "@babel/plugin-transform-flow-strip-types": "^7.14.5", |
| 64 | + "@babel/plugin-transform-object-assign": "^7.14.5", |
| 65 | + "@babel/preset-env": "^7.14.5", |
| 66 | + "@babel/preset-flow": "^7.14.5", |
| 67 | + "@babel/preset-react": "^7.14.5", |
| 68 | + "@size-limit/preset-small-lib": "^4.12.0", |
| 69 | + "autoprefixer": "^10.2.6", |
70 | 70 | "babel-core": "^7.0.0-bridge.0", |
71 | 71 | "babel-eslint": "^10.1.0", |
72 | | - "babel-jest": "^26.0.1", |
| 72 | + "babel-jest": "^27.0.2", |
73 | 73 | "babel-plugin-array-includes": "^2.0.3", |
74 | | - "cross-env": "^7.0.2", |
75 | | - "date-fns": "^2.14.0", |
| 74 | + "cross-env": "^7.0.3", |
| 75 | + "date-fns": "^2.22.1", |
76 | 76 | "del-cli": "^3.0.1", |
77 | 77 | "enzyme": "^3.11.0", |
78 | | - "enzyme-adapter-react-16": "^1.15.2", |
79 | | - "eslint": "^6.8.0", |
80 | | - "eslint-config-airbnb": "^18.1.0", |
81 | | - "eslint-plugin-babel": "^5.3.0", |
82 | | - "eslint-plugin-flowtype": "^4.7.0", |
83 | | - "eslint-plugin-import": "^2.20.2", |
84 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
85 | | - "eslint-plugin-react": "^7.20.0", |
86 | | - "flow-bin": "^0.126.1", |
87 | | - "husky": "^4.2.5", |
88 | | - "jest": "^26.0.1", |
89 | | - "jsdom": "^16.2.2", |
90 | | - "node-sass": "^4.14.1", |
91 | | - "postcss": "^7.0.32", |
92 | | - "postcss-cli": "^7.1.1", |
| 78 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.2", |
| 79 | + "eslint": "^7.28.0", |
| 80 | + "eslint-config-airbnb": "^18.2.1", |
| 81 | + "eslint-plugin-babel": "^5.3.1", |
| 82 | + "eslint-plugin-flowtype": "^5.7.2", |
| 83 | + "eslint-plugin-import": "^2.23.4", |
| 84 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 85 | + "eslint-plugin-react": "^7.24.0", |
| 86 | + "flow-bin": "^0.152.0", |
| 87 | + "husky": "^6.0.0", |
| 88 | + "jest": "^27.0.4", |
| 89 | + "jsdom": "^16.6.0", |
| 90 | + "postcss": "^8.3.2", |
| 91 | + "postcss-cli": "^8.3.1", |
93 | 92 | "prop-types": "^15.7.2", |
94 | | - "react": "^16.13.1", |
95 | | - "react-dom": "^16.13.1", |
96 | | - "repo-tools": "^0.2.0", |
97 | | - "size-limit": "^4.5.0", |
98 | | - "stylelint": "^13.6.0", |
99 | | - "stylelint-config-standard": "^20.0.0", |
100 | | - "stylelint-declaration-strict-value": "^1.5.0", |
| 93 | + "react": "^17.0.2", |
| 94 | + "react-dom": "^17.0.2", |
| 95 | + "repo-tools": "^0.2.2", |
| 96 | + "sass": "^1.34.1", |
| 97 | + "size-limit": "^4.12.0", |
| 98 | + "stylelint": "^13.13.1", |
| 99 | + "stylelint-config-standard": "^22.0.0", |
| 100 | + "stylelint-declaration-strict-value": "^1.7.12", |
101 | 101 | "stylelint-order": "^4.1.0", |
102 | | - "stylelint-scss": "^3.17.2", |
| 102 | + "stylelint-scss": "^3.19.0", |
103 | 103 | "watch-run": "^1.2.5" |
104 | 104 | }, |
105 | 105 | "scripts": { |
106 | 106 | "build": "npm run clean && npm run build:commonjs && npm run build:es && npm run build:styles", |
107 | 107 | "build:commonjs": "cross-env BABEL_ENV=commonjs babel src -d lib", |
108 | 108 | "build:es": "cross-env NODE_ENV=production babel src -d es", |
109 | | - "build:styles": " node tools/build-styles", |
| 109 | + "build:styles": "node tools/build-styles", |
110 | 110 | "watch": "npm run build && watch-run -p 'src/**/*.js' npm run build:es", |
111 | 111 | "clean": "del-cli es/* && del-cli lib/*", |
112 | 112 | "lint": "eslint --ext .js --ext .jsx src test tools", |
|
0 commit comments