mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
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:
@ -131,7 +131,7 @@ function preparePackage(tasks, package, version, install) {
|
|||||||
title: `${pkg.name}: install npm dependencies`,
|
title: `${pkg.name}: install npm dependencies`,
|
||||||
task: async () => {
|
task: async () => {
|
||||||
await fs.remove(path.join(projectRoot, 'node_modules'));
|
await fs.remove(path.join(projectRoot, 'node_modules'));
|
||||||
await execa('npm', ['i'], { cwd: projectRoot });
|
await execa('npm', ['ci'], { cwd: projectRoot });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package-lock=false
|
|
4072
angular/package-lock.json
generated
Normal file
4072
angular/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -67,12 +67,12 @@
|
|||||||
"ng-packagr": "^9.1.5",
|
"ng-packagr": "^9.1.5",
|
||||||
"rollup": "~1.17.0",
|
"rollup": "~1.17.0",
|
||||||
"rollup-plugin-node-resolve": "~5.2.0",
|
"rollup-plugin-node-resolve": "~5.2.0",
|
||||||
"rxjs": "^6.5.2",
|
"rxjs": "^6.6.2",
|
||||||
"tsickle": "^0.34.0",
|
"tsickle": "^0.39.1",
|
||||||
"tslint": "^5.12.1",
|
"tslint": "^5.12.1",
|
||||||
"tslint-ionic-rules": "0.0.21",
|
"tslint-ionic-rules": "0.0.21",
|
||||||
"typescript": "3.4.5",
|
"typescript": "3.4.5",
|
||||||
"zone.js": "^0.8.28"
|
"zone.js": "^0.11.1"
|
||||||
},
|
},
|
||||||
"schematics": "./schematics/collection.json",
|
"schematics": "./schematics/collection.json",
|
||||||
"ngPackage": {
|
"ngPackage": {
|
||||||
|
8226
package-lock.json
generated
Normal file
8226
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,13 +9,13 @@
|
|||||||
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
|
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@octokit/rest": "^17.0.0",
|
"@octokit/rest": "^17.11.2",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.1",
|
||||||
"conventional-changelog-cli": "^2.0.1",
|
"conventional-changelog-cli": "^2.1.0",
|
||||||
"execa": "^0.10.0",
|
"execa": "^0.10.0",
|
||||||
"fs-extra": "^7.0.0",
|
"fs-extra": "^7.0.0",
|
||||||
"inquirer": "^6.0.0",
|
"inquirer": "^6.0.0",
|
||||||
"lerna": "^3.16.2",
|
"lerna": "^3.22.1",
|
||||||
"listr": "^0.14.0",
|
"listr": "^0.14.0",
|
||||||
"rimraf": "^2.6.3",
|
"rimraf": "^2.6.3",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package-lock=false
|
|
4409
packages/angular-server/package-lock.json
generated
Normal file
4409
packages/angular-server/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -54,6 +54,6 @@
|
|||||||
"tslint": "^5.12.1",
|
"tslint": "^5.12.1",
|
||||||
"tslint-ionic-rules": "0.0.21",
|
"tslint-ionic-rules": "0.0.21",
|
||||||
"typescript": "3.4.5",
|
"typescript": "3.4.5",
|
||||||
"typescript-tslint-plugin": "0.5.4"
|
"typescript-tslint-plugin": "^0.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package-lock=false
|
|
8903
packages/react-router/package-lock.json
generated
Normal file
8903
packages/react-router/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@
|
|||||||
"@ionic/react": "5.3.1",
|
"@ionic/react": "5.3.1",
|
||||||
"@rollup/plugin-node-resolve": "^8.1.0",
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
||||||
"@testing-library/jest-dom": "^5.11.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",
|
"@testing-library/user-event": "^12.0.11",
|
||||||
"@types/jest": "^26.0.3",
|
"@types/jest": "^26.0.3",
|
||||||
"@types/node": "^14.0.14",
|
"@types/node": "^14.0.14",
|
||||||
@ -59,13 +59,13 @@
|
|||||||
"@types/react-dom": "^16.9.0",
|
"@types/react-dom": "^16.9.0",
|
||||||
"@types/react-router": "^5.0.3",
|
"@types/react-router": "^5.0.3",
|
||||||
"@types/react-router-dom": "^5.1.5",
|
"@types/react-router-dom": "^5.1.5",
|
||||||
"jest": "^26.1.0",
|
"jest": "^26.4.1",
|
||||||
"np": "^5.0.1",
|
"np": "^6.4.0",
|
||||||
"react": "^16.9.0",
|
"react": "^16.9.0",
|
||||||
"react-dom": "^16.9.0",
|
"react-dom": "^16.9.0",
|
||||||
"react-router": "^5.0.1",
|
"react-router": "^5.0.1",
|
||||||
"react-router-dom": "^5.0.1",
|
"react-router-dom": "^5.0.1",
|
||||||
"rollup": "^2.18.1",
|
"rollup": "^2.26.4",
|
||||||
"rollup-plugin-sourcemaps": "^0.6.2",
|
"rollup-plugin-sourcemaps": "^0.6.2",
|
||||||
"ts-jest": "^26.1.1",
|
"ts-jest": "^26.1.1",
|
||||||
"tslint": "^6.1.2",
|
"tslint": "^6.1.2",
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package-lock=false
|
|
8786
packages/react/package-lock.json
generated
Normal file
8786
packages/react/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -51,17 +51,17 @@
|
|||||||
"@rollup/plugin-node-resolve": "^8.1.0",
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
||||||
"@rollup/plugin-virtual": "^2.0.3",
|
"@rollup/plugin-virtual": "^2.0.3",
|
||||||
"@testing-library/jest-dom": "^5.11.0",
|
"@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/jest": "^26.0.3",
|
||||||
"@types/node": "^14.0.14",
|
"@types/node": "^14.0.14",
|
||||||
"@types/react": "^16.9.2",
|
"@types/react": "^16.9.2",
|
||||||
"@types/react-dom": "^16.9.0",
|
"@types/react-dom": "^16.9.0",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"jest": "^26.0.1",
|
"jest": "^26.4.1",
|
||||||
"np": "^5.0.1",
|
"np": "^6.4.0",
|
||||||
"react": "^16.9.0",
|
"react": "^16.9.0",
|
||||||
"react-dom": "^16.9.0",
|
"react-dom": "^16.9.0",
|
||||||
"rollup": "^2.18.1",
|
"rollup": "^2.26.4",
|
||||||
"rollup-plugin-sourcemaps": "^0.6.2",
|
"rollup-plugin-sourcemaps": "^0.6.2",
|
||||||
"ts-jest": "^26.1.1",
|
"ts-jest": "^26.1.1",
|
||||||
"tslint": "^6.1.2",
|
"tslint": "^6.1.2",
|
||||||
|
Reference in New Issue
Block a user