@raclettejs/workbench 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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.11] - 19.09.2025 <a href="https://gitlab.com/raclettejs/core/-/compare/v0.1.0...v0.1.11" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
+
12
+ ### Security
13
+
14
+ - Updated all Node.js dependencies to latest versions
15
+ - Removed caret (^) version ranges from package.json to prevent automatic minor/patch updates
16
+
10
17
  ## [0.1.10] - 12.09.2025
11
18
 
12
19
  ### Versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raclettejs/workbench",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "license": "MIT",
5
5
  "description": "racletteJS Workbench - used to configure your application, for dev and prod",
6
6
  "repository": "https://gitlab.com/raclettejs/workbench",
@@ -31,34 +31,36 @@
31
31
  ".": "./index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@raclettejs/core": "^0.1.10"
34
+ "@raclettejs/core": "0.1.11",
35
+ "three": "0.180.0",
36
+ "vanta": "0.5.24"
35
37
  },
36
38
  "devDependencies": {
37
- "@eslint/js": "^9.31.0",
38
- "@raclettejs/types": "^0.1.0",
39
- "@sinclair/typebox": "^0.34.37",
40
- "@types/ramda": "^0.30.2",
41
- "@vueuse/core": "^13.5.0",
42
- "@vueuse/rxjs": "^13.5.0",
43
- "axios": "^1.10.0",
44
- "date-fns": "^4.1.0",
45
- "eslint": "^9.31.0",
46
- "eslint-config-prettier": "^10.1.5",
47
- "eslint-plugin-import": "^2.32.0",
48
- "eslint-plugin-prefer-arrow-functions": "^3.6.2",
49
- "eslint-plugin-prettier": "^5.5.1",
50
- "eslint-plugin-vue": "^10.3.0",
51
- "fastify": "^5.4.0",
52
- "globals": "^16.3.0",
53
- "prettier": "^3.6.2",
54
- "ramda": "^0.31.3",
55
- "typescript": "^5.8.3",
56
- "typescript-eslint": "^8.36.0",
57
- "uuid": "^11.1.0",
58
- "vite": "^7.0.4",
59
- "vue": "^3.5.17",
60
- "vue-eslint-parser": "^10.2.0",
61
- "vue-i18n": "^11.1.9",
62
- "vuetify": "3.9.0"
39
+ "@eslint/js": "9.35.0",
40
+ "@raclettejs/types": "0.1.11",
41
+ "@sinclair/typebox": "0.34.41",
42
+ "@types/ramda": "0.31.1",
43
+ "@vueuse/core": "13.9.0",
44
+ "@vueuse/rxjs": "13.9.0",
45
+ "axios": "1.12.2",
46
+ "date-fns": "4.1.0",
47
+ "eslint": "9.35.0",
48
+ "eslint-config-prettier": "10.1.8",
49
+ "eslint-plugin-import": "2.32.0",
50
+ "eslint-plugin-prefer-arrow-functions": "3.8.1",
51
+ "eslint-plugin-prettier": "5.5.4",
52
+ "eslint-plugin-vue": "10.4.0",
53
+ "fastify": "5.6.0",
54
+ "globals": "16.4.0",
55
+ "prettier": "3.6.2",
56
+ "ramda": "0.31.3",
57
+ "typescript": "5.9.2",
58
+ "typescript-eslint": "8.44.0",
59
+ "uuid": "13.0.0",
60
+ "vite": "7.1.5",
61
+ "vue": "3.5.21",
62
+ "vue-eslint-parser": "10.2.0",
63
+ "vue-i18n": "11.1.12",
64
+ "vuetify": "3.10.2"
63
65
  }
64
66
  }
package/packages.json CHANGED
@@ -1,33 +1,13 @@
1
1
  {
2
2
  "frontend": {
3
3
  "dependencies": {
4
- "apexcharts": "4.7.0",
5
- "vue3-apexcharts": "1.8.0",
6
- "@marp-team/marp-core": "4.0.1",
7
- "@marp-team/marpit": "3.1.2",
8
- "@milkdown/crepe": "7.10.3",
9
- "@milkdown/vue": "7.10.3",
10
- "@milkdown/kit": "7.10.3",
11
- "@milkdown/theme-nord": "7.10.3",
12
- "@milkdown/preset-commonmark": "7.10.3",
13
- "@milkdown/plugin-history": "7.10.3",
14
- "@milkdown/plugin-listener": "7.10.3",
15
- "@vueuse/core": "13.0.0",
16
- "ansi-to-html": "0.7.2",
17
- "@vue-leaflet/vue-leaflet": "^0.10.1",
18
- "konva": "^9.3.20",
19
- "leaflet": "^1.9.4",
20
- "vue-konva": "^3.2.0",
21
- "vue-command": "35.2.1",
22
4
  "three": "0.179.1",
23
5
  "vanta": "0.5.24"
24
6
  },
25
7
  "devDependencies": {}
26
8
  },
27
9
  "backend": {
28
- "dependencies": {
29
- "uuid": "11.1.0"
30
- },
10
+ "dependencies": {},
31
11
  "devDependencies": {}
32
12
  }
33
13
  }