Update packages
parent
29a426519a
commit
017949bf4a
File diff suppressed because one or more lines are too long
|
@ -7,5 +7,7 @@ plugins:
|
|||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
||||
spec: "@yarnpkg/plugin-version"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|
||||
|
|
|
@ -28,34 +28,34 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-cli": "^4.0.4",
|
||||
"@koa/cors": "^3.3.0",
|
||||
"@koa/router": "^10.1.1",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@koa/router": "^12.0.0",
|
||||
"@publicodes/api": "^1.0.0-beta.61",
|
||||
"@sentry/node": "^7.1.1",
|
||||
"@sentry/tracing": "^7.1.1",
|
||||
"got": "^12.5.1",
|
||||
"ioredis": "^5.2.3",
|
||||
"@sentry/node": "^7.19.0",
|
||||
"@sentry/tracing": "^7.19.0",
|
||||
"got": "^12.5.3",
|
||||
"ioredis": "^5.2.4",
|
||||
"koa": "^2.13.4",
|
||||
"koa-body": "^5.0.0",
|
||||
"koa-body": "^6.0.1",
|
||||
"koa-static": "^5.0.0",
|
||||
"modele-social": "workspace:^",
|
||||
"nodemon": "^2.0.16",
|
||||
"nodemon": "^2.0.20",
|
||||
"publicodes": "^1.0.0-beta.61",
|
||||
"rate-limiter-flexible": "^2.3.8",
|
||||
"swagger-ui-dist": "^4.11.1"
|
||||
"rate-limiter-flexible": "^2.4.1",
|
||||
"swagger-ui-dist": "^4.15.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.13.4",
|
||||
"@types/koa": "^2.13.5",
|
||||
"@types/koa-static": "^4.0.2",
|
||||
"@types/koa__cors": "^3.3.0",
|
||||
"@types/koa__router": "^8.0.11",
|
||||
"@types/node": "^17.0.35",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/swagger-ui-dist": "^3.30.1",
|
||||
"chai-http": "^4.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4",
|
||||
"vitest": "^0.24.0",
|
||||
"typescript": "^4.9.3",
|
||||
"vitest": "^0.25.2",
|
||||
"wait-on": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"devDependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"onchange": "^7.1.0",
|
||||
"publicodes": "=1.0.0-beta.55"
|
||||
"publicodes": "^1.0.0-beta.60"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"publicodes": "^1.0.0-beta.55"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"onchange": "^7.1.0",
|
||||
"publicodes": "^1.0.0-beta.55"
|
||||
"publicodes": "^1.0.0-beta.60"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"publicodes": "^1.0.0-beta.55"
|
||||
|
|
12
package.json
12
package.json
|
@ -34,14 +34,6 @@
|
|||
"i18n:check": "yarn workspace site i18n:check",
|
||||
"i18n:translate": "yarn workspace site i18n:translate"
|
||||
},
|
||||
"//": "Resolve conflicts with @types/... in api and server",
|
||||
"resolutions": {
|
||||
"@types/cacheable-request": "8.3.1",
|
||||
"@types/responselike": "^1.0.0",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"styled-components": "^5.3.5",
|
||||
"@types/chai": "^4.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
|
@ -54,9 +46,9 @@
|
|||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.5.3",
|
||||
"eslint-plugin-jest": "^26.9.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
"eslint-plugin-n": "^15.4.0",
|
||||
"eslint-plugin-n": "^15.5.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
|
|
|
@ -17,25 +17,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@breejs/later": "^4.1.0",
|
||||
"@koa/cors": "^3.4.1",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@koa/router": "^12.0.0",
|
||||
"bree": "^9.1.2",
|
||||
"crisp-api": "6.3.0",
|
||||
"crisp-api": "7.0.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"got": "^12.5.1",
|
||||
"got": "^12.5.3",
|
||||
"koa": "^2.13.4",
|
||||
"koa-body": "^5.0.0",
|
||||
"mongodb": "^4.10.0",
|
||||
"koa-body": "^6.0.1",
|
||||
"mongodb": "^4.11.0",
|
||||
"nodemon": "^2.0.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.13.5",
|
||||
"@types/koa__cors": "^3.3.0",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.8.3",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/safe-timers": "^1.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16"
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
"target": "es5",
|
||||
"module": "ESNext",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress", "cypress-plugin-tab/src", "node"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
"types": ["cypress", "cypress-plugin-tab/src", "node"]
|
||||
},
|
||||
"include": ["**/*.ts", "../cypress.config.ts"]
|
||||
}
|
||||
|
|
|
@ -48,97 +48,97 @@
|
|||
"build:storybook": "build-storybook"
|
||||
},
|
||||
"dependencies": {
|
||||
"@axe-core/react": "^4.4.4",
|
||||
"@internationalized/number": "^3.0.3",
|
||||
"@react-aria/accordion": "^3.0.0-alpha.5",
|
||||
"@react-aria/button": "^3.4.1",
|
||||
"@react-aria/checkbox": "^3.2.3",
|
||||
"@react-aria/dialog": "^3.1.6",
|
||||
"@react-aria/i18n": "^3.3.2",
|
||||
"@react-aria/numberfield": "^3.1.0",
|
||||
"@react-aria/overlays": "^3.7.5",
|
||||
"@react-aria/progress": "^3.1.3",
|
||||
"@react-aria/radio": "^3.1.5",
|
||||
"@react-aria/searchfield": "^3.2.0",
|
||||
"@react-aria/select": "^3.5.0",
|
||||
"@react-aria/ssr": "^3.1.0",
|
||||
"@react-aria/switch": "^3.1.5",
|
||||
"@react-aria/textfield": "^3.4.0",
|
||||
"@axe-core/react": "^4.5.1",
|
||||
"@internationalized/number": "^3.1.1",
|
||||
"@react-aria/accordion": "^3.0.0-alpha.13",
|
||||
"@react-aria/button": "^3.6.3",
|
||||
"@react-aria/checkbox": "^3.7.0",
|
||||
"@react-aria/dialog": "^3.4.1",
|
||||
"@react-aria/i18n": "^3.6.2",
|
||||
"@react-aria/numberfield": "^3.3.3",
|
||||
"@react-aria/overlays": "^3.12.0",
|
||||
"@react-aria/progress": "^3.3.3",
|
||||
"@react-aria/radio": "^3.4.1",
|
||||
"@react-aria/searchfield": "^3.4.3",
|
||||
"@react-aria/select": "^3.8.3",
|
||||
"@react-aria/ssr": "^3.4.0",
|
||||
"@react-aria/switch": "^3.3.0",
|
||||
"@react-aria/textfield": "^3.8.0",
|
||||
"@react-pdf/renderer": "^3.0.1",
|
||||
"@react-stately/radio": "^3.3.2",
|
||||
"@react-stately/searchfield": "^3.1.3",
|
||||
"@react-stately/toggle": "^3.2.3",
|
||||
"@react-stately/tree": "^3.2.3",
|
||||
"@sentry/integrations": "^6.19.6",
|
||||
"@sentry/react": "^6.19.6",
|
||||
"@sentry/tracing": "^6.19.6",
|
||||
"algoliasearch": "^4.10.2",
|
||||
"@react-stately/radio": "^3.6.1",
|
||||
"@react-stately/searchfield": "^3.3.3",
|
||||
"@react-stately/toggle": "^3.4.3",
|
||||
"@react-stately/tree": "^3.4.0",
|
||||
"@sentry/integrations": "^7.19.0",
|
||||
"@sentry/react": "^7.19.0",
|
||||
"@sentry/tracing": "^7.19.0",
|
||||
"algoliasearch": "^4.14.2",
|
||||
"exoneration-covid": "workspace:^",
|
||||
"fuse.js": "^6.4.6",
|
||||
"fuse.js": "^6.6.2",
|
||||
"iframe-resizer": "^4.3.2",
|
||||
"isbot": "^3.5.0",
|
||||
"isbot": "^3.6.5",
|
||||
"markdown-to-jsx": "^7.1.7",
|
||||
"modele-social": "workspace:^",
|
||||
"publicodes": "^1.0.0-beta.61",
|
||||
"publicodes-react": "^1.0.0-beta.61",
|
||||
"react": "^17.0.0",
|
||||
"react-colorful": "^5.5.1",
|
||||
"react-dom": "^17.0.0",
|
||||
"react-easy-emoji": "^1.6.1",
|
||||
"react-helmet-async": "^1.1.2",
|
||||
"react-i18next": "^11.0.0",
|
||||
"react-instantsearch": "^6.11.2",
|
||||
"react-instantsearch-dom": "^6.11.2",
|
||||
"react-redux": "^7.2.8",
|
||||
"react": "^18.2.0",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-easy-emoji": "^1.8.0",
|
||||
"react-helmet-async": "^1.3.0",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-instantsearch": "^6.38.1",
|
||||
"react-instantsearch-dom": "^6.38.1",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-signature-pad-wrapper": "^1.2.11",
|
||||
"react-spring": "^9.3.1",
|
||||
"react-use-measure": "^2.0.4",
|
||||
"recharts": "2.1.12",
|
||||
"react-signature-pad-wrapper": "^3.3.1",
|
||||
"react-spring": "^9.5.5",
|
||||
"react-use-measure": "^2.1.1",
|
||||
"recharts": "2.1.16",
|
||||
"reduce-reducers": "^1.0.4",
|
||||
"redux": "^4.1.2",
|
||||
"styled-components": "^5.3.1",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
"redux": "^4.2.0",
|
||||
"styled-components": "^5.3.6",
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-types/accordion": "^3.0.0-alpha.4",
|
||||
"@react-types/numberfield": "^3.1.0",
|
||||
"@react-types/searchfield": "^3.1.2",
|
||||
"@redux-devtools/extension": "^3.2.2",
|
||||
"@react-types/accordion": "^3.0.0-alpha.11",
|
||||
"@react-types/numberfield": "^3.3.5",
|
||||
"@react-types/searchfield": "^3.3.5",
|
||||
"@redux-devtools/extension": "^3.2.3",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-yaml": "^3.1.0",
|
||||
"@rushstack/package-deps-hash": "^3.2.20",
|
||||
"@storybook/addon-actions": "^6.5.0-alpha.49",
|
||||
"@storybook/addon-essentials": "^6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "^6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "^6.5.0-alpha.49",
|
||||
"@rushstack/package-deps-hash": "^3.2.62",
|
||||
"@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/builder-vite": "^0.2.5",
|
||||
"@storybook/react": "^6.5.0-alpha.49",
|
||||
"@storybook/testing-library": "^0.0.9",
|
||||
"@storybook/react": "^6.5.13",
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"@types/history": "^5.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-color": "^3.0.1",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/react-instantsearch-dom": "^6.10.1",
|
||||
"@types/react-redux": "^7.1.23",
|
||||
"@types/recharts": "^1.8.23",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/react-instantsearch-dom": "^6.12.3",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/recharts": "^1.8.24",
|
||||
"@types/serve-static": "^1.15.0",
|
||||
"@types/styled-components": "^5.1.24",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@vitejs/plugin-legacy": "^2.3.1",
|
||||
"@vitejs/plugin-react": "^3.0.0-alpha.0",
|
||||
"cypress": "^10.11.0",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"cypress": "^11.1.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"cypress-wait-until": "^1.7.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"i18next-parser": "^6.0.0",
|
||||
"netlify-cli": "^12.1.1",
|
||||
"i18next-parser": "^7.0.3",
|
||||
"netlify-cli": "^12.2.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup-plugin-toml": "^1.0.0",
|
||||
"serve-static": "^1.15.0",
|
||||
"ts-morph": "^13.0.3",
|
||||
"ts-morph": "^16.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^3.2.3",
|
||||
"typescript": "^4.9.3",
|
||||
"vite": "^3.2.4",
|
||||
"vite-plugin-pwa": "^0.13.3",
|
||||
"vitest": "^0.25.2",
|
||||
"workbox-expiration": "^6.5.4",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"target": "esnext",
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react-jsx",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
|
|
Loading…
Reference in New Issue