|
21 | 21 | "url": "https://github.com/webpack/webpack.js.org/issues" |
22 | 22 | }, |
23 | 23 | "engines": { |
24 | | - "node": ">=14" |
| 24 | + "node": "^14.20.0 || ^16.15.0 || >=18.0.0" |
25 | 25 | }, |
26 | 26 | "scripts": { |
27 | 27 | "clean-dist": "rimraf ./dist", |
|
73 | 73 | ] |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/core": "^7.18.13", |
77 | | - "@babel/eslint-parser": "^7.18.9", |
| 76 | + "@babel/core": "^7.19.1", |
| 77 | + "@babel/eslint-parser": "^7.19.1", |
78 | 78 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
79 | | - "@babel/preset-env": "^7.18.10", |
| 79 | + "@babel/preset-env": "^7.19.1", |
80 | 80 | "@babel/preset-react": "^7.18.6", |
81 | 81 | "@mdx-js/loader": "^2.0.0-next.9", |
82 | 82 | "@octokit/auth-action": "^2.0.1", |
83 | 83 | "@octokit/rest": "^19.0.4", |
84 | | - "@parcel/css": "^1.13.0", |
85 | 84 | "@pmmmwh/react-refresh-webpack-plugin": "next", |
86 | 85 | "@svgr/webpack": "^6.3.1", |
87 | | - "autoprefixer": "^10.4.8", |
| 86 | + "autoprefixer": "^10.4.11", |
88 | 87 | "babel-loader": "^8.2.5", |
89 | 88 | "copy-webpack-plugin": "^11.0.0", |
90 | 89 | "css-loader": "^6.7.1", |
91 | | - "css-minimizer-webpack-plugin": "^4.0.0", |
92 | | - "cypress": "^10.6.0", |
93 | | - "directory-tree": "^3.3.0", |
| 90 | + "css-minimizer-webpack-plugin": "^4.1.0", |
| 91 | + "cypress": "^10.7.0", |
| 92 | + "directory-tree": "^3.3.1", |
94 | 93 | "directory-tree-webpack-plugin": "^1.0.3", |
95 | 94 | "duplexer": "^0.1.1", |
96 | | - "eslint": "^8.23.0", |
| 95 | + "eslint": "^8.23.1", |
97 | 96 | "eslint-config-prettier": "^8.5.0", |
98 | 97 | "eslint-plugin-cypress": "^2.12.1", |
99 | | - "eslint-plugin-mdx": "^2.0.2", |
100 | | - "eslint-plugin-react": "^7.31.1", |
| 98 | + "eslint-plugin-mdx": "^2.0.4", |
| 99 | + "eslint-plugin-react": "^7.31.8", |
101 | 100 | "eslint-plugin-react-hooks": "^4.6.0", |
102 | 101 | "front-matter": "^4.0.2", |
103 | 102 | "github-slugger": "^1.4.0", |
|
106 | 105 | "http-server": "^14.1.1", |
107 | 106 | "husky": "^8.0.1", |
108 | 107 | "hyperlink": "^5.0.4", |
109 | | - "jest": "^29.0.1", |
| 108 | + "jest": "^29.0.3", |
| 109 | + "lightningcss": "^1.15.1", |
110 | 110 | "lint-staged": "^13.0.3", |
111 | 111 | "lodash": "^4.17.21", |
112 | 112 | "markdownlint": "^0.26.2", |
|
131 | 131 | "remark-html": "^15.0.1", |
132 | 132 | "remark-refractor": "montogeek/remark-refractor", |
133 | 133 | "rimraf": "^3.0.2", |
134 | | - "sass": "^1.54.5", |
| 134 | + "sass": "^1.54.9", |
135 | 135 | "sass-loader": "^13.0.2", |
136 | 136 | "sirv-cli": "^2.0.2", |
137 | 137 | "sitemap-static": "^0.4.2", |
|
145 | 145 | "webpack": "^5.74.0", |
146 | 146 | "webpack-bundle-analyzer": "^4.6.1", |
147 | 147 | "webpack-cli": "^4.10.0", |
148 | | - "webpack-dev-server": "^4.10.1", |
| 148 | + "webpack-dev-server": "^4.11.0", |
149 | 149 | "webpack-merge": "^5.8.0", |
150 | 150 | "workbox-webpack-plugin": "^6.5.4", |
151 | 151 | "yarn-deduplicate": "^6.0.0" |
|
157 | 157 | "react": "^17.0.2", |
158 | 158 | "react-dom": "^17.0.2", |
159 | 159 | "react-helmet-async": "^1.3.0", |
160 | | - "react-router-dom": "^6.3.0", |
161 | | - "react-spring": "^9.5.2", |
| 160 | + "react-router-dom": "^6.4.0", |
| 161 | + "react-spring": "^9.5.4", |
162 | 162 | "react-tiny-popover": "5", |
163 | 163 | "react-use": "^17.4.0", |
164 | 164 | "react-visibility-sensor": "^5.0.2", |
|
0 commit comments