⬆️(dependencies) update js dependencies
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
"@openfun/cunningham-react": "*",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react": "18.0.26",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"@vitejs/plugin-react": "3.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"sass": "1.56.1",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
"sass": "1.56.2",
|
||||
"typescript": "4.9.4",
|
||||
"vite": "4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "2.8.0",
|
||||
"prettier": "2.8.1",
|
||||
"turbo": "1.6.3"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
"license": "MIT",
|
||||
"main": ".eslintrc.json",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "5.42.0",
|
||||
"@typescript-eslint/parser": "5.42.0",
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-next": "13.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.46.0",
|
||||
"@typescript-eslint/parser": "5.46.0",
|
||||
"eslint": "8.29.0",
|
||||
"eslint-config-next": "13.0.6",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-webpack": "0.13.2",
|
||||
"eslint-plugin-compat": "4.0.2",
|
||||
"eslint-plugin-formatjs": "4.3.4",
|
||||
"eslint-plugin-formatjs": "4.3.8",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.31.10",
|
||||
"eslint-plugin-react": "7.31.11",
|
||||
"eslint-plugin-react-hooks": "4.6.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@@ -40,29 +40,29 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.5",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@storybook/addon-actions": "6.5.13",
|
||||
"@storybook/addon-essentials": "6.5.13",
|
||||
"@storybook/addon-interactions": "6.5.13",
|
||||
"@storybook/addon-links": "6.5.13",
|
||||
"@storybook/addon-actions": "6.5.14",
|
||||
"@storybook/addon-essentials": "6.5.14",
|
||||
"@storybook/addon-interactions": "6.5.14",
|
||||
"@storybook/addon-links": "6.5.14",
|
||||
"@storybook/builder-vite": "0.2.5",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "6.5.13",
|
||||
"@storybook/react": "6.5.14",
|
||||
"@storybook/testing-library": "0.0.13",
|
||||
"@testing-library/dom": "8.19.0",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react": "18.0.26",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"@vitest/ui": "0.25.3",
|
||||
"babel-loader": "8.3.0",
|
||||
"@vitejs/plugin-react": "3.0.0",
|
||||
"@vitest/ui": "0.25.7",
|
||||
"babel-loader": "9.1.0",
|
||||
"css-loader": "6.7.2",
|
||||
"jsdom": "20.0.3",
|
||||
"sass": "1.56.1",
|
||||
"sass": "1.56.2",
|
||||
"sass-loader": "13.2.0",
|
||||
"style-loader": "3.3.1",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4",
|
||||
"typescript": "4.9.4",
|
||||
"vite": "4.0.0",
|
||||
"vite-plugin-dts": "1.7.1",
|
||||
"vitest": "0.25.3"
|
||||
"vitest": "0.25.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,22 +20,22 @@
|
||||
"test": "FORCE_COLOR=1 jest --verbose src/bin/tests"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"chalk": "5.2.0",
|
||||
"commander": "9.4.1",
|
||||
"deepmerge": "4.2.2",
|
||||
"figlet": "1.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "1.5.5",
|
||||
"@types/jest": "29.2.3",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/jest": "29.2.4",
|
||||
"@types/node": "18.11.13",
|
||||
"eslint-config-custom": "*",
|
||||
"jest": "29.3.1",
|
||||
"nodemon": "2.0.20",
|
||||
"prettier": "2.8.0",
|
||||
"prettier": "2.8.1",
|
||||
"ts-jest": "29.0.3",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.9.3"
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
||||
Reference in New Issue
Block a user