|
17 | 17 | "release": "standard-version" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "axios": "^0.26.1", |
| 20 | + "axios": "^0.27.2", |
21 | 21 | "js-cookie": "^3.0.1", |
22 | 22 | "jwt-decode": "^3.1.2", |
23 | | - "lodash": "^4.17.21", |
24 | | - "pinia": "^2.0.12", |
| 23 | + "lodash.get": "^4.4.2", |
| 24 | + "lodash.merge": "^4.6.2", |
| 25 | + "pinia": "^2.0.20", |
25 | 26 | "secure-ls": "^1.2.6", |
26 | | - "vue": "^3.2.31", |
27 | | - "vue-router": "^4.0.14", |
| 27 | + "vue": "^3.2.37", |
| 28 | + "vue-router": "^4.1.4", |
28 | 29 | "vuex": "^4.0.2" |
29 | 30 | }, |
30 | 31 | "gitHead": "a3873617b764442416da0687a66a7ba20638c7cb", |
31 | 32 | "devDependencies": { |
32 | | - "@types/js-cookie": "^3.0.1", |
33 | | - "@types/lodash": "^4.14.180", |
34 | | - "standard-version": "^9.3.2", |
35 | | - "typescript": "^4.6.2", |
36 | | - "vite": "^2.8.6" |
| 33 | + "@types/js-cookie": "^3.0.2", |
| 34 | + "@types/lodash": "^4.14.184", |
| 35 | + "@types/lodash.get": "^4.4.7", |
| 36 | + "@types/lodash.merge": "^4.6.7", |
| 37 | + "standard-version": "^9.5.0", |
| 38 | + "typescript": "^4.7.4", |
| 39 | + "vite": "^3.0.9" |
37 | 40 | }, |
38 | | - "main": "dist/vue-auth.umd.js", |
39 | | - "unpkg": "dist/vue-auth.iife.js", |
40 | | - "jsdelivr": "dist/vue-auth.iife.js", |
41 | | - "module": "./dist/vue-auth.es.js", |
| 41 | + "main": "./dist/vue-auth.js", |
| 42 | + "unpkg": "./dist/vue-auth.iife.js", |
| 43 | + "jsdelivr": "./dist/vue-auth.iife.js", |
| 44 | + "module": "./dist/vue-auth.mjs", |
42 | 45 | "exports": { |
43 | 46 | ".": { |
44 | | - "import": "./dist/vue-auth.es.js", |
45 | | - "require": "./dist/vue-auth.umd.js" |
| 47 | + "import": "./dist/vue-auth.mjs", |
| 48 | + "require": "./dist/vue-auth.js" |
46 | 49 | } |
47 | 50 | }, |
48 | 51 | "types": "./dist/types/index.d.ts" |
|
0 commit comments