Skip to content

Commit

Permalink
Update @studiometa/js-toolkit to v3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Apr 17, 2024
1 parent cc8fcd8 commit 050a41a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 167 deletions.
166 changes: 5 additions & 161 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build:types": "tsc --build tsconfig.build.json"
},
"dependencies": {
"@studiometa/js-toolkit": "^2.12.0",
"@studiometa/js-toolkit": "^3.0.0-alpha.3",
"@studiometa/webpack-config": "^6.0.1",
"@studiometa/webpack-config-preset-prototyping": "^6.0.1",
"emmet-monaco-es": "^5.3.2",
Expand Down
6 changes: 1 addition & 5 deletions packages/playground/src/front/js/create-playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ import { setConfig } from './store/config.js';
export function createPlayground(config?: PartialPlaygroundConfig) {
setConfig(config);

return createApp(Playground, {
features: {
asyncChildren: true,
},
});
return createApp(Playground);
}

0 comments on commit 050a41a

Please sign in to comment.