|
1 | 1 | { |
2 | 2 | "name": "freenit", |
3 | | - "version": "0.0.12", |
| 3 | + "version": "0.0.13", |
4 | 4 | "description": "Freenit framework", |
5 | 5 | "author": "Goran Mekić", |
6 | 6 | "license": "BSD-2-Clause", |
|
33 | 33 | "deploy": "gh-pages -d styleguide" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@material-ui/core": "^4.9.5", |
| 36 | + "@material-ui/core": "^4.9.14", |
37 | 37 | "@material-ui/icons": "^4.9.1", |
38 | 38 | "axios": "^0.19.2", |
39 | | - "react-router-dom": "^5.1.2" |
| 39 | + "react-router-dom": "^5.2.0" |
40 | 40 | }, |
41 | 41 | "peerDependencies": { |
42 | 42 | "react": "^16.12.0", |
43 | 43 | "react-dom": "^16.12.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/core": "^7.8.7", |
| 46 | + "@babel/core": "^7.9.6", |
47 | 47 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
48 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
49 | | - "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
| 48 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.6", |
| 49 | + "@babel/plugin-proposal-optional-chaining": "^7.9.0", |
50 | 50 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
51 | | - "@rollup/plugin-node-resolve": "^7.1.1", |
52 | | - "@rollup/plugin-url": "^4.0.2", |
53 | | - "@svgr/rollup": "^5.2.0", |
54 | | - "@testing-library/dom": "^6.15.0", |
55 | | - "@testing-library/jest-dom": "^5.1.1", |
56 | | - "@testing-library/react": "^9.5.0", |
57 | | - "@testing-library/user-event": "^10.0.0", |
| 51 | + "@rollup/plugin-node-resolve": "^7.1.3", |
| 52 | + "@rollup/plugin-url": "^5.0.0", |
| 53 | + "@svgr/rollup": "^5.4.0", |
| 54 | + "@testing-library/dom": "^7.5.2", |
| 55 | + "@testing-library/jest-dom": "^5.7.0", |
| 56 | + "@testing-library/react": "^10.0.4", |
| 57 | + "@testing-library/user-event": "^10.1.2", |
58 | 58 | "babel-core": "^6.26.3", |
59 | 59 | "babel-eslint": "^10.1.0", |
60 | | - "babel-jest": "^25.1.0", |
61 | | - "babel-loader": "^8.0.6", |
| 60 | + "babel-jest": "^26.0.1", |
| 61 | + "babel-loader": "^8.1.0", |
62 | 62 | "babel-plugin-named-asset-import": "^0.3.6", |
63 | 63 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
64 | | - "babel-preset-react-app": "^9.1.1", |
| 64 | + "babel-preset-react-app": "^9.1.2", |
65 | 65 | "cross-env": "^7.0.2", |
66 | | - "css-loader": "^3.4.2", |
| 66 | + "css-loader": "^3.5.3", |
67 | 67 | "enzyme": "^3.11.0", |
68 | 68 | "enzyme-adapter-react-16": "^1.15.2", |
69 | | - "eslint": "^6.8.0", |
70 | | - "eslint-config-airbnb": "^18.0.1", |
71 | | - "eslint-plugin-flowtype": "^4.6.0", |
72 | | - "eslint-plugin-import": "^2.20.1", |
73 | | - "eslint-plugin-jest": "^23.8.2", |
| 69 | + "eslint": "^7.0.0", |
| 70 | + "eslint-config-airbnb": "^18.1.0", |
| 71 | + "eslint-plugin-flowtype": "^4.7.0", |
| 72 | + "eslint-plugin-import": "^2.20.2", |
| 73 | + "eslint-plugin-jest": "^23.10.0", |
74 | 74 | "eslint-plugin-jsx-a11y": "^6.2.3", |
75 | 75 | "eslint-plugin-react": "^7.19.0", |
76 | | - "eslint-plugin-react-hooks": "^2.5.0", |
| 76 | + "eslint-plugin-react-hooks": "^4.0.0", |
77 | 77 | "eslint-watch": "^6.0.1", |
78 | 78 | "gh-pages": "^2.2.0", |
79 | 79 | "jasmine-expect": "^4.0.3", |
80 | | - "jest": "^25.1.0", |
| 80 | + "jest": "^26.0.1", |
81 | 81 | "jest-environment-jsdom-fourteen": "^1.0.1", |
82 | 82 | "jest-pnp-resolver": "^1.2.1", |
83 | | - "jest-resolve": "^25.1.0", |
84 | | - "jest-watch-typeahead": "^0.4.2", |
85 | | - "node-sass": "^4.13.1", |
| 83 | + "jest-resolve": "^26.0.1", |
| 84 | + "jest-watch-typeahead": "^0.6.0", |
| 85 | + "node-sass": "^4.14.1", |
86 | 86 | "npm-run-all": "^4.1.5", |
87 | 87 | "prop-types": "^15.7.2", |
88 | | - "react": "^16.13.0", |
| 88 | + "react": "^16.13.1", |
89 | 89 | "react-app-polyfill": "^1.0.6", |
90 | | - "react-dom": "^16.13.0", |
91 | | - "react-styleguidist": "^11.0.0", |
92 | | - "react-test-renderer": "^16.13.0", |
93 | | - "rollup": "^2.0.3", |
| 90 | + "react-dom": "^16.13.1", |
| 91 | + "react-styleguidist": "^11.0.6", |
| 92 | + "react-test-renderer": "^16.13.1", |
| 93 | + "rollup": "^2.9.1", |
94 | 94 | "rollup-plugin-babel": "^4.4.0", |
95 | 95 | "rollup-plugin-commonjs": "^10.1.0", |
96 | 96 | "rollup-plugin-peer-deps-external": "^2.2.2", |
97 | | - "rollup-plugin-postcss": "^2.4.1", |
| 97 | + "rollup-plugin-postcss": "^3.1.1", |
98 | 98 | "rollup-plugin-terser": "^5.3.0", |
99 | 99 | "sass-loader": "^8.0.2", |
100 | | - "style-loader": "^1.1.3", |
| 100 | + "style-loader": "^1.2.1", |
101 | 101 | "typescript": "^3.8.3", |
102 | | - "webpack": "^4.42.0" |
| 102 | + "webpack": "^4.43.0" |
103 | 103 | }, |
104 | 104 | "files": [ |
105 | 105 | "dist" |
|
0 commit comments