|
5 | 5 | "scripts": {
|
6 | 6 | "lint-md": "remark . --output",
|
7 | 7 | "semantic-release": "semantic-release",
|
8 |
| - "dev": "vite --port 3001 --force", |
| 8 | + "dev": "OUTPUT_FORMAT=es vite --port 3001 --force", |
9 | 9 | "build:es": "OUTPUT_FORMAT=es vite build",
|
10 | 10 | "build:umd": "OUTPUT_FORMAT=umd vite build",
|
11 | 11 | "build:vite": "rm -rf ./dist && tsc && yarn run build:umd && yarn run build:es",
|
|
52 | 52 | ],
|
53 | 53 | "homepage": "https://github.com/horprogs/Just-validate#readme",
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/core": "7.17.10", |
56 |
| - "@babel/preset-env": "7.17.10", |
57 |
| - "@babel/preset-typescript": "7.16.7", |
58 |
| - "@commitlint/cli": "^16.2.4", |
59 |
| - "@commitlint/config-conventional": "^16.2.4", |
| 55 | + "@babel/core": "7.20.5", |
| 56 | + "@babel/preset-env": "7.20.2", |
| 57 | + "@babel/preset-typescript": "7.18.6", |
| 58 | + "@commitlint/cli": "17.3.0", |
| 59 | + "@commitlint/config-conventional": "17.3.0", |
60 | 60 | "@semantic-release/commit-analyzer": "^9.0.2",
|
61 |
| - "@semantic-release/git": "^10.0.1", |
62 |
| - "@semantic-release/github": "^8.0.4", |
63 |
| - "@semantic-release/npm": "^9.0.1", |
64 |
| - "@semantic-release/release-notes-generator": "^10.0.3", |
65 |
| - "@testing-library/dom": "8.13.0", |
66 |
| - "@testing-library/jest-dom": "5.16.4", |
67 |
| - "@testing-library/user-event": "14.1.1", |
68 |
| - "@types/jest": "27.4.1", |
69 |
| - "@types/jsdom": "16.2.14", |
| 61 | + "@semantic-release/git": "10.0.1", |
| 62 | + "@semantic-release/github": "^8.0.7", |
| 63 | + "@semantic-release/npm": "9.0.1", |
| 64 | + "@semantic-release/release-notes-generator": "10.0.3", |
| 65 | + "@testing-library/dom": "8.19.0", |
| 66 | + "@testing-library/jest-dom": "5.16.5", |
| 67 | + "@testing-library/user-event": "14.4.3", |
| 68 | + "@types/jest": "29.2.4", |
| 69 | + "@types/jsdom": "20.0.1", |
70 | 70 | "@types/vfile-message": "2.0.0",
|
71 |
| - "@typescript-eslint/eslint-plugin": "5.22.0", |
72 |
| - "@typescript-eslint/parser": "5.22.0", |
73 |
| - "babel-jest": "28.0.3", |
74 |
| - "eslint": "8.14.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "5.45.1", |
| 72 | + "@typescript-eslint/parser": "5.45.1", |
| 73 | + "babel-jest": "29.3.1", |
| 74 | + "eslint": "8.29.0", |
75 | 75 | "eslint-config-prettier": "8.5.0",
|
76 | 76 | "eslint-plugin-import": "2.26.0",
|
77 |
| - "eslint-plugin-jest": "26.1.5", |
78 |
| - "eslint-plugin-prettier": "4.0.0", |
79 |
| - "husky": "^7.0.4", |
80 |
| - "jest": "28.0.3", |
81 |
| - "jest-environment-jsdom": "^28.0.2", |
82 |
| - "jsdom": "19.0.0", |
| 77 | + "eslint-plugin-jest": "27.1.6", |
| 78 | + "eslint-plugin-prettier": "4.2.1", |
| 79 | + "husky": "8.0.2", |
| 80 | + "jest": "29.3.1", |
| 81 | + "jest-environment-jsdom": "29.3.1", |
| 82 | + "jsdom": "20.0.3", |
83 | 83 | "just-validate-plugin-date": "1.2.0",
|
84 | 84 | "path": "0.12.7",
|
85 |
| - "prettier": "2.6.2", |
86 |
| - "remark-cli": "10.0.1", |
| 85 | + "prettier": "2.8.1", |
| 86 | + "remark-cli": "11.0.0", |
87 | 87 | "remark-preset-lint-recommended": "6.1.2",
|
88 |
| - "semantic-release": "^19.0.2", |
89 |
| - "ts-node": "10.7.0", |
90 |
| - "typescript": "4.6.4", |
91 |
| - "vite": "2.9.7" |
| 88 | + "semantic-release": "19.0.5", |
| 89 | + "terser": "5.16.1", |
| 90 | + "ts-node": "10.9.1", |
| 91 | + "typescript": "4.9.3", |
| 92 | + "vite": "3.2.5" |
92 | 93 | }
|
93 | 94 | }
|
0 commit comments