Skip to content

Commit

Permalink
Merge branch 'main' into wsl2-mirrored-network
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Oct 5, 2024
2 parents e3bd5a0 + e0cb4e2 commit bef7383
Show file tree
Hide file tree
Showing 2 changed files with 927 additions and 920 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"watch": "rollup -w -c"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-env": "^7.25.7",
"@formatjs/intl-segmenter": "^11.5.7",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
Expand All @@ -95,8 +95,8 @@
"@types/which": "^3.0.4",
"@types/ws": "^8.5.12",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@yao-pkg/pkg": "^5.15.0",
"autoprefixer": "^10.4.20",
"bespoke": "bespokejs/bespoke",
Expand All @@ -106,13 +106,13 @@
"css.escape": "^1.5.1",
"cssnano": "^7.0.6",
"debug": "^4.3.7",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"express": "^4.21.0",
"fast-plist": "^0.1.3",
"get-stdin": "^9.0.0",
Expand All @@ -137,11 +137,11 @@
"pptxgenjs": "^3.12.0",
"prettier": "^3.3.3",
"pug": "^3.0.3",
"rollup": "^4.22.4",
"rollup": "^4.24.0",
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"sass": "^1.79.3",
"sass": "^1.79.4",
"strip-ansi": "^7.1.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
Expand All @@ -153,7 +153,7 @@
"typed-emitter": "^2.1.0",
"typescript": "^5.6.2",
"vhtml": "^2.2.0",
"which": "^4.0.0",
"which": "4.0.0",
"wrap-ansi": "^9.0.0",
"yauzl": "^3.1.3",
"zip-stream": "^6.0.1"
Expand All @@ -163,7 +163,7 @@
"@marp-team/marpit": "^3.1.1",
"chokidar": "^4.0.0",
"cosmiconfig": "^9.0.0",
"puppeteer-core": "23.3.0",
"puppeteer-core": "23.5.0",
"serve-index": "^1.9.1",
"sharp": "^0.33.5",
"tmp": "^0.2.3",
Expand All @@ -172,7 +172,8 @@
},
"resolutions": {
"pug": "^3.0.3",
"pug-runtime": "^3.0.1"
"pug-runtime": "^3.0.1",
"cookie": ">=0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit bef7383

Please sign in to comment.