mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [css-loader](https://github.com/webpack-contrib/css-loader), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [style-loader](https://github.com/webpack-contrib/style-loader), [ts-jest](https://github.com/kulshekhar/ts-jest), [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.2 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.2) Updates `babel-loader` from 7.1.4 to 9.1.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v7.1.4...v9.1.0) Updates `copy-webpack-plugin` from 4.5.1 to 11.0.0 - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v11.0.0) Updates `css-loader` from 1.0.0 to 6.7.3 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v1.0.0...v6.7.3) Updates `jest` from 22.4.4 to 29.3.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest) Updates `style-loader` from 0.23.0 to 3.3.1 - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.0...v3.3.1) Updates `ts-jest` from 22.4.6 to 29.0.3 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v22.4.6...v29.0.3) Updates `ts-loader` from 3.5.0 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v3.5.0...v9.4.2) Updates `webpack` from 3.12.0 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.12.0...v5.75.0) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: babel-loader dependency-type: direct:development - dependency-name: copy-webpack-plugin dependency-type: direct:development - dependency-name: css-loader dependency-type: direct:development - dependency-name: jest dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: ts-jest dependency-type: direct:development - dependency-name: ts-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"name": "github-delete-unused-repos",
|
|
"version": "0.0.0",
|
|
"description": "github-delete-unused-repos",
|
|
"license": "MIT",
|
|
"repository": "",
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"keywords": [
|
|
""
|
|
],
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"clean": "rimraf lib && rimraf coverage",
|
|
"format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote --trailing-comma es5",
|
|
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
|
|
"prepare": "npm run build",
|
|
"prebuild": "npm run clean && npm run format && npm run lint && echo Using TypeScript && tsc --version",
|
|
"build": "tsc --pretty && webpack",
|
|
"dev": "webpack-dev-server --progress --open-page dist/",
|
|
"demo": "npm run build && http-server dist -o",
|
|
"test": "jest",
|
|
"coverage": "jest --coverage",
|
|
"watch": "npm run build -- --watch",
|
|
"watch:test": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^15.6.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bottleneck": "^2.3.1",
|
|
"octonode": "^0.9.2",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-redux": "^5.0.7",
|
|
"react-table": "^6.8.6",
|
|
"redux": "^4.0.0",
|
|
"redux-devtools-extension": "^2.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/assert": "^1.4.2",
|
|
"@types/jest": "^22.0.1",
|
|
"@types/node": "^8.0.0",
|
|
"@types/react": "^16.4.15",
|
|
"@types/react-dom": "^16.0.8",
|
|
"@types/react-redux": "^6.0.9",
|
|
"@types/react-table": "^6.7.12",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"coveralls": "^2.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"http-server": "^0.11.1",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-node-debug": "^2.0.0",
|
|
"prettier": "^1.5.2",
|
|
"rimraf": "^2.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^3.2.0",
|
|
"tslint": "^5.0.0",
|
|
"tslint-config-prettier": "^1.1.0",
|
|
"typescript": "^2.3.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-dev-server": "^2.11.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
".(ts)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
|
},
|
|
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"js"
|
|
],
|
|
"testEnvironment": "node",
|
|
"mapCoverage": true
|
|
}
|
|
}
|