Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wiinxt committed Nov 23, 2022
1 parent 6bd69be commit b0b4800
Show file tree
Hide file tree
Showing 6 changed files with 1,854 additions and 2,410 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"@publicodes/api": "^1.0.0-beta.61",
"@sentry/node": "^7.20.1",
"@sentry/tracing": "^7.20.1",
"@sentry/node": "^7.21.1",
"@sentry/tracing": "^7.21.1",
"got": "^12.5.3",
"ioredis": "^5.2.4",
"koa": "^2.13.4",
Expand All @@ -56,7 +56,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vitest": "^0.25.2",
"vitest": "^0.25.3",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion exoneration-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"js-yaml": "^4.1.0",
"onchange": "^7.1.0",
"publicodes": "^1.0.0-beta.60"
"publicodes": "^1.0.0-beta.61"
},
"peerDependencies": {
"publicodes": "^1.0.0-beta.55"
Expand Down
2 changes: 1 addition & 1 deletion modele-social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"js-yaml": "^4.1.0",
"onchange": "^7.1.0",
"publicodes": "^1.0.0-beta.60"
"publicodes": "^1.0.0-beta.61"
},
"peerDependencies": {
"publicodes": "^1.0.0-beta.55"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"rimraf": "^3.0.2"
},
"packageManager": "yarn@3.3.0",
Expand Down
14 changes: 7 additions & 7 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@react-stately/searchfield": "^3.3.3",
"@react-stately/toggle": "^3.4.3",
"@react-stately/tree": "^3.4.0",
"@sentry/integrations": "^7.20.1",
"@sentry/react": "^7.20.1",
"@sentry/tracing": "^7.20.1",
"@sentry/integrations": "^7.21.1",
"@sentry/react": "^7.21.1",
"@sentry/tracing": "^7.21.1",
"algoliasearch": "^4.14.2",
"exoneration-covid": "workspace:^",
"fuse.js": "^6.6.2",
Expand Down Expand Up @@ -126,21 +126,21 @@
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-react": "^2.2.0",
"cypress": "^11.1.0",
"cypress": "^11.2.0",
"cypress-plugin-tab": "^1.0.5",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.0.3",
"i18next-parser": "^7.0.3",
"netlify-cli": "^12.2.4",
"netlify-cli": "^12.2.6",
"rimraf": "^3.0.2",
"rollup-plugin-toml": "^1.0.0",
"serve-static": "^1.15.0",
"ts-morph": "^17.0.0",
"ts-morph": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-pwa": "^0.13.3",
"vitest": "^0.25.2",
"vitest": "^0.25.3",
"workbox-expiration": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
Expand Down
Loading

0 comments on commit b0b4800

Please sign in to comment.