|
18 | 18 | "format": "pnpm prettier --check \"src/**/*.{ts,js}\" -w",
|
19 | 19 | "ls:pack": "npm pack --dry-run",
|
20 | 20 | "prepare": "ts-patch install -s",
|
21 |
| - "preinstall": "npx only-allow pnpm", |
22 | 21 | "release": "bumpp"
|
23 | 22 | },
|
24 |
| - "packageManager": "pnpm@8.6.2", |
| 23 | + "packageManager": "pnpm@8.10.2", |
25 | 24 | "repository": {
|
26 | 25 | "type": "git",
|
27 | 26 | "url": "git+https://github.com/sonofmagic/loader-runner-loader.git"
|
|
47 | 46 | },
|
48 | 47 | "homepage": "https://github.com/sonofmagic/loader-runner-loader#readme",
|
49 | 48 | "devDependencies": {
|
50 |
| - "@rollup/plugin-alias": "^5.0.0", |
51 |
| - "@rollup/plugin-commonjs": "^25.0.2", |
52 |
| - "@rollup/plugin-json": "^6.0.0", |
53 |
| - "@rollup/plugin-node-resolve": "^15.1.0", |
54 |
| - "@rollup/plugin-replace": "^5.0.2", |
55 |
| - "@rollup/plugin-terser": "^0.4.3", |
56 |
| - "@rollup/plugin-typescript": "^11.1.2", |
57 |
| - "@tsconfig/recommended": "^1.0.2", |
58 |
| - "@types/klaw": "^3.0.3", |
59 |
| - "@types/lodash": "^4.14.195", |
60 |
| - "@types/lodash-es": "^4.17.7", |
61 |
| - "@types/node": "^20.3.3", |
62 |
| - "@vitest/coverage-v8": "^0.32.3", |
63 |
| - "bumpp": "^9.1.1", |
| 49 | + "@rollup/plugin-alias": "^5.0.1", |
| 50 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 51 | + "@rollup/plugin-json": "^6.0.1", |
| 52 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 53 | + "@rollup/plugin-replace": "^5.0.5", |
| 54 | + "@rollup/plugin-terser": "^0.4.4", |
| 55 | + "@rollup/plugin-typescript": "^11.1.5", |
| 56 | + "@tsconfig/recommended": "^1.0.3", |
| 57 | + "@types/klaw": "^3.0.6", |
| 58 | + "@types/lodash": "^4.14.201", |
| 59 | + "@types/lodash-es": "^4.17.11", |
| 60 | + "@types/node": "^20.9.0", |
| 61 | + "@vitest/coverage-v8": "^0.34.6", |
| 62 | + "bumpp": "^9.2.0", |
64 | 63 | "create-functional-loader": "^0.1.0",
|
65 | 64 | "cross-env": "^7.0.3",
|
66 | 65 | "css-loader": "^6.8.1",
|
67 |
| - "defu": "^6.1.2", |
| 66 | + "defu": "^6.1.3", |
68 | 67 | "del": "^6.1.1",
|
69 |
| - "eslint": "8.44.0", |
70 |
| - "eslint-config-icebreaker": "^1.1.0", |
71 |
| - "eslint-config-prettier": "^8.8.0", |
72 |
| - "eslint-plugin-prettier": "^4.2.1", |
| 68 | + "eslint": "8.53.0", |
| 69 | + "eslint-config-icebreaker": "^1.2.2", |
| 70 | + "eslint-config-prettier": "^9.0.0", |
| 71 | + "eslint-plugin-prettier": "^5.0.1", |
73 | 72 | "klaw": "^4.1.0",
|
74 | 73 | "lodash": "^4.17.21",
|
75 | 74 | "lodash-es": "^4.17.21",
|
76 | 75 | "mini-css-extract-plugin": "^2.7.6",
|
77 |
| - "minimatch": "^9.0.2", |
78 |
| - "only-allow": "^1.1.1", |
79 |
| - "postcss": "^8.4.24", |
| 76 | + "minimatch": "^9.0.3", |
| 77 | + "only-allow": "^1.2.1", |
| 78 | + "postcss": "^8.4.31", |
80 | 79 | "postcss-loader": "^7.3.3",
|
81 |
| - "prettier": "^2.8.8", |
82 |
| - "rollup": "^3.26.0", |
| 80 | + "prettier": "^3.0.3", |
| 81 | + "rollup": "^4.4.0", |
83 | 82 | "rollup-plugin-visualizer": "^5.9.2",
|
84 |
| - "tailwindcss": "^3.3.2", |
| 83 | + "tailwindcss": "^3.3.5", |
85 | 84 | "ts-node": "^10.9.1",
|
86 |
| - "ts-patch": "^3.0.1", |
| 85 | + "ts-patch": "^3.0.2", |
87 | 86 | "tsconfig-paths": "^4.2.0",
|
88 |
| - "tslib": "^2.6.0", |
89 |
| - "typescript": "^5.1.6", |
| 87 | + "tslib": "^2.6.2", |
| 88 | + "typescript": "^5.2.2", |
90 | 89 | "typescript-transform-paths": "^3.4.6",
|
91 |
| - "vitest": "^0.32.3", |
92 |
| - "webpack": "^5.88.1", |
| 90 | + "vitest": "^0.34.6", |
| 91 | + "webpack": "^5.89.0", |
93 | 92 | "webpack-build-utils": "^0.0.4"
|
94 | 93 | },
|
95 | 94 | "dependencies": {
|
96 |
| - "@types/loader-utils": "^2.0.3", |
| 95 | + "@types/loader-utils": "^2.0.6", |
97 | 96 | "loader-utils": "^2.0.4",
|
98 | 97 | "promisify-loader-runner": "^1.0.0"
|
99 | 98 | },
|
|
0 commit comments