Skip to content

Commit

Permalink
opt-in to webpack 5 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Sep 3, 2021
1 parent e6a4e3b commit 12033dc
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 177 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@emotion/babel-plugin": "11.2.0",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@ngrx/component-store": "12.4.0",
Expand All @@ -52,8 +53,7 @@
"react-router-dom": "5.2.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "0.11.4",
"@emotion/babel-plugin": "11.2.0"
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.4",
Expand All @@ -74,6 +74,7 @@
"@nrwl/tao": "12.9.0-beta.3",
"@nrwl/web": "12.9.0-beta.3",
"@nrwl/workspace": "12.9.0-beta.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
Expand All @@ -82,7 +83,7 @@
"@types/react-router-dom": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"codelyzer": "6.0.1",
"copy-webpack-plugin": "^9.0.1",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "7.10.0",
Expand All @@ -97,13 +98,19 @@
"inquirer-autocomplete-prompt": "^1.0.1",
"jest": "27.0.3",
"jest-preset-angular": "9.0.7",
"mini-css-extract-plugin": "^2.1.0",
"netlify": "^2.4.8",
"prettier": "2.3.2",
"react-refresh": "^0.10.0",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "27.0.3",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.3.5",
"webpack": "~4.42.0",
"webpack-dev-server": "3.11.2"
"webpack": "^5.47.0",
"webpack-dev-server": "4.0.0-rc.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.0.2"
}
}
Loading

0 comments on commit 12033dc

Please sign in to comment.