Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from oarepo/security-update
Browse files Browse the repository at this point in the history
Security update dependencies
  • Loading branch information
mirekys authored Mar 30, 2022
2 parents 547110d + 77c1267 commit 65beb6b
Show file tree
Hide file tree
Showing 3 changed files with 1,321 additions and 790 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: npmjs package
on:
push
on: push

jobs:
build:
Expand All @@ -10,7 +9,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '15.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: install
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oarepo/vue-query-synchronizer",
"version": "3.0.0a11",
"version": "3.0.1",
"private": false,
"license": "MIT",
"description": "Browser vue-router query synchronization library",
Expand Down Expand Up @@ -78,4 +78,4 @@
"last 2 versions",
"not dead"
]
}
}
Loading

0 comments on commit 65beb6b

Please sign in to comment.