Skip to content

Commit

Permalink
perf: speed-up bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Mar 11, 2022
1 parent 7716174 commit c845bb0
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 295 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,29 @@
"@okikio/native": "^3.0.1",
"@okikio/sharedworker": "^1.0.3",
"countapi-js": "^1.0.2",
"esbuild-wasm": "^0.14.23",
"esbuild-wasm": "^0.14.25",
"monaco-editor": "^0.32.1",
"pako": "^2.0.4",
"parse-package-name": "^1.0.0",
"pretty-bytes": "^6.0.0",
"resolve.exports": "^1.1.0",
"solid-js": "^1.3.9",
"solid-js": "^1.3.12",
"typescript": "^4.6.2",
"web-animations-js": "^2.3.2",
"workbox-window": "^6.5.0"
"workbox-window": "^6.5.1"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@csstools/postcss-sass": "^5.0.0",
"@csstools/postcss-sass": "^5.0.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.21",
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"commitizen": "^4.2.4",
"del": "^6.0.0",
"esbuild": "^0.14.23",
"esbuild": "^0.14.25",
"esbuild-plugin-solid": "^0.4.2",
"gulp": "^4.0.2",
"gulp-esbuild": "^0.10.2",
Expand All @@ -98,7 +98,7 @@
"hastscript": "^7.0.2",
"husky": "^7.0.4",
"jstransformer-markdown-it": "^2.1.0",
"postcss": "^8.4.7",
"postcss": "^8.4.8",
"postcss-csso": "^6.0.0",
"postcss-scss": "^4.0.3",
"posthtml-parser": "^0.10.2",
Expand All @@ -114,6 +114,6 @@
"tailwindcss": "^3.0.23",
"tiny-glob": "^0.2.9",
"tsm": "^2.2.1",
"workbox-build": "^6.5.0"
"workbox-build": "^6.5.1"
}
}
Loading

0 comments on commit c845bb0

Please sign in to comment.