mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
Removes [micromatch](https://github.com/micromatch/micromatch). It's no longer used after updating ancestor dependencies [micromatch](https://github.com/micromatch/micromatch), @babel/cli, webpack and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `micromatch` Updates `@babel/cli` from 7.8.4 to 7.26.4 Updates `webpack` from 4.41.6 to 5.97.1 Updates `webpack-cli` from 3.3.12 to 6.0.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@6.0.1) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect - dependency-name: "@babel/cli" dependency-type: direct:production - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "ssr-test",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"start": "babel-node server.js",
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.26.4",
|
|
"@babel/node": "^7.5.5",
|
|
"express": "^4.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-dom": "^16.8.5",
|
|
"babel-loader": "^8.0.6",
|
|
"webpack": "^5.97.1",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|