Skip to content

Commit

Permalink
fix: updated tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 28, 2023
1 parent c27256c commit fd21533
Show file tree
Hide file tree
Showing 9 changed files with 7,701 additions and 5,221 deletions.
2 changes: 1 addition & 1 deletion .versionrc.js → .versionrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const tracker = {
filename: './src-tauri/Cargo.toml',
updater: require('./tauriVersioner')
updater: require('./tauriVersioner.cjs')
}

module.exports = {
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.akylas.mbview",
"type":"module",
"repository": {
"type": "git",
"url": "git+https://github.com/Akylas/mbview-rs.git"
Expand Down Expand Up @@ -36,31 +37,31 @@
"release": "standard-version --commit-all --preset angular"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@sveltejs/vite-plugin-svelte": "1.1.0",
"@tauri-apps/api": "1.1.0",
"@tauri-apps/cli": "1.1.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@sveltejs/vite-plugin-svelte": "2.4.1",
"@tauri-apps/api": "1.3.0",
"@tauri-apps/cli": "1.3.1",
"@tauri-apps/toml": "^2.2.4",
"@types/geojson": "^7946.0.10",
"@types/mapbox__tilebelt": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"cssnano": "^6.0.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"node-sass": "^7.0.3",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"sass": "^1.56.0",
"node-sass": "^9.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.62.1",
"standard-version": "^9.5.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.8.4",
"vite": "^3.2.3"
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.0.4",
"vite": "^3.2.7"
},
"dependencies": {
"@geoffcox/svelte-splitter": "^1.0.1",
Expand All @@ -70,13 +71,13 @@
"carbon-components-svelte": "0.70.12",
"carbon-icons-svelte": "^11.4.0",
"events": "^3.3.0",
"highlight.js": "^11.6.0",
"highlight.js": "^11.8.0",
"mapbox-gl-controls": "^2.3.5",
"maplibre-gl": "^2.4.0",
"maplibre-gl": "^3.0.0",
"pbf": "^3.2.1",
"randomcolor": "^0.6.2",
"svelte-highlight": "^6.2.1",
"svelte-i18n": "^3.4.0",
"svelte-highlight": "^7.3.0",
"svelte-i18n": "^3.6.0",
"svelte-tauri-filedrop": "^1.0.0"
},
"version": "1.1.0"
Expand Down
Loading

0 comments on commit fd21533

Please sign in to comment.