Skip to content

Commit

Permalink
upgrade lunatic and stories file management
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 11, 2024
1 parent 57b24cd commit dfd1c2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@codegouvfr/react-dsfr": "^1.7.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@inseefr/lunatic": "3.0.0-rc.6",
"@inseefr/lunatic": "3.0.0-rc.8",
"@mui/material": "^5.15.11",
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Orchestrator } from "stories/utils/Orchestrator";
import { source } from "./source";
import { source } from "./default";
import type { StoryObj, Meta } from "@storybook/react";

import defaultArgTypes from "../utils/default-arg-types";
Expand Down
File renamed without changes.
46 changes: 0 additions & 46 deletions src/stories/summary/data.json

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@inseefr/[email protected].6":
version "3.0.0-rc.6"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.0.0-rc.6.tgz#10f931fd8514676f1705cae131f98d5acfe73fc5"
integrity sha512-xngeO6S3ivKP9G3YwSnkO6LHsdN2OAp1n8JNsiymjKU6KOYOIa+g0aiPzdG7noixM+I0cnkVOoSgBq8IUiUi/Q==
"@inseefr/[email protected].8":
version "3.0.0-rc.8"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-3.0.0-rc.8.tgz#18f5d66ce91a2cd4052a42a6b261b76f6a046751"
integrity sha512-DkgAZXfJeixMzmlDf/54Xvir9BmVl2+wzZHj53wjJ+539dhID+s8enweZc2nhiO96qb5a3EsrwAEG5a6bCo6nw==
dependencies:
"@inseefr/trevas" "^0.1.20"
"@inseefr/vtl-2.0-antlr-tools" "^0.1.0"
Expand Down

0 comments on commit dfd1c2c

Please sign in to comment.