Files
test-octokit-throttling/package.json
dependabot[bot] 81b250d9e0 Bump loader-utils, ejs-loader and html-webpack-plugin
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [ejs-loader](https://github.com/difelice/ejs-loader) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2)

Updates `ejs-loader` from 0.3.3 to 0.5.0
- [Release notes](https://github.com/difelice/ejs-loader/releases)
- [Commits](https://github.com/difelice/ejs-loader/commits/v0.5.0)

Updates `html-webpack-plugin` from 3.2.0 to 5.5.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v5.5.0)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: ejs-loader
  dependency-type: direct:development
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 06:04:52 +00:00

83 lines
3.1 KiB
JSON

{
"_from": "@nobrainr/typescript_universal-webpack-karma_jasmine@^1.0.0",
"_id": "@nobrainr/typescript_universal-webpack-karma_jasmine@1.0.0",
"_inBundle": false,
"_integrity": "sha512-yt9IFFFsnYn0KwZxqKehMPyN/RpyF8tP8U7uJqj0yFrqox5Pxedv9h+aTWNzIGVGNbaihC6STzQokEzQQeNIfQ==",
"_location": "/@nobrainr/typescript_universal-webpack-karma_jasmine",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@nobrainr/typescript_universal-webpack-karma_jasmine@^1.0.0",
"name": "@nobrainr/typescript_universal-webpack-karma_jasmine",
"escapedName": "@nobrainr%2ftypescript_universal-webpack-karma_jasmine",
"scope": "@nobrainr",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@nobrainr/typescript_universal-webpack-karma_jasmine/-/typescript_universal-webpack-karma_jasmine-1.0.0.tgz",
"_shasum": "1c7e50d285c3427fd7ddb716147fc558b3d55754",
"_spec": "@nobrainr/typescript_universal-webpack-karma_jasmine@^1.0.0",
"_where": "/Users/abhas.b/.npm/_npx/89213/lib/node_modules/create-ts-lib",
"author": "",
"bundleDependencies": false,
"deprecated": false,
"description": "",
"devDependencies": {
"@types/jasmine": "^2.5.53",
"awesome-typescript-loader": "^5.2.0",
"cross-env": "^5.0.1",
"css-loader": "^1.0.0",
"ejs-loader": "^0.5.0",
"eslint": "^5.4.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^3.2.0",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"rimraf": "^2.6.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.22.1",
"tslint": "^5.5.0",
"tslint-loader": "^3.5.3",
"typescript": "^3.0.1",
"webpack": "^4.17.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"directories": {
"test": "tests"
},
"license": "ISC",
"main": "src/index.ts",
"name": "test-octokit-ts",
"scripts": {
"build": "npm run build:prod",
"build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
"build:prod": "cross-env NODE_ENV=production webpack --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
"clean": "npm cache clear && rimraf -- dist",
"server": "npm run server:dev",
"server:dev": "webpack-dev-server --mode development --config ./webpack.config.js --hot --inline --progress --watch --open",
"server:prod": "cross-env NODE_ENV=production webpack-dev-server --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --inline --progress --watch --open --content-base dist/",
"start": "npm run server:dev",
"test": "karma start"
},
"version": "0.0.1",
"dependencies": {
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "^16.27.3"
}
}