@raclettejs/core 0.1.10 → 0.1.11

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.
@@ -16,57 +16,45 @@
16
16
  "format": "prettier --write src/"
17
17
  },
18
18
  "dependencies": {
19
- "@date-io/date-fns": "^3.2.1",
19
+ "@date-io/date-fns": "3.2.1",
20
20
  "@mdi/font": "7.4.47",
21
- "@tailwindcss/vite": "^4.1.11",
22
- "@tsconfig/node20": "^20.1.6",
23
- "@vueuse/core": "13.5.0",
24
- "@vueuse/rxjs": "^13.5.0",
25
- "axios": "1.10.0",
21
+ "@tailwindcss/vite": "4.1.13",
22
+ "@tsconfig/node20": "20.1.6",
23
+ "@vueuse/core": "13.9.0",
24
+ "@vueuse/rxjs": "13.9.0",
25
+ "axios": "1.12.2",
26
26
  "date-fns": "4.1.0",
27
27
  "esm": "3.x",
28
- "interactjs": "^1.10.27",
28
+ "interactjs": "1.10.27",
29
29
  "mini-rx-store": "6.1.2",
30
30
  "nanoid": "5.1.5",
31
31
  "ramda": "0.31.3",
32
32
  "rxjs": "7.x",
33
- "sass": "^1.90.0",
33
+ "sass": "1.92.1",
34
34
  "socket.io-client": "4.x",
35
- "tailwindcss": "^4.1.11",
36
- "uuid": "11.1.0",
37
- "vue": "^3.5.17",
38
- "vue-i18n": "11.1.9",
39
- "vue-konva": "^3.2.1",
35
+ "tailwindcss": "4.1.13",
36
+ "uuid": "13.0.0",
37
+ "vue": "3.5.21",
38
+ "vue-i18n": "11.1.12",
40
39
  "vue-router": "4.5.1",
41
- "vuetify": "3.9.0"
40
+ "vuetify": "3.10.2"
42
41
  },
43
42
  "devDependencies": {
44
- "@types/node": "^24.0.13",
45
- "@types/ramda": "^0.30.0",
46
- "@vitejs/plugin-vue": "6.0.0",
47
- "@vue/eslint-config-prettier": "^10.2.0",
48
- "@vue/eslint-config-typescript": "^14.6.0",
49
- "@vue/tsconfig": "^0.7.0",
50
- "eslint": "^9.34.0",
51
- "eslint-config-prettier": "^10.1.5",
52
- "eslint-config-standard": "17.1.0",
53
- "eslint-plugin-arrowsmith": "^1.1.0",
54
- "eslint-plugin-cypress": "5.1.0",
43
+ "@types/node": "24.5.1",
44
+ "@types/ramda": "0.31.1",
45
+ "@vitejs/plugin-vue": "6.0.1",
46
+ "@vue/tsconfig": "0.8.1",
47
+ "eslint": "9.35.0",
48
+ "eslint-config-prettier": "10.1.8",
55
49
  "eslint-plugin-import": "2.32.0",
56
- "eslint-plugin-node": "11.x",
57
- "eslint-plugin-prefer-arrow-functions": "^3.4.1",
58
- "eslint-plugin-promise": "7.2.1",
59
- "eslint-plugin-storybook": "^9.0.16",
60
- "eslint-plugin-tailwindcss": "^4.0.0-beta.0",
61
- "eslint-plugin-unused-imports": "^4.1.4",
62
- "eslint-plugin-vue": "^10.4.0",
63
- "globals": "^16.3.0",
64
- "prettier": "^3.6.2",
65
- "prettier-eslint": "^16.4.2",
66
- "typescript": "^5.8.3",
67
- "vite": "7.0.4",
68
- "vitest": "3.2.4",
69
- "vue-eslint-parser": "^10.2.0",
70
- "vue-tsc": "^3.0.1"
50
+ "eslint-plugin-prefer-arrow-functions": "3.8.1",
51
+ "eslint-plugin-tailwindcss": "4.0.0-beta.0",
52
+ "eslint-plugin-vue": "10.4.0",
53
+ "globals": "16.4.0",
54
+ "prettier": "3.6.2",
55
+ "typescript": "5.9.2",
56
+ "vite": "7.1.5",
57
+ "vue-eslint-parser": "10.2.0",
58
+ "vue-tsc": "3.0.7"
71
59
  }
72
60
  }
@@ -13,7 +13,6 @@ button,
13
13
  [type="submit"],
14
14
  [role="button"] {
15
15
  cursor: pointer;
16
- color: inherit;
17
16
  }
18
17
 
19
18
  /* Specify the pointer cursor of trigger elements */
@@ -107,7 +107,7 @@
107
107
  "color": "Farbe",
108
108
  "versionUpdate": "Eine neue Version ist verfügbar. Laden Sie die Seite neu, um alle neuen Features zu nutzen.",
109
109
  "eggcontrols": {
110
- "asteroids": "Nutzen sie die Pfeiltasten zum Navigieren und die Leertaste zum Schießen. Viel Spaß!"
110
+ "asteroids": "Nutzen sie die Pfeiltasten zum Navigieren und die Leertaste zum Schießen. Mit escape beenden sie das Spiel, Viel Spaß!"
111
111
  },
112
112
  "languages": {
113
113
  "tl-TL": "Klingonisch",
@@ -107,7 +107,7 @@
107
107
  "color": "Color",
108
108
  "versionUpdate": "A new version is available. Reload the page to use all new features.",
109
109
  "eggcontrols": {
110
- "asteroids": "Use the arrow keys to navigate and the spacebar to shoot. Have fun!"
110
+ "asteroids": "Use the arrow keys to navigate and the spacebar to shoot. Press Escape to exit the game. Have fun!"
111
111
  },
112
112
  "languages": {
113
113
  "tl-TL": "Klingon",
@@ -107,7 +107,7 @@
107
107
  "color": "Farba",
108
108
  "versionUpdate": "Je dostupná nová verzia. Obnovte stránku pre použitie všetkých nových funkcií.",
109
109
  "eggcontrols": {
110
- "asteroids": "Použite šípky na navigáciu a medzerník na streľbu. Bavte sa!"
110
+ "asteroids": "Použite šípky na navigáciu a medzerník na streľbu. Stlačením klávesu Escape ukončíte hru. Bavte sa!"
111
111
  },
112
112
  "languages": {
113
113
  "tl-TL": "Klingončina",
@@ -107,7 +107,7 @@
107
107
  "color": "ngem",
108
108
  "versionUpdate": "veS wov ’oH. paq reload chel pagh SoH Hoch tlhab!",
109
109
  "eggcontrols": {
110
- "asteroids": "QuQ navmey Dalo'nIS, 'ej bachmeH patlh yIlo'. yIchep!"
110
+ "asteroids": "navigatmeH 'arrow keys' yIlo' 'ej bachmeH 'spacebar' yIlo'. QujmeH 'Escape' yIlo'. yIchegh 'ej yIbel!"
111
111
  }
112
112
  }
113
113
  }