Skip to content

Commit 97015bf

Browse files
dependabot[bot]Marius Kleidl
andauthored
Bump the npm group with 7 updates (#671)
* Bump the npm group with 7 updates Bumps the npm group with 7 updates: | Package | From | To | | --- | --- | --- | | [js-base64](https://github.com/dankogai/js-base64) | `3.7.6` | `3.7.7` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.9` | `7.24.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.9` | `7.24.0` | | [jasmine-core](https://github.com/jasmine/jasmine) | `5.1.1` | `5.1.2` | | [karma](https://github.com/karma-runner/karma) | `6.4.2` | `6.4.3` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [tsd](https://github.com/tsdjs/tsd) | `0.30.4` | `0.30.7` | Updates `js-base64` from 3.7.6 to 3.7.7 - [Commits](dankogai/js-base64@3.7.6...3.7.7) Updates `@babel/core` from 7.23.9 to 7.24.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core) Updates `@babel/preset-env` from 7.23.9 to 7.24.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-env) Updates `jasmine-core` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](jasmine/jasmine@v5.1.1...v5.1.2) Updates `karma` from 6.4.2 to 6.4.3 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v6.4.2...v6.4.3) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.4...3.2.5) Updates `tsd` from 0.30.4 to 0.30.7 - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.30.4...v0.30.7) --- updated-dependencies: - dependency-name: js-base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> * Fix lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Kleidl <[email protected]>
1 parent 94e1e4d commit 97015bf

File tree

3 files changed

+113
-122
lines changed

3 files changed

+113
-122
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"regenerator-runtime": "^0.14.0",
7777
"temp": "^0.9.4",
7878
"throttle": "^1.0.3",
79-
"tsd": "0.30.4",
79+
"tsd": "0.30.7",
8080
"uglify-js": "^3.9.2"
8181
},
8282
"dependencies": {

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"compilerOptions": {
33
"lib": ["dom", "esnext"],
44
"noImplicitAny": true,
5-
"noEmit": true,
6-
},
5+
"noEmit": true
6+
}
77
}

0 commit comments

Comments
 (0)