Skip to content

Commit

Permalink
fix: bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ducksoupdev committed Jul 31, 2023
1 parent 7dac52b commit cc32063
Show file tree
Hide file tree
Showing 7 changed files with 3,198 additions and 7,500 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: PR checks

on:
pull_request:
branches:
- main
types: [opened, synchronize, edited]

jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm test
- name: Build
run: npm run build
3 changes: 0 additions & 3 deletions .ncurc.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.1] - 2023-07-31

### Updates
- Uplift devDependencies

## [3.4.0] - 2022-10-25

### Updates
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Lightweight standalone client-side router that supports history and hash routing
- Outlets act as placeholders for rendering content per route
- Control navigation with methods
- Lazy load views based on route
- Start router programatically
- Start router programmatically

## Documentation

See the [full documentation](https://router.ficusjs.org).
See the [full documentation](https://docs.ficusjs.org/router).

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion dist/router.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit cc32063

Please sign in to comment.