Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Nov 16, 2024
1 parent a30b337 commit aa92cde
Show file tree
Hide file tree
Showing 9 changed files with 1,062 additions and 1,931 deletions.
14 changes: 7 additions & 7 deletions packages/html-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"sonda": "workspace:^",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"svelte": "^5.2.2",
"svelte-check": "^4.0.9",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-restart": "^0.4.1",
"vite-plugin-singlefile": "^2.0.2"
"vite-plugin-singlefile": "^2.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/sonda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"open": "^10.1.0"
},
"devDependencies": {
"@rspack/core": "^1.0.14",
"@vitest/coverage-v8": "^2.1.4",
"@rspack/core": "^1.1.1",
"@vitest/coverage-v8": "^2.1.5",
"esbuild": "^0.24.0",
"load-source-map": "workspace:^",
"rollup": "^4.24.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"rollup": "^4.27.2",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"webpack": "^5.96.1"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-sourcemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "pnpm run build:load-source-map && pnpm run build:dist"
},
"dependencies": {
"unplugin": "^1.15.0"
"unplugin": "^1.16.0"
},
"devDependencies": {
"load-source-map": "workspace:^"
Expand Down
8 changes: 4 additions & 4 deletions playground/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
"ckeditor5": "43.3.1"
},
"devDependencies": {
"esbuild": "^0.23.1",
"sonda": "workspace:^*",
"unplugin-sourcemaps": "workspace:^*"
"esbuild": "^0.24.0",
"sonda": "workspace:^",
"unplugin-sourcemaps": "workspace:^"
}
}
12 changes: 6 additions & 6 deletions playground/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
"ckeditor5": "43.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.24.0",
"rollup": "^4.27.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sonda": "workspace:^*",
"unplugin-sourcemaps": "workspace:^*"
"sonda": "workspace:^",
"unplugin-sourcemaps": "workspace:^"
}
}
8 changes: 4 additions & 4 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
"ckeditor5": "43.3.1"
},
"devDependencies": {
"@rspack/cli": "^1.0.10",
"sonda": "workspace:^*",
"unplugin-sourcemaps": "workspace:^*"
"@rspack/cli": "^1.1.1",
"sonda": "workspace:^",
"unplugin-sourcemaps": "workspace:^"
}
}
9 changes: 4 additions & 5 deletions playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
"ckeditor5": "43.3.1"
},
"devDependencies": {
"esbuild": "^0.23.1",
"unplugin-sourcemaps": "workspace:^*",
"sonda": "workspace:^*",
"vite": "^5.4.1",
"sonda": "workspace:^",
"unplugin-sourcemaps": "workspace:^",
"vite": "^5.4.11",
"vite-plugin-virtual": "^0.3.0"
}
}
12 changes: 6 additions & 6 deletions playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"ckeditor5": "43.2.0"
"ckeditor5": "43.3.1"
},
"devDependencies": {
"@types/webpack": "^5.28.5",
"css-loader": "^6.11.0",
"mini-css-extract-plugin": "^2.9.1",
"sonda": "workspace:^*",
"unplugin-sourcemaps": "workspace:^*",
"webpack": "^5.89.0",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"sonda": "workspace:^",
"unplugin-sourcemaps": "workspace:^",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit aa92cde

Please sign in to comment.