|
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", |
63 | | - "postinstall": "rimraf ./node_modules/.cache/webpack" |
| 62 | + "prepare": "husky install && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer" |
64 | 63 | }, |
65 | 64 | "lint-staged": { |
66 | 65 | "*.{js,jsx,md,mdx}": [ |
|
74 | 73 | ] |
75 | 74 | }, |
76 | 75 | "devDependencies": { |
77 | | - "@babel/core": "^7.18.9", |
| 76 | + "@babel/core": "^7.18.13", |
78 | 77 | "@babel/eslint-parser": "^7.18.9", |
79 | 78 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
80 | | - "@babel/preset-env": "^7.18.9", |
| 79 | + "@babel/preset-env": "^7.18.10", |
81 | 80 | "@babel/preset-react": "^7.18.6", |
82 | 81 | "@mdx-js/loader": "^2.0.0-next.9", |
83 | | - "@octokit/auth-action": "^2.0.0", |
84 | | - "@octokit/rest": "^19.0.3", |
85 | | - "@parcel/css": "^1.12.0", |
| 82 | + "@octokit/auth-action": "^2.0.1", |
| 83 | + "@octokit/rest": "^19.0.4", |
| 84 | + "@parcel/css": "^1.13.0", |
86 | 85 | "@pmmmwh/react-refresh-webpack-plugin": "next", |
87 | 86 | "@svgr/webpack": "^6.3.1", |
88 | | - "autoprefixer": "^10.4.7", |
| 87 | + "autoprefixer": "^10.4.8", |
89 | 88 | "babel-loader": "^8.2.5", |
90 | 89 | "copy-webpack-plugin": "^11.0.0", |
91 | 90 | "css-loader": "^6.7.1", |
92 | 91 | "css-minimizer-webpack-plugin": "^4.0.0", |
93 | | - "cypress": "^10.3.1", |
| 92 | + "cypress": "^10.6.0", |
94 | 93 | "directory-tree": "^3.3.0", |
95 | 94 | "directory-tree-webpack-plugin": "^1.0.3", |
96 | 95 | "duplexer": "^0.1.1", |
97 | | - "eslint": "^8.20.0", |
| 96 | + "eslint": "^8.23.0", |
98 | 97 | "eslint-config-prettier": "^8.5.0", |
99 | 98 | "eslint-plugin-cypress": "^2.12.1", |
100 | | - "eslint-plugin-mdx": "^2.0.1", |
101 | | - "eslint-plugin-react": "^7.30.1", |
| 99 | + "eslint-plugin-mdx": "^2.0.2", |
| 100 | + "eslint-plugin-react": "^7.31.1", |
102 | 101 | "eslint-plugin-react-hooks": "^4.6.0", |
103 | 102 | "front-matter": "^4.0.2", |
104 | 103 | "github-slugger": "^1.4.0", |
|
107 | 106 | "http-server": "^14.1.1", |
108 | 107 | "husky": "^8.0.1", |
109 | 108 | "hyperlink": "^5.0.4", |
110 | | - "jest": "^28.1.3", |
| 109 | + "jest": "^29.0.1", |
111 | 110 | "lint-staged": "^13.0.3", |
112 | 111 | "lodash": "^4.17.21", |
113 | | - "markdownlint": "^0.26.0", |
114 | | - "markdownlint-cli": "^0.32.0", |
| 112 | + "markdownlint": "^0.26.2", |
| 113 | + "markdownlint-cli": "^0.32.2", |
115 | 114 | "mdast-util-to-string": "^3.1.0", |
116 | 115 | "mini-css-extract-plugin": "^2.6.1", |
117 | 116 | "mkdirp": "^1.0.4", |
118 | 117 | "modularscale-sass": "^3.0.3", |
119 | | - "node-fetch": "^3.2.9", |
| 118 | + "node-fetch": "^3.2.10", |
120 | 119 | "npm-run-all": "^4.1.1", |
121 | | - "postcss": "^8.4.14", |
| 120 | + "postcss": "^8.4.16", |
122 | 121 | "postcss-loader": "^7.0.1", |
123 | 122 | "prettier": "^2.7.1", |
124 | 123 | "react-refresh": "^0.14.0", |
|
132 | 131 | "remark-html": "^15.0.1", |
133 | 132 | "remark-refractor": "montogeek/remark-refractor", |
134 | 133 | "rimraf": "^3.0.2", |
135 | | - "sass": "^1.53.0", |
| 134 | + "sass": "^1.54.5", |
136 | 135 | "sass-loader": "^13.0.2", |
137 | 136 | "sirv-cli": "^2.0.2", |
138 | 137 | "sitemap-static": "^0.4.2", |
139 | 138 | "static-site-generator-webpack-plugin": "^3.4.1", |
140 | 139 | "style-loader": "^3.3.1", |
141 | | - "tailwindcss": "^3.1.6", |
| 140 | + "tailwindcss": "^3.1.8", |
142 | 141 | "tap-spot": "^1.1.2", |
143 | 142 | "textlint": "^11.8.2", |
144 | 143 | "textlint-rule-heading": "^1.0.10", |
145 | | - "unist-util-visit": "^4.1.0", |
146 | | - "webpack": "^5.73.0", |
147 | | - "webpack-bundle-analyzer": "^4.5.0", |
| 144 | + "unist-util-visit": "^4.1.1", |
| 145 | + "webpack": "^5.74.0", |
| 146 | + "webpack-bundle-analyzer": "^4.6.1", |
148 | 147 | "webpack-cli": "^4.10.0", |
149 | | - "webpack-dev-server": "^4.9.3", |
| 148 | + "webpack-dev-server": "^4.10.1", |
150 | 149 | "webpack-merge": "^5.8.0", |
151 | | - "workbox-webpack-plugin": "^6.5.3" |
| 150 | + "workbox-webpack-plugin": "^6.5.4", |
| 151 | + "yarn-deduplicate": "^6.0.0" |
152 | 152 | }, |
153 | 153 | "dependencies": { |
154 | 154 | "@docsearch/react": "^3.0.0-alpha.50", |
|
158 | 158 | "react-dom": "^17.0.2", |
159 | 159 | "react-helmet-async": "^1.3.0", |
160 | 160 | "react-router-dom": "^6.3.0", |
161 | | - "react-spring": "^9.5.1", |
| 161 | + "react-spring": "^9.5.2", |
162 | 162 | "react-tiny-popover": "5", |
163 | 163 | "react-use": "^17.4.0", |
164 | 164 | "react-visibility-sensor": "^5.0.2", |
165 | 165 | "webpack-pwa-manifest": "^4.3.0", |
166 | 166 | "webpack.vote": "https://github.com/webpack/voting-app.git", |
167 | | - "workbox-window": "^6.5.3" |
| 167 | + "workbox-window": "^6.5.4" |
168 | 168 | }, |
169 | 169 | "resolutions": { |
170 | 170 | "sitemap-static/minimist": "1.2.5", |
|
0 commit comments