Skip to content

Commit 36f987e

Browse files
committed
- upgrade dependencies @plotdb/block, @plotdb/rescope and @plotdb/csscope
- bump version
1 parent 3650593 commit 36f987e

3 files changed

Lines changed: 34 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v0.0.60
4+
5+
- upgrade dependencies `@plotdb/block`, `@plotdb/rescope` and `@plotdb/csscope`
6+
7+
38
## v0.0.59
49

510
- fix bug: bunlder filter should only work if bundler is provided and available

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "zbryikt",
33
"name": "@plotdb/srcbuild",
4-
"version": "0.0.59",
4+
"version": "0.0.60",
55
"description": "",
66
"main": "./dist/main.js",
77
"files": [
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@loadingio/debounce.js": "^1.0.1",
30-
"@plotdb/block": "^4.8.0",
30+
"@plotdb/block": "^5.0.1",
3131
"@plotdb/colors": "^0.0.1",
3232
"anymatch": "^3.1.2",
3333
"browserify": "^17.0.0",
@@ -49,8 +49,8 @@
4949
},
5050
"devDependencies": {
5151
"@loadingio/bootstrap.ext": "^0.0.9",
52-
"@plotdb/csscope": "^4.1.2",
53-
"@plotdb/rescope": "^4.2.2",
52+
"@plotdb/csscope": "^5.0.0",
53+
"@plotdb/rescope": "^5.0.0",
5454
"@plotdb/semver": "^0.0.3",
5555
"@loadingio/ldquery": "^3.0.4",
5656
"bootstrap": "^4.6.1",

0 commit comments

Comments
 (0)