Skip to content

Commit

Permalink
chore(deps): ensure no duplicate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Sep 2, 2021
1 parent 6d800b9 commit d49fe57
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
50 changes: 48 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"pregenerate-tests:template-compiler.static": "tsc --resolveJsonModule --module commonjs --moduleResolution node --outDir scripts/dist scripts/generate-tests/template-compiler.static.ts",
"generate-tests:template-compiler.static": "node scripts/dist/scripts/generate-tests/template-compiler.static.js",
"generate-tests:template-compiler.mutations": "ts-node -P tsconfig.json scripts/generate-tests/template-compiler.mutations.ts",
"mermaid": "ts-node -P tsconfig.json scripts/generate-mermaid-diagrams.ts"
"mermaid": "ts-node -P tsconfig.json scripts/generate-mermaid-diagrams.ts",
"test:e2e": "npm run build && cd packages/__e2e__ && npm run test"
},
"devDependencies": {
"@aurelia/testing": "latest",
Expand Down
1 change: 1 addition & 0 deletions packages/__e2e__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@types/express": "^4.17.13",
"@types/node": "^14.17.14",
"express": "^4.17.1",
"html-loader": "^2.1.2",
"webpack": "^5.10.3",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.2.0"
Expand Down

0 comments on commit d49fe57

Please sign in to comment.