|
44 | 44 | "lint": "run-s lint:*", |
45 | 45 | "lint:js": "npm run lint-js .", |
46 | 46 | "lint-js": "eslint --cache --cache-location .cache/.eslintcache", |
47 | | - "lint:markdown": "npm run lint-markdown *.md", |
48 | | - "lint-markdown": "markdownlint --config ./.markdownlint.json --ignore '.vale/**/*.md' --ignore '.github/**/*.md'", |
| 47 | + "lint:markdown": "npm run lint-markdown '**/*.{md,mdx}'", |
| 48 | + "lint-markdown": "markdownlint --config ./.markdownlint.json", |
49 | 49 | "lint:prose": "vale --config='.vale.ini' src/content", |
50 | 50 | "lint:links": "hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --internal --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip https:// --skip http:// --skip sw.js > internal-links.tap; cat internal-links.tap | tap-spot", |
51 | 51 | "lint:heading": "textlint --fix src/content/*", |
|
57 | 57 | "printable": "node ./src/scripts/concatenate-docs.mjs", |
58 | 58 | "jest": "NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.mjs", |
59 | 59 | "cypress:open": "cypress open", |
60 | | - "cypress:run": "cypress run", |
| 60 | + "cypress:run": "cypress run --browser chrome", |
61 | 61 | "prettier": "prettier --write '**/*.{js,json,jsx,css,scss,md,mdx}'", |
62 | 62 | "prepare": "husky install && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer" |
63 | 63 | }, |
64 | 64 | "lint-staged": { |
65 | 65 | "*.{js,jsx,md,mdx}": [ |
66 | 66 | "npm run lint-js" |
67 | 67 | ], |
68 | | - "*.md": [ |
| 68 | + "*.{md,mdx}": [ |
69 | 69 | "npm run lint-markdown" |
70 | 70 | ], |
71 | 71 | "*.{js,jsx,css,scss,md,mdx,json}": [ |
72 | 72 | "prettier --write" |
73 | 73 | ] |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/core": "^7.19.1", |
| 76 | + "@babel/core": "^7.19.6", |
77 | 77 | "@babel/eslint-parser": "^7.19.1", |
78 | 78 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
79 | | - "@babel/preset-env": "^7.19.1", |
| 79 | + "@babel/preset-env": "^7.19.4", |
80 | 80 | "@babel/preset-react": "^7.18.6", |
81 | 81 | "@mdx-js/loader": "^2.0.0-next.9", |
82 | | - "@octokit/auth-action": "^2.0.1", |
83 | | - "@octokit/rest": "^19.0.4", |
| 82 | + "@octokit/auth-action": "^2.0.2", |
| 83 | + "@octokit/rest": "^19.0.5", |
84 | 84 | "@pmmmwh/react-refresh-webpack-plugin": "next", |
85 | | - "@svgr/webpack": "^6.3.1", |
86 | | - "autoprefixer": "^10.4.11", |
87 | | - "babel-loader": "^8.2.5", |
| 85 | + "@svgr/webpack": "^6.5.1", |
| 86 | + "autoprefixer": "^10.4.13", |
| 87 | + "babel-loader": "^9.0.0", |
88 | 88 | "copy-webpack-plugin": "^11.0.0", |
89 | 89 | "css-loader": "^6.7.1", |
90 | | - "css-minimizer-webpack-plugin": "^4.1.0", |
91 | | - "cypress": "^10.7.0", |
| 90 | + "css-minimizer-webpack-plugin": "^4.2.2", |
| 91 | + "cypress": "^10.11.0", |
92 | 92 | "directory-tree": "^3.3.1", |
93 | 93 | "directory-tree-webpack-plugin": "^1.0.3", |
94 | 94 | "duplexer": "^0.1.1", |
95 | | - "eslint": "^8.23.1", |
| 95 | + "eslint": "^8.26.0", |
96 | 96 | "eslint-config-prettier": "^8.5.0", |
97 | 97 | "eslint-plugin-cypress": "^2.12.1", |
98 | | - "eslint-plugin-mdx": "^2.0.4", |
99 | | - "eslint-plugin-react": "^7.31.8", |
| 98 | + "eslint-plugin-mdx": "^2.0.5", |
| 99 | + "eslint-plugin-react": "^7.31.10", |
100 | 100 | "eslint-plugin-react-hooks": "^4.6.0", |
101 | 101 | "front-matter": "^4.0.2", |
| 102 | +<<<<<<< HEAD |
102 | 103 | "github-slugger": "^1.4.0", |
103 | 104 | "html-loader": "^2.1.2", |
| 105 | +======= |
| 106 | + "github-slugger": "^2.0.0", |
| 107 | +>>>>>>> 1bc7704750b8b2b27a168a9afc1bf9f070745f0e |
104 | 108 | "html-webpack-plugin": "^5.5.0", |
105 | 109 | "http-server": "^14.1.1", |
106 | 110 | "husky": "^8.0.1", |
107 | 111 | "hyperlink": "^5.0.4", |
108 | | - "jest": "^29.0.3", |
109 | | - "lightningcss": "^1.15.1", |
| 112 | + "jest": "^29.2.2", |
| 113 | + "lightningcss": "^1.16.0", |
110 | 114 | "lint-staged": "^13.0.3", |
111 | 115 | "lodash": "^4.17.21", |
112 | 116 | "markdownlint": "^0.26.2", |
|
117 | 121 | "modularscale-sass": "^3.0.3", |
118 | 122 | "node-fetch": "^3.2.10", |
119 | 123 | "npm-run-all": "^4.1.1", |
120 | | - "postcss": "^8.4.16", |
| 124 | + "postcss": "^8.4.18", |
121 | 125 | "postcss-loader": "^7.0.1", |
122 | 126 | "prettier": "^2.7.1", |
123 | 127 | "react-refresh": "^0.14.0", |
|
131 | 135 | "remark-html": "^15.0.1", |
132 | 136 | "remark-refractor": "montogeek/remark-refractor", |
133 | 137 | "rimraf": "^3.0.2", |
134 | | - "sass": "^1.54.9", |
135 | | - "sass-loader": "^13.0.2", |
| 138 | + "sass": "^1.55.0", |
| 139 | + "sass-loader": "^13.1.0", |
136 | 140 | "sirv-cli": "^2.0.2", |
137 | 141 | "sitemap-static": "^0.4.2", |
138 | 142 | "static-site-generator-webpack-plugin": "^3.4.1", |
139 | 143 | "style-loader": "^3.3.1", |
140 | | - "tailwindcss": "^3.1.8", |
| 144 | + "tailwindcss": "^3.2.1", |
141 | 145 | "tap-spot": "^1.1.2", |
142 | 146 | "textlint": "^11.8.2", |
143 | 147 | "textlint-rule-heading": "^1.0.10", |
144 | 148 | "unist-util-visit": "^4.1.1", |
145 | 149 | "webpack": "^5.74.0", |
146 | | - "webpack-bundle-analyzer": "^4.6.1", |
| 150 | + "webpack-bundle-analyzer": "^4.7.0", |
147 | 151 | "webpack-cli": "^4.10.0", |
148 | | - "webpack-dev-server": "^4.11.0", |
| 152 | + "webpack-dev-server": "^4.11.1", |
149 | 153 | "webpack-merge": "^5.8.0", |
150 | 154 | "workbox-webpack-plugin": "^6.5.4", |
151 | 155 | "yarn-deduplicate": "^6.0.0" |
|
157 | 161 | "react": "^17.0.2", |
158 | 162 | "react-dom": "^17.0.2", |
159 | 163 | "react-helmet-async": "^1.3.0", |
160 | | - "react-router-dom": "^6.4.0", |
161 | | - "react-spring": "^9.5.4", |
| 164 | + "react-router-dom": "^6.4.2", |
| 165 | + "react-spring": "^9.5.5", |
162 | 166 | "react-tiny-popover": "5", |
163 | 167 | "react-use": "^17.4.0", |
164 | 168 | "react-visibility-sensor": "^5.0.2", |
|
0 commit comments