|
34 | 34 | "react-dom": "15 - 18"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "deepmerge": "^4.2.2", |
| 37 | + "deepmerge": "^4.3.1", |
38 | 38 | "exenv": "^1.2.2",
|
39 | 39 | "is-lite": "^0.9.2",
|
40 | 40 | "prop-types": "^15.8.1",
|
|
45 | 45 | "tree-changes": "^0.9.2"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/core": "^7.19.1", |
49 |
| - "@babel/eslint-parser": "^7.19.1", |
| 48 | + "@babel/core": "^7.21.5", |
| 49 | + "@babel/eslint-parser": "^7.21.3", |
50 | 50 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
51 |
| - "@babel/plugin-proposal-decorators": "^7.19.1", |
| 51 | + "@babel/plugin-proposal-decorators": "^7.21.0", |
52 | 52 | "@babel/plugin-proposal-do-expressions": "^7.18.6",
|
53 | 53 | "@babel/plugin-proposal-export-default-from": "^7.18.10",
|
54 | 54 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
55 | 55 | "@babel/plugin-proposal-function-sent": "^7.18.6",
|
56 | 56 | "@babel/plugin-proposal-json-strings": "^7.18.6",
|
57 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", |
| 57 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", |
58 | 58 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
59 | 59 | "@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
60 |
| - "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
| 60 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
61 | 61 | "@babel/plugin-proposal-pipeline-operator": "^7.18.9",
|
62 | 62 | "@babel/plugin-proposal-throw-expressions": "^7.18.6",
|
63 | 63 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
64 | 64 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
65 |
| - "@babel/plugin-transform-flow-strip-types": "^7.19.0", |
66 |
| - "@babel/plugin-transform-runtime": "^7.19.1", |
67 |
| - "@babel/preset-env": "^7.19.1", |
68 |
| - "@babel/preset-flow": "^7.18.6", |
| 65 | + "@babel/plugin-transform-flow-strip-types": "^7.21.0", |
| 66 | + "@babel/plugin-transform-runtime": "^7.21.4", |
| 67 | + "@babel/preset-env": "^7.21.5", |
| 68 | + "@babel/preset-flow": "^7.21.4", |
69 | 69 | "@babel/preset-react": "^7.18.6",
|
70 |
| - "@size-limit/preset-big-lib": "^8.1.0", |
| 70 | + "@size-limit/preset-big-lib": "^8.2.4", |
71 | 71 | "@types/react": "^17.0.47",
|
72 | 72 | "@types/react-dom": "^17.0.11",
|
73 | 73 | "babel-core": "^7.0.0-bridge.0",
|
74 |
| - "babel-jest": "^29.0.3", |
| 74 | + "babel-jest": "^29.5.0", |
75 | 75 | "babel-plugin-array-includes": "^2.0.3",
|
76 | 76 | "babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
77 | 77 | "babel-plugin-transform-node-env-inline": "^0.4.3",
|
78 | 78 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
79 |
| - "caniuse-lite": "^1.0.30001405", |
| 79 | + "caniuse-lite": "^1.0.30001481", |
80 | 80 | "cross-env": "^7.0.3",
|
| 81 | + "del-cli": "^5.0.0", |
81 | 82 | "dtslint": "^4.2.1",
|
82 | 83 | "enzyme": "^3.11.0",
|
83 |
| - "enzyme-adapter-react-16": "^1.15.6", |
84 |
| - "eslint": "8.23.1", |
| 84 | + "enzyme-adapter-react-16": "^1.15.7", |
| 85 | + "eslint": "8.39.0", |
85 | 86 | "eslint-config-airbnb": "^19.0.4",
|
86 |
| - "eslint-config-prettier": "^8.5.0", |
| 87 | + "eslint-config-prettier": "^8.8.0", |
87 | 88 | "eslint-plugin-babel": "^5.3.1",
|
88 | 89 | "eslint-plugin-flowtype": "^8.0.3",
|
89 |
| - "eslint-plugin-import": "^2.26.0", |
90 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 90 | + "eslint-plugin-import": "^2.27.5", |
| 91 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
91 | 92 | "eslint-plugin-prettier": "^4.2.1",
|
92 |
| - "eslint-plugin-react": "^7.31.8", |
| 93 | + "eslint-plugin-react": "^7.32.2", |
93 | 94 | "eslint-plugin-react-hooks": "^4.6.0",
|
94 | 95 | "flow-bin": "^0.110.1",
|
95 |
| - "husky": "^8.0.1", |
| 96 | + "husky": "^8.0.3", |
96 | 97 | "is-ci-cli": "^2.2.0",
|
97 |
| - "jest": "^29.0.3", |
98 |
| - "jest-environment-jsdom": "^29.0.3", |
| 98 | + "jest": "^29.5.0", |
| 99 | + "jest-environment-jsdom": "^29.5.0", |
99 | 100 | "jest-enzyme": "^7.1.2",
|
100 |
| - "jest-extended": "^3.1.0", |
101 |
| - "jest-watch-typeahead": "^2.2.0", |
102 |
| - "lint-staged": "^13.0.3", |
103 |
| - "prettier": "^2.7.1", |
| 101 | + "jest-extended": "^3.2.4", |
| 102 | + "jest-watch-typeahead": "^2.2.2", |
| 103 | + "lint-staged": "^13.2.2", |
| 104 | + "prettier": "^2.8.8", |
104 | 105 | "prop-types": "^15.8.1",
|
105 | 106 | "react": "^16.14.0",
|
106 | 107 | "react-dom": "^16.14.0",
|
107 | 108 | "repo-tools": "^0.2.2",
|
108 | 109 | "rimraf": "^3.0.2",
|
109 |
| - "rollup": "^2.79.0", |
| 110 | + "rollup": "^2.79.1", |
110 | 111 | "rollup-plugin-babel": "^4.3.3",
|
111 | 112 | "rollup-plugin-commonjs": "^10.1.0",
|
112 | 113 | "rollup-plugin-node-resolve": "^5.2.0",
|
113 |
| - "size-limit": "^8.1.0", |
114 |
| - "typescript": "^4.8.3" |
| 114 | + "size-limit": "^8.2.4", |
| 115 | + "typescript": "^4.9.5" |
115 | 116 | },
|
116 | 117 | "scripts": {
|
117 | 118 | "build": " npm run clean && npm run build:scripts",
|
118 | 119 | "build:scripts": "cross-env NODE_ENV=production rollup -c",
|
119 | 120 | "watch": "rollup -cw",
|
120 |
| - "clean": "rimraf es && rimraf lib", |
| 121 | + "clean": "del es && del lib", |
121 | 122 | "lint": "eslint --ext .js,.jsx src test",
|
122 | 123 | "test": "is-ci \"test:coverage\" \"test:watch\"",
|
123 | 124 | "test:coverage": "jest --bail --coverage",
|
|
0 commit comments