|
50 | 50 | "url": "git+https://github.com/natterstefan/react-component-library-lerna.git"
|
51 | 51 | },
|
52 | 52 | "workspaces": {
|
53 |
| - "packages": [ |
54 |
| - "packages/*" |
55 |
| - ] |
| 53 | + "packages": ["packages/*"] |
56 | 54 | },
|
57 |
| - "keywords": [ |
58 |
| - "lerna" |
59 |
| - ], |
| 55 | + "keywords": ["lerna"], |
60 | 56 | "author": "Stefan Natter",
|
61 | 57 | "license": "MIT",
|
62 | 58 | "bugs": {
|
|
65 | 61 | "homepage": "https://github.com/natterstefan/react-component-library-lerna#readme",
|
66 | 62 | "devDependencies": {
|
67 | 63 | "@babel/cli": "^7.2.3",
|
68 |
| - "@babel/core": "^7.2.2", |
69 |
| - "@babel/preset-env": "^7.3.1", |
| 64 | + "@babel/core": "^7.3.4", |
| 65 | + "@babel/preset-env": "^7.3.4", |
70 | 66 | "@babel/preset-react": "^7.0.0",
|
71 |
| - "@storybook/addon-actions": "^4.1.11", |
72 |
| - "@storybook/addon-backgrounds": "^4.1.11", |
| 67 | + "@storybook/addon-actions": "^5.0.1", |
73 | 68 | "@storybook/addon-console": "^1.1.0",
|
74 |
| - "@storybook/addon-knobs": "^4.1.11", |
75 |
| - "@storybook/addon-options": "^4.1.11", |
76 |
| - "@storybook/addon-storysource": "^4.1.11", |
77 |
| - "@storybook/addon-viewport": "^4.1.11", |
78 |
| - "@storybook/react": "^4.1.11", |
| 69 | + "@storybook/addon-knobs": "^5.0.1", |
| 70 | + "@storybook/addon-storysource": "^5.0.1", |
| 71 | + "@storybook/addon-viewport": "^5.0.1", |
| 72 | + "@storybook/react": "^5.0.1", |
79 | 73 | "babel-core": "7.0.0-bridge.0",
|
80 | 74 | "babel-eslint": "^10.0.1",
|
81 |
| - "babel-jest": "24.1.0", |
| 75 | + "babel-jest": "^24.3.1", |
82 | 76 | "babel-loader": "^8.0.5",
|
83 |
| - "babel-plugin-styled-components": "1.10.0", |
84 |
| - "enzyme": "3.8.0", |
85 |
| - "enzyme-adapter-react-16": "1.9.1", |
86 |
| - "enzyme-to-json": "3.3.5", |
87 |
| - "eslint": "^5.13.0", |
| 77 | + "babel-plugin-styled-components": "^1.10.0", |
| 78 | + "enzyme": "^3.9.0", |
| 79 | + "enzyme-adapter-react-16": "^1.10.0", |
| 80 | + "enzyme-to-json": "^3.3.5", |
| 81 | + "eslint": "^5.15.1", |
88 | 82 | "eslint-config-ns": "^0.3.0",
|
89 |
| - "eslint-import-resolver-lerna": "^1.0.0", |
| 83 | + "eslint-import-resolver-lerna": "^1.1.0", |
90 | 84 | "eslint-plugin-import": "^2.16.0",
|
91 |
| - "eslint-plugin-jest": "^22.2.2", |
92 |
| - "eslint-plugin-jsx-a11y": "^6.2.0", |
| 85 | + "eslint-plugin-jest": "^22.3.0", |
| 86 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
93 | 87 | "eslint-plugin-prettier": "^3.0.1",
|
94 | 88 | "eslint-plugin-react": "^7.12.4",
|
95 | 89 | "husky": "^1.3.1",
|
96 |
| - "jest": "24.1.0", |
97 |
| - "jest-environment-jsdom": "24.0.0", |
98 |
| - "jest-environment-jsdom-global": "1.1.0", |
99 |
| - "jest-styled-components": "6.3.1", |
100 |
| - "lerna": "^3.11.0", |
101 |
| - "lint-staged": "^8.1.3", |
| 90 | + "jest": "^24.3.1", |
| 91 | + "jest-environment-jsdom": "^24.3.1", |
| 92 | + "jest-environment-jsdom-global": "^1.1.1", |
| 93 | + "jest-styled-components": "^6.3.1", |
| 94 | + "lerna": "^3.13.1", |
| 95 | + "lint-staged": "^8.1.5", |
102 | 96 | "prettier": "^1.16.4",
|
103 |
| - "react-scripts": "^2.1.3", |
104 |
| - "remark-cli": "6.0.1", |
105 |
| - "remark-lint": "6.0.4", |
106 |
| - "remark-preset-lint-recommended": "3.0.2", |
| 97 | + "react-scripts": "^2.1.8", |
| 98 | + "remark-cli": "^6.0.1", |
| 99 | + "remark-lint": "^6.0.4", |
| 100 | + "remark-preset-lint-recommended": "^3.0.2", |
107 | 101 | "rimraf": "^2.6.3",
|
108 | 102 | "storybook-addon-jsx": "^6.0.0",
|
109 | 103 | "storybook-readme": "^4.0.5",
|
110 |
| - "stylelint": "9.10.1", |
111 |
| - "stylelint-config-recommended": "2.1.0", |
112 |
| - "stylelint-config-styled-components": "0.1.1", |
113 |
| - "stylelint-processor-styled-components": "1.5.2", |
114 |
| - "webpack": "4.29.3", |
115 |
| - "webpack-cli": "3.2.3" |
| 104 | + "stylelint": "^9.10.1", |
| 105 | + "stylelint-config-recommended": "^2.1.0", |
| 106 | + "stylelint-config-styled-components": "^0.1.1", |
| 107 | + "stylelint-processor-styled-components": "^1.5.2", |
| 108 | + "webpack": "^4.29.6", |
| 109 | + "webpack-cli": "^3.2.3" |
116 | 110 | },
|
117 | 111 | "dependencies": {
|
118 |
| - "react": "^16.8.1", |
119 |
| - "react-dom": "^16.8.1", |
| 112 | + "react": "^16.8.4", |
| 113 | + "react-dom": "^16.8.4", |
120 | 114 | "styled-components": "4.1.3"
|
121 | 115 | }
|
122 | 116 | }
|
0 commit comments