Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies #31

Closed
wants to merge 16 commits into from
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
on: [push, pull_request]
on: [ push, pull_request ]
# disable saucelabs
#env:
# SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
Expand All @@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12,14,16]
os: [ubuntu-latest]
node-version: [ 14, 16 ]
os: [ ubuntu-latest ]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.4.js"
7 changes: 3 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"name": "kvs-example-basic",
"version": "1.0.0",
"description": "basic usage",
"main": "index.js",
"scripts": {
"build": "parcel build index.html",
"start": "parcel serve index.html"
},
"dependencies": {
"@kvs/env": "^1.2.0"
"@kvs/env": "^2.1.2"
},
"devDependencies": {
"parcel": "^2.3.1",
"typescript": "^4.2.4"
"parcel": "^2.7.0",
"typescript": "^4.7.4"
},
"keywords": [],
"author": "azu",
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packages": [
"packages/*"
],
"version": "2.1.2"
"version": "2.1.2",
"useWorkspaces": true
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
"trailingComma": "none"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"lerna": "^4.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.4.0",
"size-limit": "^7.0.8"
}
"@size-limit/preset-small-lib": "^8.0.1",
"lerna": "^5.4.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"size-limit": "^8.0.1"
},
"packageManager": "yarn@1.22.4"
}
12 changes: 6 additions & 6 deletions packages/common-test-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@kvs/types": "^2.1.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"ts-node": "^10.9.1",
"ts-node-test-register": "^10.0.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@kvs/node-localstorage": "^2.1.1"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"@jsdevtools/karma-config": "^3.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@kvs/types": "^2.1.1"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@jsdevtools/karma-config": "^3.2.0",
"@kvs/common-test-case": "^2.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"karma": "^6.4.0",
"karma-cli": "^2.0.0",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/localstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@kvs/storage": "^2.1.1"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
"@jsdevtools/karma-config": "^3.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"karma": "^6.4.0",
"karma-cli": "^2.0.0",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/memorystorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"trailingComma": "none"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@jsdevtools/karma-config": "^3.2.0",
"@kvs/common-test-case": "^2.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/node-localstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
},
"dependencies": {
"@kvs/storage": "^2.1.1",
"app-root-path": "^3.0.0",
"app-root-path": "^3.1.0",
"mkdirp": "^1.0.4",
"node-localstorage": "^2.1.6"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@jsdevtools/karma-config": "^3.2.0",
"@kvs/common-test-case": "^2.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/storage-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@kvs/types": "^2.1.1"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@jsdevtools/karma-config": "^3.2.0",
"@kvs/common-test-case": "^2.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"karma": "^6.4.0",
"karma-cli": "^2.0.0",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@kvs/types": "^2.1.1"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
"@jsdevtools/karma-config": "^3.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"karma": "^6.4.0",
"karma-cli": "^2.0.0",
"mocha": "^9.1.1",
"prettier": "^2.0.5",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"trailingComma": "none"
},
"devDependencies": {
"@types/node": "^16.9.1",
"prettier": "^2.0.5",
"@types/node": "^18.7.8",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"tsd": "^0.19.1",
"typescript": "^4.5.5"
"tsd": "^0.22.0",
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading