Skip to content

Commit

Permalink
Merge pull request #133 from green-api/dev
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
Amele9 authored Mar 7, 2024
2 parents 298c98a + e182c32 commit 30bf83e
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 115 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: build

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
repository_dispatch:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 18.x, 20.x ]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Building libraries
run: npm run build
45 changes: 0 additions & 45 deletions .github/workflows/build_library.yml

This file was deleted.

101 changes: 52 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"whatsapp-message-sender"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"dotenv": "16.3.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"dotenv": "16.4.5",
"rollup-plugin-progress": "^1.1.2"
},
"dependencies": {
"axios": "1.5.0",
"axios": "^1.6.7",
"fs": "0.0.1-security",
"mime": "^3.0.0",
"mime": "^4.0.1",
"rollup": "^2.79.1"
}
}

0 comments on commit 30bf83e

Please sign in to comment.