|
1 | 1 | { |
2 | 2 | "name": "formatizer", |
3 | | - "version": "1.3.4", |
| 3 | + "version": "1.4.0", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "git+ssh://git@github.com/O-clock-dev/formatizer.git" |
7 | 7 | }, |
8 | | - "author": "Alexandre Bourdeaud'hui <alexandre@oclock.io>", |
| 8 | + "author": "Team O’clock <dev@oclock.io>", |
9 | 9 | "license": "MIT", |
10 | 10 | "scripts": { |
11 | 11 | "start": "brunch watch --server", |
|
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | 27 | "emoji-mart": "^2.11.1", |
| 28 | + "enzyme-adapter-react-16": "^1.15.2", |
28 | 29 | "react-syntax-highlighter": "^5.7.0" |
29 | 30 | }, |
30 | 31 | "peerDependencies": { |
31 | | - "glamor": "^2.20.40", |
32 | | - "glamorous": "^4.11.0", |
33 | | - "react": "^15.4.1 || ^16.0.0" |
| 32 | + "react": "^16.2.0 || ^16.13.1" |
34 | 33 | }, |
35 | 34 | "devDependencies": { |
36 | 35 | "auto-reload-brunch": "^2.7.1", |
|
45 | 44 | "brunch": "^2.10.12", |
46 | 45 | "chai": "^4.1.2", |
47 | 46 | "enzyme": "^3.2.0", |
48 | | - "enzyme-adapter-react-15": "^1.0.5", |
49 | 47 | "eslint": "^4.4.1", |
50 | 48 | "eslint-config-airbnb": "^15.1.0", |
51 | 49 | "eslint-import-resolver-node": "^0.3.0", |
52 | 50 | "eslint-plugin-import": "^2.3.0", |
53 | 51 | "eslint-plugin-jsx-a11y": "^5.0.3", |
54 | 52 | "eslint-plugin-react": "^7.1.0", |
55 | | - "glamor": "^2.20.40", |
56 | | - "glamorous": "^4.11.0", |
57 | 53 | "husky": "^0.14.3", |
58 | 54 | "jsdom": "^11.5.1", |
59 | 55 | "lint-staged": "^6.0.0", |
60 | 56 | "mocha": "^4.0.1", |
61 | 57 | "prettier": "^1.9.1", |
62 | 58 | "prop-types": "^15.6.0", |
63 | | - "react": "^15.6.2", |
64 | | - "react-dom": "^15.6.2", |
65 | | - "react-test-renderer": "^15.6.2" |
| 59 | + "react": "^16.13.1", |
| 60 | + "react-dom": "^16.13.1", |
| 61 | + "react-test-renderer": "^16.13.1" |
66 | 62 | }, |
67 | 63 | "main": "dist/index.js", |
68 | 64 | "files": [ |
|
81 | 77 | "react" |
82 | 78 | ], |
83 | 79 | "contributors": [ |
| 80 | + "Alexandre Bourdeaud’hui <alexandre@oclock.io>", |
84 | 81 | "Maxime Vasse <maxime@oclock.io>" |
85 | 82 | ] |
86 | 83 | } |
0 commit comments