chore(dependencies): add missing package lock files to packages (#21951)

- Add `package-lock.json` to `angular`, `angular-server`, `react`, `react-router` and the root 
- Ran `npm audit` on all, fixed vulnerabilities
- Ran `npm outdated` on all, updated minor and patch versions
- Ran `npm update` on all
This commit is contained in:
Brandy Carney 2020-08-21 16:00:40 -04:00 committed by GitHub
parent 00eac33053
commit 6dae5d1dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 34413 additions and 22 deletions

1
.npmrc
View File

@ -1 +0,0 @@
package-lock=false

View File

@ -131,7 +131,7 @@ function preparePackage(tasks, package, version, install) {
title: `${pkg.name}: install npm dependencies`,
task: async () => {
await fs.remove(path.join(projectRoot, 'node_modules'));
await execa('npm', ['i'], { cwd: projectRoot });
await execa('npm', ['ci'], { cwd: projectRoot });
}
});
}

View File

@ -1 +0,0 @@
package-lock=false

4072
angular/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -67,12 +67,12 @@
"ng-packagr": "^9.1.5",
"rollup": "~1.17.0",
"rollup-plugin-node-resolve": "~5.2.0",
"rxjs": "^6.5.2",
"tsickle": "^0.34.0",
"rxjs": "^6.6.2",
"tsickle": "^0.39.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
"typescript": "3.4.5",
"zone.js": "^0.8.28"
"zone.js": "^0.11.1"
},
"schematics": "./schematics/collection.json",
"ngPackage": {

8226
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,13 +9,13 @@
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
},
"devDependencies": {
"@octokit/rest": "^17.0.0",
"colorette": "^1.2.0",
"conventional-changelog-cli": "^2.0.1",
"@octokit/rest": "^17.11.2",
"colorette": "^1.2.1",
"conventional-changelog-cli": "^2.1.0",
"execa": "^0.10.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"lerna": "^3.16.2",
"lerna": "^3.22.1",
"listr": "^0.14.0",
"rimraf": "^2.6.3",
"semver": "^5.5.0"

View File

@ -1 +0,0 @@
package-lock=false

4409
packages/angular-server/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,6 @@
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
"typescript": "3.4.5",
"typescript-tslint-plugin": "0.5.4"
"typescript-tslint-plugin": "^0.5.5"
}
}

View File

@ -1 +0,0 @@
package-lock=false

8903
packages/react-router/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@
"@ionic/react": "5.3.1",
"@rollup/plugin-node-resolve": "^8.1.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
@ -59,13 +59,13 @@
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^5.1.5",
"jest": "^26.1.0",
"np": "^5.0.1",
"jest": "^26.4.1",
"np": "^6.4.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"rollup": "^2.18.1",
"rollup": "^2.26.4",
"rollup-plugin-sourcemaps": "^0.6.2",
"ts-jest": "^26.1.1",
"tslint": "^6.1.2",

View File

@ -1 +0,0 @@
package-lock=false

8786
packages/react/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -51,17 +51,17 @@
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-virtual": "^2.0.3",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"fs-extra": "^9.0.1",
"jest": "^26.0.1",
"np": "^5.0.1",
"jest": "^26.4.1",
"np": "^6.4.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^2.18.1",
"rollup": "^2.26.4",
"rollup-plugin-sourcemaps": "^0.6.2",
"ts-jest": "^26.1.1",
"tslint": "^6.1.2",