Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies #3065

Merged
merged 20 commits into from
Jul 20, 2020
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bc03e9f
Bump coverage from 5.1 to 5.2 in /app/requirements (#3019)
dependabot[bot] Jul 10, 2020
a73d088
Bump pytest-xdist from 1.32.0 to 1.33.0 in /app/requirements (#3020)
dependabot[bot] Jul 10, 2020
945e877
Merge branch 'dependencies' of github.com:mozilla/experimenter into d…
jaredlockhart Jul 10, 2020
970c9c3
Bump @testing-library/react in /app/experimenter/static/rapid (#3023)
dependabot[bot] Jul 10, 2020
dace044
Bump @testing-library/react in /app/experimenter/static/core (#3025)
dependabot[bot] Jul 10, 2020
da8f2ae
Bump @types/react in /app/experimenter/static/rapid (#3026)
dependabot[bot] Jul 10, 2020
bc83d31
Bump react-bootstrap in /app/experimenter/static/core (#3027)
dependabot[bot] Jul 10, 2020
e90f921
Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3028)
dependabot[bot] Jul 10, 2020
3ae1e20
Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rap…
dependabot[bot] Jul 10, 2020
ae88b3d
Bump @types/jest from 26.0.0 to 26.0.4 in /app/experimenter/static/ra…
dependabot[bot] Jul 10, 2020
f01c304
Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"
jaredlockhart Jul 10, 2020
a878c22
Bump @typescript-eslint/parser in /app/experimenter/static/rapid (#3031)
dependabot[bot] Jul 13, 2020
a64fb76
Bump react-bootstrap in /app/experimenter/static/core (#3032)
dependabot[bot] Jul 13, 2020
d13f75d
Bump ts-jest from 26.1.1 to 26.1.2 in /app/experimenter/static/rapid …
dependabot[bot] Jul 13, 2020
4aa084b
Bump @types/react in /app/experimenter/static/rapid (#3034)
dependabot[bot] Jul 13, 2020
92db800
Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rap…
dependabot[bot] Jul 13, 2020
2a36a43
Merge branch 'main' into dependencies
jaredlockhart Jul 13, 2020
a1b606a
Fix shared @types/react dependency
jaredlockhart Jul 13, 2020
2f3bbda
Merge branch 'main' into dependencies
jaredlockhart Jul 20, 2020
b6d70c4
Bump lodash from 4.17.15 to 4.17.19 in /app (#3060)
dependabot[bot] Jul 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"
This reverts commit da8f2ae.
  • Loading branch information
jaredlockhart committed Jul 10, 2020
commit f01c304962f5d0027a89105df1bbbe27bd818400
8 changes: 4 additions & 4 deletions app/experimenter/static/rapid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@babel/preset-typescript": "7.10.1",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.5",
"@types/jest": "26.0.4",
"@types/react": "16.9.42",
"@types/jest": "26.0.0",
"@types/react": "16.9.35",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/react-select": "3.0.13",
Expand All @@ -46,7 +46,7 @@
"webpack-cli": "3.3.12"
},
"resolutions": {
"@types/react": "16.9.42"
"@types/react": "16.9.35"
},
"scripts": {
"build": "yarn clean; webpack --mode production --progress",
Expand All @@ -57,4 +57,4 @@
"test": "jest",
"watch": "webpack --watch --mode development --progress"
}
}
}