@ribajs/bs4
Advanced tools
Comparing version 2.0.0-rc.18 to 2.0.0-rc.19
@@ -1,2 +0,1 @@ | ||
/// <reference types="@ribajs/types" /> | ||
import Color from "@sphinxxxx/color-conversion"; | ||
@@ -3,0 +2,0 @@ import { Component } from "@ribajs/core"; |
{ | ||
"name": "@ribajs/bs4", | ||
"description": "Bootstrap 4 module for Riba.js", | ||
"version": "2.0.0-rc.18", | ||
"version": "2.0.0-rc.19", | ||
"type": "module", | ||
@@ -52,21 +52,21 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.6", | ||
"@babel/core": "^7.24.6", | ||
"@babel/cli": "^7.24.7", | ||
"@babel/core": "^7.24.7", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/plugin-syntax-export-default-from": "^7.24.6", | ||
"@babel/plugin-transform-runtime": "^7.24.6", | ||
"@babel/plugin-transform-typescript": "^7.24.6", | ||
"@babel/preset-env": "^7.24.6", | ||
"@babel/preset-react": "^7.24.6", | ||
"@babel/preset-typescript": "^7.24.6", | ||
"@babel/runtime": "^7.24.6", | ||
"@babel/runtime-corejs3": "^7.24.6", | ||
"@ribajs/eslint-config": "^2.0.0-rc.18", | ||
"@ribajs/tsconfig": "^2.0.0-rc.18", | ||
"@ribajs/types": "^2.0.0-rc.18", | ||
"@babel/plugin-syntax-export-default-from": "^7.24.7", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/plugin-transform-typescript": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/runtime": "^7.24.7", | ||
"@babel/runtime-corejs3": "^7.24.7", | ||
"@ribajs/eslint-config": "^2.0.0-rc.19", | ||
"@ribajs/tsconfig": "^2.0.0-rc.19", | ||
"@ribajs/types": "^2.0.0-rc.19", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"@yarnpkg/pnpify": "^4.1.0", | ||
@@ -82,14 +82,14 @@ "babel-jest": "^29.7.0", | ||
"jest-extended": "^4.0.2", | ||
"prettier": "^3.3.0", | ||
"ts-jest": "^29.1.4", | ||
"typescript": "5.4.5", | ||
"webpack": "^5.91.0", | ||
"prettier": "^3.3.2", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "5.5.2", | ||
"webpack": "^5.92.1", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"@ribajs/cache": "^2.0.0-rc.18", | ||
"@ribajs/core": "^2.0.0-rc.18", | ||
"@ribajs/events": "^2.0.0-rc.18", | ||
"@ribajs/extras": "^2.0.0-rc.18", | ||
"@ribajs/utils": "^2.0.0-rc.18", | ||
"@ribajs/cache": "^2.0.0-rc.19", | ||
"@ribajs/core": "^2.0.0-rc.19", | ||
"@ribajs/events": "^2.0.0-rc.19", | ||
"@ribajs/extras": "^2.0.0-rc.19", | ||
"@ribajs/utils": "^2.0.0-rc.19", | ||
"@sphinxxxx/color-conversion": "^2.2.2", | ||
@@ -96,0 +96,0 @@ "bootstrap": "^4.6.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1072083
18072
Updated@ribajs/cache@^2.0.0-rc.19
Updated@ribajs/core@^2.0.0-rc.19
Updated@ribajs/events@^2.0.0-rc.19
Updated@ribajs/extras@^2.0.0-rc.19
Updated@ribajs/utils@^2.0.0-rc.19