Skip to content

Commit

Permalink
switch to mobrix-ui-tools lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Jul 20, 2023
1 parent 94ffd7f commit b7998d5
Show file tree
Hide file tree
Showing 44 changed files with 4,624 additions and 5,814 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobrix-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

strategy:
matrix:
node-version: [15.x, 16.x]
node-version: [15.x, 16.x, 17.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v18.17.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
![npm (scoped)](https://img.shields.io/npm/v/mobrix-ui?color=orange%20&label=Latest%20version&style=for-the-badge&logo=npm)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/mobrix-ui?label=Package%20size&style=for-the-badge&logo=npm)
![Maintenance](https://img.shields.io/maintenance/yes/2025?label=Maintained&style=for-the-badge)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg?logo=jest&style=for-the-badge)](https://github.com/facebook/jest)

<br>

Expand Down
2 changes: 1 addition & 1 deletion config/rollup.build.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typescript from "rollup-plugin-typescript2";
import del from "rollup-plugin-delete";
import postcss from "rollup-plugin-postcss";
import { terser } from "rollup-plugin-terser";
import terser from "@rollup/plugin-terser";

import pkg from "../package.json";

Expand Down
2 changes: 1 addition & 1 deletion config/rollup.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typescript from "rollup-plugin-typescript2";
import postcss from "rollup-plugin-postcss";
import { terser } from "rollup-plugin-terser";
import terser from "@rollup/plugin-terser";

import pkg from "../package.json";

Expand Down
Loading

0 comments on commit b7998d5

Please sign in to comment.