Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update js dependencies #9

Merged
merged 2 commits into from Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/demo/package.json
Expand Up @@ -14,14 +14,14 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.0.0",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.57.1",
"typescript": "4.9.4",
"vite": "4.0.3"
"sass": "1.60.0",
"typescript": "5.0.2",
"vite": "4.2.1"
},
"engines": {
"node": ">=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -15,14 +15,14 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "2.8.1",
"turbo": "1.6.3"
"prettier": "2.8.7",
"turbo": "1.8.6"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@changesets/cli": "2.26.0"
"@changesets/cli": "2.26.1"
},
"packageManager": "yarn@1.22.19"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config-custom/package.json
Expand Up @@ -4,21 +4,21 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"eslint": "8.37.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-formatjs": "4.3.9",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-compat": "4.1.2",
"eslint-plugin-formatjs": "4.9.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/cunningham.ts
@@ -1,5 +1,5 @@
import { glob } from "glob";
import { defaultTokens } from "@openfun/cunningham-tokens";
import { globSync } from "glob";

/**
* This scripts dynamically imports all tokens.ts files from components and load them in a single object that will be
Expand All @@ -9,7 +9,7 @@ import { defaultTokens } from "@openfun/cunningham-tokens";
* them in their own local configuration file. ( cunningham.ts|js )
*/
const components: any = {};
const files = glob.sync("src/components/**/tokens.ts");
const files = globSync("src/components/**/tokens.ts");
files.forEach((file) => {
const importPath = "./" + file.replace(/\.ts$/, "");
const matches = /^.+components\/(.+)\/tokens$/gm.exec(importPath);
Expand Down
52 changes: 26 additions & 26 deletions packages/react/package.json
Expand Up @@ -43,7 +43,7 @@
"@fontsource/material-icons": "4.5.4",
"@fontsource/roboto": "4.5.8",
"@openfun/cunningham-tokens": "*",
"@tanstack/react-table": "8.7.9",
"@tanstack/react-table": "8.8.4",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -52,40 +52,40 @@
"node": ">=16.0.0"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/core": "7.21.3",
"@faker-js/faker": "7.6.0",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-interactions": "6.5.15",
"@storybook/addon-links": "6.5.15",
"@storybook/builder-vite": "0.2.6",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-interactions": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-vite": "0.4.2",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "6.5.15",
"@storybook/react": "6.5.16",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.0.13",
"@testing-library/dom": "8.19.1",
"@testing-library/react": "13.4.0",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.0.0",
"@vitest/coverage-c8": "0.26.3",
"@vitest/ui": "0.26.2",
"babel-loader": "9.1.0",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"@vitest/coverage-c8": "0.29.8",
"@vitest/ui": "0.29.8",
"babel-loader": "9.1.2",
"css-loader": "6.7.3",
"glob": "8.0.3",
"jsdom": "20.0.3",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"typescript": "4.9.4",
"vite": "4.0.3",
"vite-plugin-dts": "1.7.1",
"vite-tsconfig-paths": "4.0.3",
"vitest": "0.26.2",
"glob": "9.3.2",
"jsdom": "21.1.1",
"sass": "1.60.0",
"sass-loader": "13.2.2",
"style-loader": "3.3.2",
"typescript": "5.0.2",
"vite": "4.2.1",
"vite-plugin-dts": "2.1.0",
"vite-tsconfig-paths": "4.0.7",
"vitest": "0.29.8",
"vitest-fetch-mock": "0.2.2"
}
}
20 changes: 10 additions & 10 deletions packages/tokens/package.json
Expand Up @@ -33,22 +33,22 @@
},
"dependencies": {
"chalk": "4.1.2",
"commander": "9.4.1",
"deepmerge": "4.2.2",
"commander": "10.0.0",
"deepmerge": "4.3.1",
"figlet": "1.5.2",
"ts-node": "10.9.1"
},
"devDependencies": {
"@types/figlet": "1.5.5",
"@types/jest": "29.2.4",
"@types/node": "18.11.18",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"eslint-config-custom": "*",
"jest": "29.3.1",
"nodemon": "2.0.20",
"prettier": "2.8.1",
"ts-jest": "29.0.3",
"tsc-alias": "1.8.2",
"typescript": "4.9.4"
"jest": "29.5.0",
"nodemon": "2.0.22",
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"tsc-alias": "1.8.4",
"typescript": "5.0.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down