Skip to content

Commit

Permalink
bump up !
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 committed Nov 6, 2023
1 parent ecef3f7 commit 234765a
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 279 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@rollup/plugin-alias": "4.0.2",
"@rollup/plugin-commonjs": "23.0.4",
"@rollup/plugin-node-resolve": "15.0.1",
"@sveltejs/vite-plugin-svelte": "1.1.1",
"@sveltejs/vite-plugin-svelte": "2.4.6",
"@tsconfig/svelte": "5.0.2",
"@types/node": "18.11.12",
"@types/wicg-file-system-access": "2020.9.5",
"@wessberg/rollup-plugin-ts": "2.0.4",
"autoprefixer": "10.4.13",
"carbon-preprocess-svelte": "0.9.1",
"carbon-preprocess-svelte": "0.10.0",
"eslint": "8.26.0",
"postcss": "8.4.19",
"rollup": "3.2.5",
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-svelte": "7.1.6",
"rollup-plugin-visualizer": "5.8.3",
"svelte": "3.52.0",
"svelte-check": "2.9.2",
"svelte-preprocess": "4.10.7",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"svelte-preprocess": "5.0.4",
"terser": "^5.15.1",
"tslib": "2.4.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "3.2.5",
"vite": "4.5.0",
"vitest": "^0.34.6"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"useDefineForClassFields": true,
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"types": ["vite/client", "@types/jest"]
"types": ["vite/client"]
},
"include": [
"src/**/*.d.ts",
Expand Down
File renamed without changes.
Loading

0 comments on commit 234765a

Please sign in to comment.