@effect-app/vue 0.64.0-next.0 → 0.64.0-next.1

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 (2) hide show
  1. package/CHANGELOG.md +14 -14
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,29 +1,29 @@
1
1
  # @effect-app/vue
2
2
 
3
- ## 0.63.0-next.1
3
+ ## 0.64.0-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 956746e5:
8
- - Updated dependencies [956746e5]
9
- - @effect-app/prelude@0.70.0-next.1
10
- - @effect-app/schema@0.62.0-next.1
11
- - @effect-app/core@0.68.0-next.1
12
- - @effect-app/vue@0.63.0-next.1
7
+ - 6b9fccac:
8
+ - Updated dependencies [6b9fccac]
9
+ - @effect-app/prelude@0.71.0-next.1
10
+ - @effect-app/schema@0.63.0-next.1
11
+ - @effect-app/core@0.69.0-next.1
12
+ - @effect-app/vue@0.64.0-next.1
13
13
 
14
- ## 0.63.0-next.0
14
+ ## 0.63.0
15
15
 
16
16
  ### Minor Changes
17
17
 
18
- - fd301c7c: update new test effect
18
+ - update packages
19
19
 
20
20
  ### Patch Changes
21
21
 
22
- - Updated dependencies [fd301c7c]
23
- - @effect-app/prelude@0.70.0-next.0
24
- - @effect-app/schema@0.62.0-next.0
25
- - @effect-app/core@0.68.0-next.0
26
- - @effect-app/vue@0.63.0-next.0
22
+ - Updated dependencies
23
+ - @effect-app/core@0.68.0
24
+ - @effect-app/prelude@0.70.0
25
+ - @effect-app/schema@0.62.0
26
+ - @effect-app/vue@0.63.0
27
27
 
28
28
  ## 0.62.10
29
29
 
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "0.64.0-next.0",
3
+ "version": "0.64.0-next.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@effect/platform-browser": "^0.15.2",
7
+ "@effect/platform-browser": "^0.15.3",
8
8
  "@fp-ts/optic": "^0.14.0",
9
- "@formatjs/intl": "^2.9.5",
9
+ "@formatjs/intl": "^2.9.6",
10
10
  "effect": "^2.0.0-next.54",
11
11
  "query-string": "^8.1.0",
12
12
  "swrv": "^1.0.4",
13
- "vue": "^3.3.7",
14
- "@effect-app/core": "0.69.0-next.0",
15
- "@effect-app/vue": "0.64.0-next.0",
16
- "@effect-app/prelude": "0.71.0-next.0",
17
- "@effect-app/schema": "0.63.0-next.0"
13
+ "vue": "^3.3.8",
14
+ "@effect-app/prelude": "0.71.0-next.1",
15
+ "@effect-app/core": "0.69.0-next.1",
16
+ "@effect-app/schema": "0.63.0-next.1",
17
+ "@effect-app/vue": "0.64.0-next.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rollup/pluginutils": "^5.0.5",
@@ -22,10 +22,10 @@
22
22
  "@types/node": "~20.8.10",
23
23
  "json5": "^2.2.3",
24
24
  "ts-node": "^10.9.1",
25
- "typescript": "npm:@effect-app/typescript@5.3.0-tsplus.20231020",
25
+ "typescript": "npm:@effect-app/typescript@5.4.0-tsplus.202311072",
26
26
  "vite": "^4.5.0",
27
27
  "vitest": "^0.34.6",
28
- "@effect-app/compiler": "0.33.1"
28
+ "@effect-app/compiler": "0.34.0"
29
29
  },
30
30
  "typesVersions": {
31
31
  "*": {