|
2 | 2 | "name": "single-spa-vue", |
3 | 3 | "version": "3.0.1", |
4 | 4 | "description": "a single-spa plugin for vue.js applications", |
5 | | - "main": "dist/umd/single-spa-vue.js", |
6 | | - "module": "dist/esm/single-spa-vue.js", |
7 | 5 | "packageManager": "pnpm@9.15.4", |
8 | 6 | "exports": { |
9 | 7 | ".": { |
|
26 | 24 | "format": "prettier --write .", |
27 | 25 | "check-format": "prettier --check .", |
28 | 26 | "lint": "eslint src", |
29 | | - "prepare": "husky install" |
| 27 | + "prepare": "husky" |
30 | 28 | }, |
31 | 29 | "repository": { |
32 | 30 | "type": "git", |
|
52 | 50 | }, |
53 | 51 | "homepage": "https://github.com/single-spa/single-spa-vue#readme", |
54 | 52 | "devDependencies": { |
55 | | - "@babel/core": "^7.22.5", |
56 | | - "@babel/eslint-parser": "^7.22.5", |
57 | | - "@babel/preset-env": "^7.22.5", |
58 | | - "@rollup/plugin-babel": "^6.0.3", |
59 | | - "@rollup/plugin-commonjs": "^25.0.2", |
60 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
61 | | - "@rollup/plugin-terser": "^0.4.3", |
62 | | - "@types/jest": "^29.5.2", |
63 | | - "@vue/test-utils": "^1.1.1", |
64 | | - "babel-jest": "^29.5.0", |
65 | | - "concurrently": "^8.2.0", |
| 53 | + "@babel/core": "^7.26.10", |
| 54 | + "@babel/eslint-parser": "^7.27.0", |
| 55 | + "@babel/preset-env": "^7.26.9", |
| 56 | + "@eslint/eslintrc": "^3.3.1", |
| 57 | + "@eslint/js": "^9.24.0", |
| 58 | + "@rollup/plugin-babel": "^6.0.4", |
| 59 | + "@rollup/plugin-commonjs": "^28.0.3", |
| 60 | + "@rollup/plugin-node-resolve": "^16.0.1", |
| 61 | + "@rollup/plugin-terser": "^0.4.4", |
| 62 | + "@types/jest": "^29.5.14", |
| 63 | + "@vue/test-utils": "^2.4.6", |
| 64 | + "babel-jest": "^29.7.0", |
| 65 | + "concurrently": "^9.1.2", |
66 | 66 | "cross-env": "^7.0.2", |
67 | 67 | "css.escape": "^1.5.1", |
68 | | - "eslint": "^8.43.0", |
| 68 | + "eslint": "^9.24.0", |
69 | 69 | "eslint-config-important-stuff": "^1.1.0", |
70 | | - "husky": "^8.0.0", |
71 | | - "jest": "^29.5.0", |
72 | | - "jest-environment-jsdom": "^29.5.0", |
73 | | - "prettier": "^2.8.8", |
74 | | - "pretty-quick": "^3.1.3", |
75 | | - "rimraf": "^5.0.1", |
76 | | - "rollup": "^3.25.3", |
77 | | - "single-spa": "^5.9.5", |
78 | | - "tsd": "^0.28.1", |
79 | | - "vue": "^2.6.12", |
80 | | - "vue-template-compiler": "^2.6.12" |
| 70 | + "husky": "^9.1.7", |
| 71 | + "jest": "^29.7.0", |
| 72 | + "jest-environment-jsdom": "^29.7.0", |
| 73 | + "prettier": "^3.5.3", |
| 74 | + "pretty-quick": "^4.1.1", |
| 75 | + "rimraf": "^6.0.1", |
| 76 | + "rollup": "^4.39.0", |
| 77 | + "single-spa": "^6.0.3", |
| 78 | + "tsd": "^0.32.0", |
| 79 | + "vue": "^3.5.13", |
| 80 | + "vue-template-compiler": "^2.7.16" |
81 | 81 | }, |
82 | 82 | "tsd": { |
83 | 83 | "compilerOptions": { |
|
0 commit comments