Skip to content

Commit

Permalink
updating minor dependency versions across packages (redwoodjs#2532)
Browse files Browse the repository at this point in the history
* upgrade minor versions

* TS lint fix
  • Loading branch information
thedavidprice authored and fveauvy committed May 15, 2021
1 parent a25e96a commit 4066e8d
Show file tree
Hide file tree
Showing 13 changed files with 124 additions and 111 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"@babel/preset-typescript": "7.13.0",
"@babel/runtime-corejs3": "7.13.10",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.6",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.1.9",
"@types/jest": "^26.0.23",
"babel-jest": "^26.5.2",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-remove-code": "0.0.6",
"core-js": "3.10.1",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"jest": "^26.5.3",
"lerna": "^3.20.2",
"msw": "^0.28.2",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"npm-packlist": "^2.2.2",
"rimraf": "^3.0.2",
"ttypescript": "^1.5.12",
"typescript": "^4.2.4",
"typescript-transform-paths": "^2.2.2",
"typescript-transform-paths": "^2.2.3",
"whatwg-fetch": "3.4.1"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"chokidar": "3.5.1",
"dotenv-defaults": "2.0.1",
"express": "^4.17.1",
"glob": "7.1.6",
"glob": "7.1.7",
"http-proxy-middleware": "^1.1.0",
"lodash.escape": "^4.0.1",
"morgan": "^1.10.0",
Expand All @@ -28,10 +28,10 @@
},
"devDependencies": {
"@types/aws-lambda": "^8.10.76",
"@types/express": "^4.17.3",
"@types/express": "^4.17.11",
"@types/lodash.escape": "^4.0.6",
"@types/morgan": "^1.9.0",
"@types/qs": "^6.9.1",
"@types/morgan": "^1.9.2",
"@types/qs": "^6.9.6",
"@types/stack-trace": "^0.0.29"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"license": "MIT",
"devDependencies": {
"@auth0/auth0-spa-js": "^1.14.0",
"@supabase/supabase-js": "^1.11.12",
"@supabase/supabase-js": "^1.11.13",
"@types/netlify-identity-widget": "^1.9.1",
"@types/react": "17.0.5",
"firebase": "^8.6.0",
"firebase": "^8.6.1",
"firebase-admin": "^9.7.0",
"gotrue-js": "^0.9.29",
"magic-sdk": "^4.3.0",
"msal": "^1.4.10",
"msal": "^1.4.11",
"netlify-identity-widget": "1.9.1",
"nhost-js-sdk": "^3.0.0-14",
"react": "^17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chalk": "^4.1.1",
"concurrently": "^6.0.2",
"core-js": "3.10.1",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"decamelize": "^4.0.0",
"dotenv-defaults": "^2.0.1",
"envinfo": "^7.8.1",
Expand All @@ -33,8 +33,8 @@
"latest-version": "^5.1.0",
"listr": "^0.14.3",
"listr-verbose-renderer": "^0.6.0",
"lodash": "^4.17.19",
"param-case": "^3.0.3",
"lodash": "^4.17.21",
"param-case": "^3.0.4",
"pascalcase": "^1.0.0",
"pluralize": "^8.0.0",
"prettier": "^2.2.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@storybook/react": "^6.1.21",
"@testing-library/jest-dom": "5.11.6",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/node": "^15.0.3",
"@types/react": "17.0.5",
"@types/react-dom": "^17.0.4",
"@types/react-dom": "^17.0.5",
"@types/webpack": "^4.41.11",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
Expand All @@ -49,11 +49,11 @@
"css-minimizer-webpack-plugin": "^1.2.0",
"dotenv-webpack": "^2.0.0",
"error-overlay-webpack-plugin": "^0.4.1",
"esbuild": "0.11.20",
"esbuild": "0.11.21",
"esbuild-loader": "^2.10.0",
"file-loader": "^6.0.0",
"findup-sync": "^4.0.0",
"glob": "7.1.6",
"glob": "7.1.7",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.4",
"html-webpack-plugin": "^4.0.2",
Expand All @@ -68,7 +68,7 @@
"svg-react-loader": "^0.4.6",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.2.4",
"url-loader": "4.1.0",
"url-loader": "4.1.1",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
Expand All @@ -80,7 +80,7 @@
},
"devDependencies": {
"@types/babel-core": "^6.25.6",
"@types/babel-plugin-tester": "^9.0.0",
"@types/babel-plugin-tester": "^9.0.2",
"babel-plugin-tester": "^9.0.1"
},
"gitHead": "8be6a35c2dfd5aaeb12d55be4f0c77eefceb7762",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"axios": "^0.20.0",
"chalk": "^4.1.1",
"check-node-version": "^4.0.2",
"decompress": "^4.2.0",
"decompress": "^4.2.1",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"listr": "^0.14.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@types/aws-lambda": "^8.10.76",
"@types/express": "^4.17.3",
"@types/morgan": "^1.9.0",
"@types/qs": "^6.9.1",
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
"@types/qs": "^6.9.6",
"@types/require-dir": "^1.0.1",
"@types/stack-trace": "^0.0.29"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/Set.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type SetProps<P> = P & {
children: ReactNode
}

const IdentityWrapper: WrapperType<{}> = ({ children }) => {
const IdentityWrapper: WrapperType<Record<string, any>> = ({ children }) => {
return <>{children}</>
}

Expand Down
6 changes: 3 additions & 3 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"graphql": "^15.3.0",
"lazy-get-decorator": "^2.2.0",
"line-column": "^1.0.2",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"lodash-decorators": "^6.0.1",
"lru-cache": "^6.0.0",
"proxyquire": "^2.1.3",
Expand All @@ -33,9 +33,9 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/lodash": "^4.14.157",
"@types/lodash": "^4.14.169",
"@types/lru-cache": "^5.1.0",
"@types/node": "^15.0.2",
"@types/node": "^15.0.3",
"@types/vscode": "^1.46.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@redwoodjs/internal": "^0.32.2",
"@redwoodjs/router": "^0.32.2",
"@redwoodjs/web": "^0.32.2",
"@testing-library/react": "11.2.6",
"@testing-library/react": "11.2.7",
"@types/react": "17.0.5",
"msw": "^0.28.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.15",
"@apollo/client": "^3.3.18",
"@redwoodjs/auth": "^0.32.2",
"core-js": "3.10.1",
"graphql": "^15.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"devDependencies": {
"cypress": "^5.1.0"
}
}
}
Loading

0 comments on commit 4066e8d

Please sign in to comment.