|
30 | 30 | "/src"
|
31 | 31 | ],
|
32 | 32 | "config": {
|
33 |
| - "prettier_target": "*.{js,jsx,md,json} src/**/*.{js,jsx,md,json} test/**/*.{js,jsx,md,json} docs/**/*.{js,jsx,md,json} stories/**/*.{js,jsx,md,json} cypress/**/*.{js,jsx,md,json}" |
| 33 | + "prettier_target": "*.{js,jsx,md,json} src/**/*.{js,jsx,md,json} test/**/*.{js,jsx,md,json} docs/**/*.{js,jsx,md,json} stories/**/*.{js,jsx,md,json} cypress/**/*.{js,jsx,md,json} csp-server/**/*.{js,jsx,md,json}" |
34 | 34 | },
|
35 | 35 | "scripts": {
|
36 | 36 | "test:accessibility": "lighthouse http://localhost:9002/iframe.html?id=single-vertical-list--basic --chrome-flags='--headless' --output=json --output=html --output-path=./test-reports/lighthouse/a11y.json && node a11y-audit-parse.js",
|
|
56 | 56 | "prepublishOnly": "yarn build"
|
57 | 57 | },
|
58 | 58 | "dependencies": {
|
59 |
| - "@babel/runtime": "^7.8.4", |
| 59 | + "@babel/runtime": "^7.9.2", |
60 | 60 | "css-box-model": "^1.2.0",
|
61 | 61 | "memoize-one": "^5.1.1",
|
62 | 62 | "raf-schd": "^4.0.2",
|
|
65 | 65 | "use-memo-one": "^1.1.1"
|
66 | 66 | },
|
67 | 67 | "devDependencies": {
|
68 |
| - "@atlaskit/css-reset": "^5.0.9", |
69 |
| - "@atlaskit/theme": "^9.5.0", |
70 |
| - "@babel/core": "^7.8.4", |
| 68 | + "@atlaskit/css-reset": "^5.0.10", |
| 69 | + "@atlaskit/theme": "^9.5.2", |
| 70 | + "@babel/core": "^7.9.0", |
71 | 71 | "@babel/plugin-proposal-class-properties": "^7.8.3",
|
72 |
| - "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 72 | + "@babel/plugin-transform-modules-commonjs": "^7.9.0", |
73 | 73 | "@babel/plugin-transform-object-assign": "^7.8.3",
|
74 |
| - "@babel/plugin-transform-runtime": "^7.8.3", |
75 |
| - "@babel/preset-env": "^7.8.4", |
76 |
| - "@babel/preset-flow": "^7.8.3", |
77 |
| - "@babel/preset-react": "^7.8.3", |
| 74 | + "@babel/plugin-transform-runtime": "^7.9.0", |
| 75 | + "@babel/preset-env": "^7.9.5", |
| 76 | + "@babel/preset-flow": "^7.9.0", |
| 77 | + "@babel/preset-react": "^7.9.4", |
78 | 78 | "@emotion/babel-preset-css-prop": "^10.0.27",
|
79 |
| - "@emotion/core": "^10.0.27", |
| 79 | + "@emotion/core": "^10.0.28", |
80 | 80 | "@emotion/styled": "^10.0.27",
|
81 |
| - "@storybook/react": "^5.3.10", |
82 |
| - "@storybook/theming": "^5.3.10", |
83 |
| - "@testing-library/react": "^9.4.0", |
| 81 | + "@storybook/react": "^5.3.18", |
| 82 | + "@storybook/theming": "^5.3.18", |
| 83 | + "@testing-library/react": "^10.0.2", |
84 | 84 | "babel-core": "^7.0.0-bridge.0",
|
85 |
| - "babel-eslint": "^10.0.3", |
86 |
| - "babel-jest": "^25.1.0", |
87 |
| - "babel-loader": "^8.0.6", |
| 85 | + "babel-eslint": "^10.1.0", |
| 86 | + "babel-jest": "^25.3.0", |
| 87 | + "babel-loader": "^8.1.0", |
88 | 88 | "babel-plugin-dev-expression": "^0.2.2",
|
89 |
| - "babel-plugin-emotion": "^10.0.27", |
90 |
| - "cross-env": "^7.0.0", |
91 |
| - "cypress": "^4.0.0", |
| 89 | + "babel-plugin-emotion": "^10.0.33", |
| 90 | + "cross-env": "^7.0.2", |
| 91 | + "cypress": "^4.4.0", |
92 | 92 | "emotion-theming": "^10.0.27",
|
93 | 93 | "enzyme": "^3.11.0",
|
94 | 94 | "enzyme-adapter-react-16": "^1.15.2",
|
95 | 95 | "eslint": "6.8.0",
|
96 |
| - "eslint-config-airbnb": "^18.0.1", |
97 |
| - "eslint-config-prettier": "^6.10.0", |
98 |
| - "eslint-plugin-cypress": "^2.8.1", |
| 96 | + "eslint-config-airbnb": "^18.1.0", |
| 97 | + "eslint-config-prettier": "^6.10.1", |
| 98 | + "eslint-plugin-cypress": "^2.10.3", |
99 | 99 | "eslint-plugin-emotion": "^10.0.27",
|
100 | 100 | "eslint-plugin-es5": "^1.5.0",
|
101 |
| - "eslint-plugin-flowtype": "^4.6.0", |
102 |
| - "eslint-plugin-import": "^2.20.1", |
103 |
| - "eslint-plugin-jest": "^23.6.0", |
| 101 | + "eslint-plugin-flowtype": "^4.7.0", |
| 102 | + "eslint-plugin-import": "^2.20.2", |
| 103 | + "eslint-plugin-jest": "^23.8.2", |
104 | 104 | "eslint-plugin-jsx-a11y": "^6.2.1",
|
105 |
| - "eslint-plugin-prettier": "^3.1.2", |
106 |
| - "eslint-plugin-react": "^7.18.3", |
107 |
| - "eslint-plugin-react-hooks": "^2.3.0", |
| 105 | + "eslint-plugin-prettier": "^3.1.3", |
| 106 | + "eslint-plugin-react": "^7.19.0", |
| 107 | + "eslint-plugin-react-hooks": "^3.0.0", |
108 | 108 | "flow-bin": "0.110.1",
|
109 |
| - "fs-extra": "^8.0.1", |
| 109 | + "fs-extra": "^9.0.0", |
110 | 110 | "globby": "^11.0.0",
|
111 |
| - "jest": "^25.1.0", |
112 |
| - "jest-axe": "^3.3.0", |
| 111 | + "jest": "^25.3.0", |
| 112 | + "jest-axe": "^3.4.0", |
113 | 113 | "jest-junit": "^10.0.0",
|
114 |
| - "jest-watch-typeahead": "^0.4.2", |
| 114 | + "jest-watch-typeahead": "^0.5.0", |
115 | 115 | "lighthouse": "^5.6.0",
|
116 | 116 | "markdown-it": "^10.0.0",
|
117 |
| - "prettier": "^1.19.1", |
| 117 | + "prettier": "^2.0.4", |
118 | 118 | "raf-stub": "^3.0.0",
|
119 |
| - "react": "^16.12.0", |
120 |
| - "react-dom": "^16.12.0", |
121 |
| - "react-test-renderer": "^16.12.0", |
| 119 | + "react": "^16.13.1", |
| 120 | + "react-dom": "^16.13.1", |
| 121 | + "react-test-renderer": "^16.13.1", |
122 | 122 | "react-virtualized": "^9.21.2",
|
123 | 123 | "react-window": "^1.8.5",
|
124 | 124 | "require-from-string": "^2.0.2",
|
125 |
| - "rimraf": "^3.0.1", |
126 |
| - "rollup": "^1.31.0", |
127 |
| - "rollup-plugin-babel": "^4.3.3", |
| 125 | + "rimraf": "^3.0.2", |
| 126 | + "rollup": "^2.6.1", |
| 127 | + "rollup-plugin-babel": "^4.4.0", |
128 | 128 | "rollup-plugin-commonjs": "^10.1.0",
|
129 | 129 | "rollup-plugin-json": "^4.0.0",
|
130 | 130 | "rollup-plugin-node-resolve": "^5.1.0",
|
131 | 131 | "rollup-plugin-replace": "^2.2.0",
|
132 | 132 | "rollup-plugin-size-snapshot": "^0.11.0",
|
133 | 133 | "rollup-plugin-strip": "^1.2.2",
|
134 |
| - "rollup-plugin-terser": "^5.2.0", |
135 |
| - "styled-components": "5.0.0", |
136 |
| - "stylelint": "^13.0.0", |
| 134 | + "rollup-plugin-terser": "^5.3.0", |
| 135 | + "styled-components": "5.1.0", |
| 136 | + "stylelint": "^13.3.2", |
137 | 137 | "stylelint-config-prettier": "^8.0.1",
|
138 | 138 | "stylelint-config-recommended": "^3.0.0",
|
139 |
| - "stylelint-config-standard": "^19.0.0", |
| 139 | + "stylelint-config-standard": "^20.0.0", |
140 | 140 | "stylelint-config-styled-components": "^0.1.1",
|
141 |
| - "stylelint-processor-styled-components": "^1.9.0", |
| 141 | + "stylelint-processor-styled-components": "^1.10.0", |
142 | 142 | "wait-port": "^0.2.7",
|
143 |
| - "webpack": "^4.41.5" |
| 143 | + "webpack": "^4.42.1" |
144 | 144 | },
|
145 | 145 | "peerDependencies": {
|
146 | 146 | "react": "^16.8.5",
|
|
0 commit comments