Skip to content

Commit 88e259e

Browse files
committed
chore(deps): uplift dev dependencies
1 parent 8debb52 commit 88e259e

File tree

3 files changed

+40
-35
lines changed

3 files changed

+40
-35
lines changed

CHANGELOG.md

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

7+
## [2.1.1] - 2022-11-07
8+
9+
### Updates
10+
- Uplift dev dependencies
11+
712
## [2.1.0] - 2022-10-25
813

914
### Updates

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ficusjs/core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Core functions for FicusJS",
55
"type": "module",
66
"main": "dist/index.mjs",
@@ -44,16 +44,16 @@
4444
},
4545
"homepage": "https://github.com/ficusjs/ficusjs-core#readme",
4646
"devDependencies": {
47-
"@ficusjs/renderers": "5.3.1",
47+
"@ficusjs/renderers": "5.4.1",
4848
"ava": "5.0.1",
4949
"c8": "7.12.0",
50-
"cypress": "10.10.0",
50+
"cypress": "10.11.0",
5151
"http-server": "14.1.1",
52-
"jsdom": "20.0.1",
52+
"jsdom": "20.0.2",
5353
"node-sessionstorage": "1.0.0",
5454
"npm-run-all": "4.1.5",
5555
"open-cli": "7.1.0",
56-
"rollup": "3.2.3",
56+
"rollup": "3.2.5",
5757
"rollup-plugin-filesize": "9.1.2",
5858
"rollup-plugin-terser": "7.0.2",
5959
"sinon": "14.0.1",

0 commit comments

Comments
 (0)