|
59 | 59 | "cypress:open": "cypress open", |
60 | 60 | "cypress:run": "cypress run", |
61 | 61 | "prettier": "prettier --write '**/*.{js,json,jsx,css,scss,md,mdx}'", |
62 | | - "prepare": "husky install" |
| 62 | + "prepare": "husky install", |
| 63 | + "postinstall": "rimraf ./node_modules/.cache/webpack" |
63 | 64 | }, |
64 | 65 | "lint-staged": { |
65 | 66 | "*.{js,jsx,md,mdx}": [ |
|
73 | 74 | ] |
74 | 75 | }, |
75 | 76 | "devDependencies": { |
76 | | - "@babel/core": "^7.18.6", |
77 | | - "@babel/eslint-parser": "^7.18.2", |
| 77 | + "@babel/core": "^7.18.9", |
| 78 | + "@babel/eslint-parser": "^7.18.9", |
78 | 79 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
79 | | - "@babel/preset-env": "^7.18.6", |
| 80 | + "@babel/preset-env": "^7.18.9", |
80 | 81 | "@babel/preset-react": "^7.18.6", |
81 | 82 | "@mdx-js/loader": "^2.0.0-next.9", |
82 | 83 | "@octokit/auth-action": "^2.0.0", |
83 | 84 | "@octokit/rest": "^19.0.3", |
84 | 85 | "@parcel/css": "^1.12.0", |
85 | 86 | "@pmmmwh/react-refresh-webpack-plugin": "next", |
86 | | - "@svgr/webpack": "^6.2.1", |
| 87 | + "@svgr/webpack": "^6.3.1", |
87 | 88 | "autoprefixer": "^10.4.7", |
88 | 89 | "babel-loader": "^8.2.5", |
89 | 90 | "copy-webpack-plugin": "^11.0.0", |
90 | 91 | "css-loader": "^6.7.1", |
91 | 92 | "css-minimizer-webpack-plugin": "^4.0.0", |
92 | | - "cypress": "^10.3.0", |
| 93 | + "cypress": "^10.3.1", |
93 | 94 | "directory-tree": "^3.3.0", |
94 | 95 | "directory-tree-webpack-plugin": "^1.0.3", |
95 | 96 | "duplexer": "^0.1.1", |
96 | | - "eslint": "^8.19.0", |
| 97 | + "eslint": "^8.20.0", |
97 | 98 | "eslint-config-prettier": "^8.5.0", |
98 | 99 | "eslint-plugin-cypress": "^2.12.1", |
99 | 100 | "eslint-plugin-mdx": "^2.0.1", |
|
110 | 111 | "lint-staged": "^13.0.3", |
111 | 112 | "lodash": "^4.17.21", |
112 | 113 | "markdownlint": "^0.26.0", |
113 | | - "markdownlint-cli": "^0.31.1", |
| 114 | + "markdownlint-cli": "^0.32.0", |
114 | 115 | "mdast-util-to-string": "^3.1.0", |
115 | 116 | "mini-css-extract-plugin": "^2.6.1", |
116 | 117 | "mkdirp": "^1.0.4", |
117 | 118 | "modularscale-sass": "^3.0.3", |
118 | | - "node-fetch": "^3.2.8", |
| 119 | + "node-fetch": "^3.2.9", |
119 | 120 | "npm-run-all": "^4.1.1", |
120 | 121 | "postcss": "^8.4.14", |
121 | 122 | "postcss-loader": "^7.0.1", |
|
157 | 158 | "react-dom": "^17.0.2", |
158 | 159 | "react-helmet-async": "^1.3.0", |
159 | 160 | "react-router-dom": "^6.3.0", |
160 | | - "react-spring": "^9.5.0", |
| 161 | + "react-spring": "^9.5.1", |
161 | 162 | "react-tiny-popover": "5", |
162 | 163 | "react-use": "^17.4.0", |
163 | 164 | "react-visibility-sensor": "^5.0.2", |
|
0 commit comments