valaxy-theme-yun 0.16.2 → 0.16.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/tsconfig.json +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -19,12 +19,12 @@
19
19
  "dependencies": {
20
20
  "@explosions/fireworks": "^0.0.2",
21
21
  "@iconify-json/ant-design": "^1.1.13",
22
- "@iconify-json/simple-icons": "^1.1.85",
22
+ "@iconify-json/simple-icons": "^1.1.87",
23
23
  "animejs": "^3.2.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/animejs": "^3.1.12",
27
- "valaxy-addon-waline": "0.1.1",
28
- "valaxy": "0.16.2"
27
+ "valaxy": "0.16.4",
28
+ "valaxy-addon-waline": "0.1.1"
29
29
  }
30
30
  }
package/tsconfig.json CHANGED
@@ -11,7 +11,6 @@
11
11
  "resolveJsonModule": true,
12
12
  "types": [
13
13
  "vite/client",
14
- "vue/ref-macros",
15
14
  "vite-plugin-pages/client",
16
15
  "vite-plugin-vue-layouts/client"
17
16
  ],