Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
issue: #15
  • Loading branch information
glyad committed Mar 20, 2023
1 parent 6a8dd86 commit ebf3d48
Showing 1 changed file with 3 additions and 50 deletions.
53 changes: 3 additions & 50 deletions packages/au1-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,53 +7,6 @@
"url": "???"
},
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.31.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"app-settings-loader": "^2.0.8",
"aurelia-cli": "^3.0.1",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",
"aurelia-testing": "^1.1.0",
"aurelia-webpack-plugin": "^5.0.5",
"autoprefixer": "^10.4.13",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.35.0",
"expose-loader": "^4.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.2",
"minimatch": "^5.1.6",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"promise-polyfill": "^8.3.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tree-kill": "^1.2.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
"defaults"
],
Expand All @@ -74,10 +27,10 @@
"node": ">=14.15.0"
},
"overrides": {
"chokidar": "^3.0.0",
"chokidar": "^3.5.3",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.0",
"micromatch": "^4.0.0"
"glob-parent": "^6.0.2",
"micromatch": "^4.0.5"
},
"jest": {
"testMatch": [
Expand Down

0 comments on commit ebf3d48

Please sign in to comment.