Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed May 13, 2023
1 parent e70c0c0 commit 3f8af91
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 625 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "^1.15.2",
"@tauri-apps/cli": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@sveltejs/adapter-auto": "^2.0.1",
"@sveltejs/adapter-static": "2.0.2",
"@sveltejs/kit": "^1.16.3",
"@tauri-apps/cli": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.0-beta.5"
"vite": "^4.3.5"
},
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/api": "^1.3.0",
"clsx": "^1.2.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.37.1",
"monaco-editor": "^0.38.0",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^9.0.0"
}
Expand Down
Loading

0 comments on commit 3f8af91

Please sign in to comment.