📦(all) update packages namespace
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
6097929593
commit
a6681d19ed
@@ -1,4 +1,4 @@
|
||||
import { defaultThemes } from "@openfun/cunningham-tokens";
|
||||
import { defaultThemes } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
const defaultConfig = {
|
||||
themes: {
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "9.7.0",
|
||||
"@openfun/cunningham-react": "*",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@gouvfr-lasuite/cunningham-react": "*",
|
||||
"@gouvfr-lasuite/cunningham-tokens": "*",
|
||||
"@gouvfr-lasuite/typescript-configs": "*",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react-dom": "19.1.3",
|
||||
"@vitejs/plugin-react": "4.4.1",
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
CunninghamProvider,
|
||||
Select,
|
||||
useModal,
|
||||
} from "@openfun/cunningham-react";
|
||||
} from "@gouvfr-lasuite/cunningham-react";
|
||||
import React, { useEffect, useMemo, useState } from "react";
|
||||
import { Create } from "./Create";
|
||||
import { Home } from "./Home";
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
TextArea,
|
||||
useToastProvider,
|
||||
VariantType,
|
||||
} from "@openfun/cunningham-react";
|
||||
} from "@gouvfr-lasuite/cunningham-react";
|
||||
import { faker } from "@faker-js/faker";
|
||||
import { PageProps } from "./App";
|
||||
import { Character, database, randomDates } from "./Character";
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
useToastProvider,
|
||||
VariantType,
|
||||
useModals,
|
||||
} from "@openfun/cunningham-react";
|
||||
} from "@gouvfr-lasuite/cunningham-react";
|
||||
import { PageProps } from "./App";
|
||||
import { database } from "./Character";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { Button, Modal, ModalSize, useModal } from "@openfun/cunningham-react";
|
||||
import { Button, Modal, ModalSize, useModal } from "@gouvfr-lasuite/cunningham-react";
|
||||
|
||||
const Onboarding = () => {
|
||||
const modal = useModal({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@use "sass:map";
|
||||
@use "@openfun/cunningham-react/sass/fonts";
|
||||
@use "@openfun/cunningham-react/sass/icons";
|
||||
@use "@openfun/cunningham-react/style";
|
||||
@use "@gouvfr-lasuite/cunningham-react/sass/fonts";
|
||||
@use "@gouvfr-lasuite/cunningham-react/sass/icons";
|
||||
@use "@gouvfr-lasuite/cunningham-react/style";
|
||||
@use "cunningham-tokens";
|
||||
@use "cunningham-tokens-sass" as *;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@openfun/typescript-configs/react.json",
|
||||
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user