Update packages
parent
7333ffd306
commit
0839d5a231
|
@ -2,6 +2,8 @@
|
|||
"bracketSpacing": true,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
||||
"importOrder": [
|
||||
"<BUILTIN_MODULES>",
|
||||
"",
|
||||
|
|
|
@ -43,22 +43,22 @@
|
|||
"modele-social": "workspace:^",
|
||||
"nodemon": "^2.0.22",
|
||||
"publicodes": "^1.0.0-beta.70",
|
||||
"rate-limiter-flexible": "^2.4.1",
|
||||
"rate-limiter-flexible": "^2.4.2",
|
||||
"swagger-ui-dist": "^4.15.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ioredis-mock": "^8.2.2",
|
||||
"@types/koa": "^2.13.6",
|
||||
"@types/koa": "^2.13.8",
|
||||
"@types/koa-static": "^4.0.2",
|
||||
"@types/koa__cors": "^4.0.0",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/node": "^18.17.3",
|
||||
"@types/swagger-ui-dist": "^3.30.1",
|
||||
"chai-http": "^4.4.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.3",
|
||||
"vitest": "^0.32.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vitest": "^0.33.0",
|
||||
"wait-on": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
|
26
package.json
26
package.json
|
@ -38,22 +38,22 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
||||
"@types/got": "^9.6.12",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.9.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
"eslint-plugin-n": "^15.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
"eslint-plugin-import": "^2.28.0",
|
||||
"eslint-plugin-jest": "^27.2.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-n": "^16.0.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-react": "^7.33.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.1",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"@koa/router": "^12.0.0",
|
||||
"bree": "^9.1.3",
|
||||
"crisp-api": "=6.4.1",
|
||||
"dotenv": "^16.1.4",
|
||||
"dotenv": "^16.3.1",
|
||||
"got": "^13.0.0",
|
||||
"koa": "^2.14.2",
|
||||
"koa-body": "^6.0.1",
|
||||
|
@ -29,13 +29,13 @@
|
|||
"nodemon": "^2.0.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.13.6",
|
||||
"@types/koa": "^2.13.8",
|
||||
"@types/koa__cors": "^4.0.0",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/node": "^18.17.3",
|
||||
"@types/safe-timers": "^1.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.3"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18"
|
||||
|
|
|
@ -66,8 +66,8 @@
|
|||
"exoneration-covid": "workspace:^",
|
||||
"focus-trap-react": "^10.0.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"iframe-resizer": "^4.3.2",
|
||||
"isbot": "^3.6.5",
|
||||
"iframe-resizer": "^4.3.6",
|
||||
"isbot": "^3.6.13",
|
||||
"markdown-to-jsx": "^7.1.9",
|
||||
"modele-social": "workspace:^",
|
||||
"publicodes": "^1.0.0-beta.70",
|
||||
|
@ -93,16 +93,16 @@
|
|||
"reduce-reducers": "^1.0.4",
|
||||
"redux": "^4.2.0",
|
||||
"reselect": "^4.1.7",
|
||||
"styled-components": "^5.3.6",
|
||||
"styled-components": "^6.0.5",
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-types/accordion": "^3.0.0-alpha.11",
|
||||
"@react-types/numberfield": "^3.4.0",
|
||||
"@react-types/searchfield": "^3.4.0",
|
||||
"@redux-devtools/extension": "^3.2.3",
|
||||
"@redux-devtools/extension": "^3.2.5",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@rollup/plugin-yaml": "^4.0.1",
|
||||
"@rollup/plugin-yaml": "^4.1.1",
|
||||
"@rushstack/package-deps-hash": "^3.2.64",
|
||||
"@storybook/addon-a11y": "^7.0.5",
|
||||
"@storybook/addon-actions": "^7.0.5",
|
||||
|
@ -113,23 +113,23 @@
|
|||
"@storybook/react": "^7.0.5",
|
||||
"@storybook/react-vite": "^7.0.5",
|
||||
"@storybook/testing-library": "^0.1.0",
|
||||
"@swc/plugin-styled-components": "^1.5.43",
|
||||
"@swc/plugin-styled-components": "^1.5.70",
|
||||
"@types/history": "^5.0.0",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/react": "^18.2.18",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/react-instantsearch-dom": "^6.12.3",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/react-redux": "^7.1.25",
|
||||
"@types/recharts": "^1.8.24",
|
||||
"@types/serve-static": "^1.15.0",
|
||||
"@types/serve-static": "^1.15.2",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@vitejs/plugin-legacy": "^4.0.1",
|
||||
"@vitejs/plugin-react-swc": "^3.2.0",
|
||||
"@vitejs/plugin-legacy": "^4.1.1",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"cypress": "^12.5.1",
|
||||
"cypress-axe": "^1.1.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"cypress-wait-until": "^1.7.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"i18next-parser": "^7.7.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"i18next-parser": "^8.3.0",
|
||||
"netlify-cli": "^12.2.8",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup-plugin-toml": "^1.0.0",
|
||||
|
@ -137,16 +137,16 @@
|
|||
"storybook": "^7.0.5",
|
||||
"ts-morph": "^17.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.1.3",
|
||||
"vite-plugin-pwa": "^0.14.4",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-pwa": "^0.16.4",
|
||||
"vitest": "^0.33.0",
|
||||
"workbox-expiration": "^6.5.4",
|
||||
"workbox-navigation-preload": "^6.5.4",
|
||||
"workbox-precaching": "^6.5.4",
|
||||
"workbox-routing": "^6.5.4",
|
||||
"workbox-strategies": "^6.5.4",
|
||||
"workbox-window": "^6.5.4",
|
||||
"workbox-expiration": "^7.0.0",
|
||||
"workbox-navigation-preload": "^7.0.0",
|
||||
"workbox-precaching": "^7.0.0",
|
||||
"workbox-routing": "^7.0.0",
|
||||
"workbox-strategies": "^7.0.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"xml2js": "^0.4.23",
|
||||
"yaml": "^2.1.3"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue