Skip to content

Commit 6fbdc50

Browse files
fix: change package.json template plugin-shell version (#618)
* fix: change package.json template plugin-shell version * change file
1 parent 2aaf1d3 commit 6fbdc50

13 files changed

Lines changed: 18 additions & 12 deletions

File tree

.changes/plugin-shell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-tauri-app": patch
3+
"create-tauri-app-js": patch
4+
---
5+
6+
Fixed `@tauri-apps/plugin-shell` version in generated templates.

templates/template-angular/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"tslib": "^2.3.0",
2323
"zone.js": "~0.14.2",
2424
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
25-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
25+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
2626
},
2727
"devDependencies": {
2828
"@angular-devkit/build-angular": "^17.0.0",

templates/template-preact-ts/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"preact": "^10.16.0",
1414
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
15-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
15+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.5.0",

templates/template-preact/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"preact": "^10.16.0",
1414
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
15-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
15+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.5.0",

templates/template-react-ts/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
16-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
16+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.15",

templates/template-react/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
16-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
16+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-react": "^4.2.1",

templates/template-solid-ts/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"solid-js": "^1.7.8",
1616
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
17-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
17+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.0.2",

templates/template-solid/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"solid-js": "^1.7.8",
1616
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
17-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
17+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1818
},
1919
"devDependencies": {
2020
"vite": "^5.0.0",

templates/template-svelte-ts/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
15-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
15+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1616
},
1717
"devDependencies": {
1818
"@sveltejs/vite-plugin-svelte": "^3.0.1",

templates/template-svelte/package.json.lte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "{% if alpha %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if alpha %},
14-
"@tauri-apps/plugin-shell": "^>=2.0.0-beta.0"{% endif %}
14+
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
1515
},
1616
"devDependencies": {
1717
"@sveltejs/vite-plugin-svelte": "^3.0.1",

0 commit comments

Comments
 (0)