|
1 | 1 | {
|
2 | 2 | "name": "nextron",
|
3 |
| - "version": "9.3.0", |
| 3 | + "version": "9.4.0", |
4 | 4 | "description": "⚡ NEXT.js + Electron ⚡",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
46 | 46 | "prepare": "husky"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "@babel/core": "7.24.7", |
50 |
| - "@babel/plugin-transform-class-properties": "7.24.7", |
51 |
| - "@babel/plugin-transform-object-rest-spread": "7.24.7", |
52 |
| - "@babel/plugin-transform-optional-chaining": "7.24.7", |
53 |
| - "@babel/plugin-transform-runtime": "7.24.7", |
54 |
| - "@babel/preset-env": "7.24.7", |
55 |
| - "@babel/preset-typescript": "7.24.7", |
56 |
| - "@babel/runtime": "7.24.7", |
57 |
| - "@babel/runtime-corejs3": "7.24.7", |
| 49 | + "@babel/core": "7.26.0", |
| 50 | + "@babel/plugin-transform-class-properties": "7.25.9", |
| 51 | + "@babel/plugin-transform-object-rest-spread": "7.25.9", |
| 52 | + "@babel/plugin-transform-optional-chaining": "7.25.9", |
| 53 | + "@babel/plugin-transform-runtime": "7.25.9", |
| 54 | + "@babel/preset-env": "7.26.0", |
| 55 | + "@babel/preset-typescript": "7.26.0", |
| 56 | + "@babel/runtime": "7.26.0", |
| 57 | + "@babel/runtime-corejs3": "7.26.0", |
58 | 58 | "arg": "5.0.2",
|
59 |
| - "babel-loader": "9.1.3", |
| 59 | + "babel-loader": "9.2.1", |
60 | 60 | "chalk": "4.1.2",
|
61 | 61 | "execa": "5.1.1",
|
62 | 62 | "fs-extra": "11.2.0",
|
63 |
| - "get-port-please": "^3.1.2", |
| 63 | + "get-port-please": "3.1.2", |
64 | 64 | "terser-webpack-plugin": "5.3.10",
|
65 | 65 | "tsconfig-paths-webpack-plugin": "4.1.0",
|
66 |
| - "webpack": "5.92.0", |
67 |
| - "webpack-merge": "5.10.0" |
| 66 | + "webpack": "5.96.1", |
| 67 | + "webpack-merge": "6.0.1" |
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 | 70 | "@next/eslint-plugin-next": "^15.0.2",
|
71 | 71 | "@rollup/plugin-babel": "^6.0.4",
|
72 |
| - "@rollup/plugin-commonjs": "^26.0.1", |
73 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
| 72 | + "@rollup/plugin-commonjs": "^28.0.1", |
| 73 | + "@rollup/plugin-node-resolve": "^15.3.0", |
74 | 74 | "@rollup/plugin-terser": "^0.4.4",
|
75 | 75 | "@types/eslint": "^9.6.1",
|
76 | 76 | "@types/fs-extra": "^11.0.4",
|
77 | 77 | "@types/node": "^20.14.2",
|
78 | 78 | "@typescript-eslint/eslint-plugin": "^7.13.0",
|
79 | 79 | "@typescript-eslint/parser": "^7.13.0",
|
80 |
| - "concurrently": "^8.2.2", |
| 80 | + "concurrently": "^9.1.0", |
81 | 81 | "eslint": "^9.14.0",
|
82 | 82 | "eslint-config-next": "^14.2.4",
|
83 | 83 | "eslint-config-prettier": "^9.1.0",
|
|
87 | 87 | "husky": "^9.0.11",
|
88 | 88 | "lint-staged": "^15.2.7",
|
89 | 89 | "prettier": "^3.3.2",
|
90 |
| - "rimraf": "^5.0.7", |
91 |
| - "rollup": "^4.18.0", |
| 90 | + "rimraf": "^6.0.1", |
| 91 | + "rollup": "^4.25.0", |
92 | 92 | "rollup-plugin-auto-external": "^2.0.0",
|
93 |
| - "typescript": "^5.4.5" |
| 93 | + "typescript": "^5.6.3" |
94 | 94 | }
|
95 | 95 | }
|
0 commit comments