|
21 | 21 | "url": "https://github.com/webpack/webpack.js.org/issues"
|
22 | 22 | },
|
23 | 23 | "engines": {
|
24 |
| - "node": ">=12" |
| 24 | + "node": ">=14" |
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "clean-dist": "rimraf ./dist",
|
|
73 | 73 | ]
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 |
| - "@babel/core": "^7.18.5", |
| 76 | + "@babel/core": "^7.18.6", |
77 | 77 | "@babel/eslint-parser": "^7.18.2",
|
78 | 78 | "@babel/plugin-proposal-class-properties": "^7.17.12",
|
79 |
| - "@babel/preset-env": "^7.18.2", |
80 |
| - "@babel/preset-react": "^7.17.12", |
| 79 | + "@babel/preset-env": "^7.18.6", |
| 80 | + "@babel/preset-react": "^7.18.6", |
81 | 81 | "@mdx-js/loader": "^2.0.0-next.9",
|
82 |
| - "@octokit/auth-action": "^1.3.3", |
83 |
| - "@octokit/rest": "^18.12.0", |
84 |
| - "@parcel/css": "^1.10.1", |
| 82 | + "@octokit/auth-action": "^2.0.0", |
| 83 | + "@octokit/rest": "^19.0.3", |
| 84 | + "@parcel/css": "^1.11.2", |
85 | 85 | "@pmmmwh/react-refresh-webpack-plugin": "next",
|
86 | 86 | "@svgr/webpack": "^6.2.1",
|
87 | 87 | "autoprefixer": "^10.4.7",
|
88 | 88 | "babel-loader": "^8.2.5",
|
89 | 89 | "copy-webpack-plugin": "^11.0.0",
|
90 | 90 | "css-loader": "^6.7.1",
|
91 | 91 | "css-minimizer-webpack-plugin": "^4.0.0",
|
92 |
| - "cypress": "^10.2.0", |
| 92 | + "cypress": "^10.3.0", |
93 | 93 | "directory-tree": "^3.3.0",
|
94 | 94 | "directory-tree-webpack-plugin": "^1.0.3",
|
95 | 95 | "duplexer": "^0.1.1",
|
96 |
| - "eslint": "^8.18.0", |
| 96 | + "eslint": "^8.19.0", |
97 | 97 | "eslint-config-prettier": "^8.5.0",
|
98 | 98 | "eslint-plugin-cypress": "^2.12.1",
|
99 |
| - "eslint-plugin-mdx": "^2.0.0", |
100 |
| - "eslint-plugin-react": "^7.30.0", |
| 99 | + "eslint-plugin-mdx": "^2.0.1", |
| 100 | + "eslint-plugin-react": "^7.30.1", |
101 | 101 | "eslint-plugin-react-hooks": "^4.6.0",
|
102 | 102 | "front-matter": "^4.0.2",
|
103 | 103 | "github-slugger": "^1.4.0",
|
|
106 | 106 | "http-server": "^14.1.1",
|
107 | 107 | "husky": "^8.0.1",
|
108 | 108 | "hyperlink": "^5.0.4",
|
109 |
| - "jest": "^28.1.1", |
110 |
| - "lint-staged": "^13.0.2", |
| 109 | + "jest": "^28.1.2", |
| 110 | + "lint-staged": "^13.0.3", |
111 | 111 | "lodash": "^4.17.21",
|
112 | 112 | "markdownlint": "^0.26.0",
|
113 | 113 | "markdownlint-cli": "^0.31.1",
|
114 | 114 | "mdast-util-to-string": "^3.1.0",
|
115 | 115 | "mini-css-extract-plugin": "^2.6.1",
|
116 | 116 | "mkdirp": "^1.0.4",
|
117 | 117 | "modularscale-sass": "^3.0.3",
|
118 |
| - "node-fetch": "^3.2.6", |
| 118 | + "node-fetch": "^3.2.8", |
119 | 119 | "npm-run-all": "^4.1.1",
|
120 | 120 | "postcss": "^8.4.14",
|
121 |
| - "postcss-loader": "^7.0.0", |
| 121 | + "postcss-loader": "^7.0.1", |
122 | 122 | "prettier": "^2.7.1",
|
123 | 123 | "react-refresh": "^0.14.0",
|
124 | 124 | "redirect-webpack-plugin": "^1.0.0",
|
|
132 | 132 | "remark-refractor": "montogeek/remark-refractor",
|
133 | 133 | "rimraf": "^3.0.2",
|
134 | 134 | "sass": "^1.53.0",
|
135 |
| - "sass-loader": "^13.0.0", |
| 135 | + "sass-loader": "^13.0.2", |
136 | 136 | "sirv-cli": "^2.0.2",
|
137 | 137 | "sitemap-static": "^0.4.2",
|
138 | 138 | "static-site-generator-webpack-plugin": "^3.4.1",
|
139 | 139 | "style-loader": "^3.3.1",
|
140 |
| - "tailwindcss": "^3.1.4", |
| 140 | + "tailwindcss": "^3.1.6", |
141 | 141 | "tap-spot": "^1.1.2",
|
142 | 142 | "textlint": "^11.8.2",
|
143 | 143 | "textlint-rule-heading": "^1.0.10",
|
144 | 144 | "unist-util-visit": "^4.1.0",
|
145 | 145 | "webpack": "^5.73.0",
|
146 | 146 | "webpack-bundle-analyzer": "^4.5.0",
|
147 | 147 | "webpack-cli": "^4.10.0",
|
148 |
| - "webpack-dev-server": "^4.9.2", |
| 148 | + "webpack-dev-server": "^4.9.3", |
149 | 149 | "webpack-merge": "^5.8.0",
|
150 | 150 | "workbox-webpack-plugin": "^6.5.3"
|
151 | 151 | },
|
|
158 | 158 | "react-helmet-async": "^1.3.0",
|
159 | 159 | "react-router-dom": "^6.3.0",
|
160 | 160 | "react-spring": "^9.4.5",
|
161 |
| - "react-tiny-popover": "5", |
| 161 | + "react-tiny-popover": "7", |
162 | 162 | "react-use": "^17.4.0",
|
163 | 163 | "react-visibility-sensor": "^5.0.2",
|
164 | 164 | "webpack-pwa-manifest": "^4.3.0",
|
|
0 commit comments