svelte-entitlement 1.2.6 → 1.2.10

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-entitlement",
3
- "version": "1.2.6",
3
+ "version": "1.2.10",
4
4
  "svelte": "./src/index.svelte",
5
5
  "keywords": [
6
6
  "component",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "start": "rollup -c tests/app/rollup.config.mjs -w",
12
12
  "test": "npm run test:ava && npm run test:cafe",
13
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay 1000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
13
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 9000 --app-init-delay 3000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
14
14
  "test:ava": "ava --timeout 2m tests/*.mjs",
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",
@@ -18,24 +18,24 @@
18
18
  "lint:docs": "documentation lint ./src/**/*.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "svelte-dnd-action": "^0.9.3"
21
+ "svelte-dnd-action": "^0.9.13"
22
22
  },
23
23
  "devDependencies": {
24
- "@rollup/plugin-node-resolve": "^13.0.0",
24
+ "@rollup/plugin-node-resolve": "^13.0.6",
25
25
  "@rollup/plugin-virtual": "^2.0.3",
26
26
  "ava": "^3.15.0",
27
- "c8": "^7.7.3",
27
+ "c8": "^7.10.0",
28
28
  "documentation": "^13.2.5",
29
29
  "mf-styling": "arlac77/mf-styling",
30
- "postcss": "^8.3.5",
30
+ "postcss": "^8.4.4",
31
31
  "postcss-import": "^14.0.2",
32
- "rollup": "^2.52.6",
33
- "rollup-plugin-dev": "^1.1.3",
34
- "rollup-plugin-postcss": "^4.0.0",
32
+ "rollup": "^2.60.2",
33
+ "rollup-plugin-dev": "^2.0.1",
34
+ "rollup-plugin-postcss": "^4.0.2",
35
35
  "rollup-plugin-svelte": "^7.1.0",
36
- "semantic-release": "^17.4.4",
37
- "svelte": "^3.38.3",
38
- "testcafe": "^1.14.2"
36
+ "semantic-release": "^18.0.1",
37
+ "svelte": "^3.44.2",
38
+ "testcafe": "^1.17.1"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",