Skip to content

Commit 46804b9

Browse files
committed
Use forked modele-social
1 parent bd63263 commit 46804b9

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

packages/social/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@akimeo/fiscal": "workspace:*",
2424
"@akimeo/modele": "workspace:*",
2525
"es-toolkit": "catalog:",
26-
"modele-social": "catalog:",
26+
"@akimeo/modele-social": "catalog:",
2727
"publicodes": "catalog:"
2828
},
2929
"devDependencies": {

packages/social/src/create-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import rules from "modele-social";
1+
import rules from "@akimeo/modele-social";
22
import Engine from "publicodes";
33

44
export function createEngine(): Engine {

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ catalog:
5959
lodash.merge: ^4.6.2
6060
lodash.set: ^4.3.2
6161
lucide-react: 0.525.0
62-
modele-social: ^10.0.0
62+
"@akimeo/modele-social": ^10.0.1
6363
plausible-tracker: ^0.3.9
6464
playwright: ^1.54.1
6565
prettier: 3.6.2

0 commit comments

Comments
 (0)