Skip to content

Commit 3e25fb1

Browse files
committed
⬆️ Update deps
1 parent d6f8d67 commit 3e25fb1

File tree

3 files changed

+1970
-1369
lines changed

3 files changed

+1970
-1369
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function useStoreon (...keys) {
1111
if (process.env.NODE_ENV !== 'production' && !store) {
1212
throw new Error(
1313
'Could not find storeon context value.' +
14-
'Please ensure you provide store using "provideStoreon" function'
14+
'Please ensure you provide store using "provideStoreon" function'
1515
)
1616
}
1717

@@ -40,7 +40,7 @@ function useStoreon (...keys) {
4040
})
4141
})
4242

43-
let data = { }
43+
let data = {}
4444
keys.forEach(key => {
4545
data[key] = makeSubscribable(key)
4646
})

package.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,31 @@
1818
"svelte": "^3.20.0"
1919
},
2020
"devDependencies": {
21-
"@logux/eslint-config": "^36.1.3",
21+
"@logux/eslint-config": "^39.0.3",
2222
"@size-limit/dual-publish": "^4.5.0",
2323
"@size-limit/preset-small-lib": "^4.5.0",
24-
"dual-publish": "^0.10.1",
25-
"eslint": "^6.8.0",
24+
"dual-publish": "^0.10.2",
25+
"eslint": "^7.1.0",
2626
"eslint-config-standard": "^14.1.1",
2727
"eslint-plugin-import": "^2.20.2",
28-
"eslint-plugin-jest": "^23.9.0",
28+
"eslint-plugin-jest": "^23.13.2",
2929
"eslint-plugin-node": "^11.1.0",
3030
"eslint-plugin-prefer-let": "^1.0.1",
31+
"eslint-plugin-prettierx": "^0.12.0",
3132
"eslint-plugin-promise": "^4.2.1",
3233
"eslint-plugin-security": "^1.4.0",
3334
"eslint-plugin-standard": "^4.0.1",
34-
"eslint-plugin-unicorn": "^19.0.1",
35+
"eslint-plugin-unicorn": "^20.1.0",
3536
"husky": "^4.2.5",
36-
"jest": "^26.0.0",
37-
"lint-staged": "^10.2.2",
37+
"jest": "^26.0.1",
38+
"lint-staged": "^10.2.7",
3839
"parcel-bundler": "^1.12.4",
3940
"parcel-plugin-svelte": "^4.0.6",
4041
"size-limit": "^4.5.0",
41-
"storeon": "^2.0.2",
42-
"svelte": "^3.22.2",
42+
"storeon": "^3.0.1",
43+
"svelte": "^3.23.0",
4344
"todomvc-app-css": "^2.3.0",
44-
"typescript": "^3.8.3"
45+
"typescript": "^3.9.3"
4546
},
4647
"lint-staged": {
4748
"*.js": [

0 commit comments

Comments
 (0)