|
25 | 25 | "url": "https://github.com/ruisaraiva19/favycon/issues"
|
26 | 26 | },
|
27 | 27 | "homepage": "https://github.com/ruisaraiva19/favycon#readme",
|
28 |
| - "engines": { |
29 |
| - "node": ">= 10.13" |
30 |
| - }, |
31 | 28 | "scripts": {
|
32 | 29 | "dev": "next dev",
|
33 | 30 | "build": "next build",
|
|
43 | 40 | },
|
44 | 41 | "dependencies": {
|
45 | 42 | "@fiahfy/ico-convert": "0.0.7",
|
46 |
| - "@prefresh/next": "1.3.0", |
| 43 | + "@prefresh/next": "1.4.4", |
47 | 44 | "adm-zip": "0.4.16",
|
| 45 | + "blurhash": "1.1.3", |
48 | 46 | "classnames": "2.2.6",
|
49 | 47 | "multer": "1.4.2",
|
50 |
| - "next": "9.5.5", |
| 48 | + "next": "10.0.6", |
51 | 49 | "nprogress": "0.2.0",
|
52 | 50 | "object-fit-images": "3.2.4",
|
53 |
| - "preact": "10.5.4", |
54 |
| - "preact-render-to-string": "5.1.10", |
55 |
| - "preact-ssr-prepass": "1.1.2", |
56 |
| - "prismjs": "1.22.0", |
| 51 | + "preact": "10.5.12", |
| 52 | + "preact-render-to-string": "5.1.12", |
| 53 | + "preact-ssr-prepass": "1.1.3", |
| 54 | + "prismjs": "1.23.0", |
57 | 55 | "prop-types": "15.7.2",
|
58 | 56 | "react": "16.14.0",
|
| 57 | + "react-blurhash": "0.1.3", |
59 | 58 | "react-clipboard.js": "2.0.16",
|
60 | 59 | "react-dom": "16.14.0",
|
61 |
| - "react-dropzone": "11.2.0", |
| 60 | + "react-dropzone": "11.2.4", |
62 | 61 | "react-lazy-images": "1.1.0",
|
63 | 62 | "react-modal": "3.11.2",
|
64 | 63 | "react-transition-group": "4.4.1",
|
|
68 | 67 | "use-media": "1.4.0"
|
69 | 68 | },
|
70 | 69 | "devDependencies": {
|
71 |
| - "@babel/core": "7.11.6", |
| 70 | + "@babel/core": "7.12.13", |
72 | 71 | "@commitlint/cli": "11.0.0",
|
73 | 72 | "@commitlint/config-conventional": "11.0.0",
|
74 | 73 | "@storybook/addon-actions": "5.3.21",
|
|
82 | 81 | "@storybook/react": "5.3.21",
|
83 | 82 | "@storybook/source-loader": "5.3.21",
|
84 | 83 | "@types/adm-zip": "0.4.33",
|
85 |
| - "@types/classnames": "2.2.10", |
| 84 | + "@types/classnames": "2.2.11", |
86 | 85 | "@types/multer": "1.4.4",
|
87 |
| - "@types/node": "14.11.8", |
| 86 | + "@types/node": "14.14.25", |
88 | 87 | "@types/nprogress": "0.2.0",
|
89 | 88 | "@types/object-fit-images": "3.2.0",
|
90 |
| - "@types/prismjs": "1.16.1", |
91 |
| - "@types/react": "16.9.53", |
| 89 | + "@types/prismjs": "1.16.2", |
| 90 | + "@types/react": "17.0.1", |
92 | 91 | "@types/react-modal": "3.10.6",
|
93 | 92 | "@types/react-transition-group": "4.4.0",
|
94 | 93 | "@types/sharp": "0.25.1",
|
95 |
| - "@typescript-eslint/eslint-plugin": "4.4.1", |
96 |
| - "@typescript-eslint/parser": "4.4.1", |
| 94 | + "@typescript-eslint/eslint-plugin": "4.14.2", |
| 95 | + "@typescript-eslint/parser": "4.14.2", |
97 | 96 | "all-contributors-cli": "6.19.0",
|
98 | 97 | "babel-eslint": "10.1.0",
|
99 |
| - "babel-loader": "8.1.0", |
| 98 | + "babel-loader": "8.2.2", |
100 | 99 | "babel-plugin-prismjs": "2.0.1",
|
101 |
| - "babel-preset-react-app": "9.1.2", |
102 |
| - "commitizen": "4.2.1", |
103 |
| - "cypress": "5.4.0", |
| 100 | + "babel-preset-react-app": "10.0.0", |
| 101 | + "commitizen": "4.2.3", |
| 102 | + "cypress": "5.6.0", |
104 | 103 | "cypress-file-upload": "4.1.1",
|
105 | 104 | "cz-conventional-changelog": "3.3.0",
|
106 | 105 | "dotenv": "8.2.0",
|
107 |
| - "eslint": "7.11.0", |
108 |
| - "eslint-config-prettier": "6.12.0", |
| 106 | + "eslint": "7.19.0", |
| 107 | + "eslint-config-prettier": "7.2.0", |
109 | 108 | "eslint-config-react": "1.1.7",
|
110 |
| - "eslint-config-react-app": "5.2.1", |
| 109 | + "eslint-config-react-app": "6.0.0", |
111 | 110 | "eslint-plugin-cypress": "2.11.2",
|
112 | 111 | "eslint-plugin-flowtype": "5.2.0",
|
113 | 112 | "eslint-plugin-import": "2.22.1",
|
114 |
| - "eslint-plugin-jsx-a11y": "6.3.1", |
115 |
| - "eslint-plugin-prettier": "3.1.4", |
116 |
| - "eslint-plugin-react": "7.21.4", |
117 |
| - "eslint-plugin-react-hooks": "4.1.2", |
118 |
| - "husky": "4.3.0", |
119 |
| - "lint-staged": "10.4.0", |
| 113 | + "eslint-plugin-jsx-a11y": "6.4.1", |
| 114 | + "eslint-plugin-prettier": "3.3.1", |
| 115 | + "eslint-plugin-react": "7.22.0", |
| 116 | + "eslint-plugin-react-hooks": "4.2.0", |
| 117 | + "husky": "4.3.8", |
| 118 | + "lint-staged": "10.5.4", |
120 | 119 | "npm-run-all": "4.1.5",
|
121 |
| - "postcss-100vh-fix": "0.1.1", |
122 |
| - "postcss-flexbugs-fixes": "4.2.1", |
| 120 | + "postcss-100vh-fix": "1.0.2", |
| 121 | + "postcss-flexbugs-fixes": "5.0.2", |
123 | 122 | "postcss-preset-env": "6.7.0",
|
124 |
| - "prettier": "2.1.2", |
125 |
| - "react-refresh": "0.8.3", |
| 123 | + "prettier": "2.2.1", |
| 124 | + "react-refresh": "0.9.0", |
126 | 125 | "regenerator-runtime": "0.13.7",
|
127 |
| - "sass": "1.27.0", |
128 |
| - "sass-loader": "10.0.3", |
129 |
| - "semantic-release": "17.2.1", |
130 |
| - "start-server-and-test": "1.11.5", |
131 |
| - "stylelint": "13.7.2", |
| 126 | + "sass": "1.32.6", |
| 127 | + "sass-loader": "10.1.1", |
| 128 | + "semantic-release": "17.3.7", |
| 129 | + "start-server-and-test": "1.12.0", |
| 130 | + "stylelint": "13.9.0", |
132 | 131 | "stylelint-config-css-modules": "2.2.0",
|
133 | 132 | "stylelint-config-prettier": "8.0.2",
|
134 |
| - "stylelint-config-recess-order": "2.1.0", |
| 133 | + "stylelint-config-recess-order": "2.3.0", |
135 | 134 | "stylelint-config-standard": "20.0.0",
|
136 | 135 | "stylelint-prettier": "1.1.2",
|
137 | 136 | "stylelint-scss": "3.18.0",
|
138 | 137 | "typescript": "3.9.7",
|
139 |
| - "webpack-notifier": "1.8.0" |
| 138 | + "webpack-notifier": "1.13.0" |
140 | 139 | },
|
141 | 140 | "config": {
|
142 | 141 | "commitizen": {
|
|
0 commit comments