|
1 | 1 | {
|
2 | 2 | "name": "string-interpolation-js",
|
3 |
| - "version": "1.0.7", |
| 3 | + "version": "1.0.8", |
4 | 4 | "description": "Simple module to format string from template",
|
5 | 5 | "main": "./lib/index.cjs",
|
6 | 6 | "module": "./lib/index.mjs",
|
|
28 | 28 | "author": "Alpha",
|
29 | 29 | "repository": {
|
30 | 30 | "type": "git",
|
31 |
| - "url": "git@github.com:zgid123/string-interpolation-js.git" |
| 31 | + "url": "git+https://github.com/zgid123/string-interpolation-js.git" |
32 | 32 | },
|
33 | 33 | "license": "MIT",
|
34 | 34 | "devDependencies": {
|
35 |
| - "@rollup/plugin-commonjs": "^24.0.1", |
| 35 | + "@rollup/plugin-commonjs": "^24.1.0", |
36 | 36 | "@rollup/plugin-json": "^6.0.0",
|
37 | 37 | "@rollup/plugin-node-resolve": "^15.0.2",
|
38 | 38 | "@rollup/plugin-typescript": "^11.1.0",
|
39 |
| - "@typescript-eslint/eslint-plugin": "^5.57.1", |
40 |
| - "@typescript-eslint/parser": "^5.57.1", |
41 |
| - "eslint": "^8.37.0", |
| 39 | + "@typescript-eslint/eslint-plugin": "^5.59.1", |
| 40 | + "@typescript-eslint/parser": "^5.59.1", |
| 41 | + "eslint": "^8.39.0", |
42 | 42 | "eslint-config-prettier": "^8.8.0",
|
43 | 43 | "eslint-config-typescript": "^3.0.0",
|
44 | 44 | "eslint-plugin-prettier": "^4.0.0",
|
45 | 45 | "husky": "^8.0.3",
|
46 |
| - "lint-staged": "^13.2.0", |
47 |
| - "prettier": "^2.8.7", |
48 |
| - "rollup": "^3.20.2", |
49 |
| - "typescript": "^5.0.3", |
50 |
| - "vitest": "^0.29.8" |
| 46 | + "lint-staged": "^13.2.2", |
| 47 | + "prettier": "^2.8.8", |
| 48 | + "rollup": "^3.21.1", |
| 49 | + "typescript": "^5.0.4", |
| 50 | + "vite": "^4.3.3", |
| 51 | + "vitest": "^0.30.1" |
51 | 52 | },
|
52 | 53 | "dependencies": {
|
53 | 54 | "tslib": "^2.5.0"
|
|
0 commit comments