svelte-entitlement 1.2.19 → 1.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-entitlement",
3
- "version": "1.2.19",
3
+ "version": "1.2.22",
4
4
  "svelte": "./src/index.svelte",
5
5
  "keywords": [
6
6
  "component",
@@ -15,27 +15,28 @@
15
15
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
16
16
  "docs": "documentation readme --section=API ./src/**/*.mjs",
17
17
  "lint": "npm run lint:docs",
18
- "lint:docs": "documentation lint ./src/**/*.mjs"
18
+ "lint:docs": "documentation lint ./src/**/*.mjs",
19
+ "build": "rollup -c tests/app/rollup.config.mjs"
19
20
  },
20
21
  "dependencies": {
21
22
  "svelte-dnd-action": "^0.9.18"
22
23
  },
23
24
  "devDependencies": {
24
- "@rollup/plugin-node-resolve": "^13.1.3",
25
+ "@rollup/plugin-node-resolve": "^13.3.0",
25
26
  "@rollup/plugin-virtual": "^2.1.0",
26
- "ava": "^4.1.0",
27
- "c8": "^7.11.0",
27
+ "ava": "^4.3.0",
28
+ "c8": "^7.11.3",
28
29
  "documentation": "^13.2.5",
29
- "mf-styling": "arlac77/mf-styling",
30
- "postcss": "^8.4.12",
30
+ "mf-styling": "^1.2.21",
31
+ "postcss": "^8.4.14",
31
32
  "postcss-import": "^14.1.0",
32
- "rollup": "^2.70.1",
33
- "rollup-plugin-dev": "^2.0.3",
33
+ "rollup": "^2.75.5",
34
+ "rollup-plugin-dev": "^2.0.4",
34
35
  "rollup-plugin-postcss": "^4.0.2",
35
36
  "rollup-plugin-svelte": "^7.1.0",
36
37
  "semantic-release": "^19.0.2",
37
- "svelte": "^3.46.6",
38
- "testcafe": "^1.18.5"
38
+ "svelte": "^3.48.0",
39
+ "testcafe": "^1.19.0"
39
40
  },
40
41
  "repository": {
41
42
  "type": "git",
@@ -48,6 +49,7 @@
48
49
  "template": {
49
50
  "inheritFrom": [
50
51
  "arlac77/template-ava-coverage",
52
+ "arlac77/template-cloudflare",
51
53
  "arlac77/template-svelte-component",
52
54
  "arlrac77/template-arlac77-github"
53
55
  ]