Skip to content

Commit

Permalink
Merge branch 'master' into update-js-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Jul 22, 2023
2 parents bb83583 + 4596db1 commit 6398ec9
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 161 deletions.
2 changes: 1 addition & 1 deletion example_project/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ beautifulsoup4==4.12.2
django-mptt==0.14.0
django-webtest==1.9.10
cssselect==1.2.0
lxml==4.9.2
lxml==4.9.3
playwright==1.35.0
psycopg2-binary==2.9.6
pyquery==2.0.0
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@babel/preset-typescript": "^7.22.5",
"@types/cookie": "^0.5.1",
"@types/jquery": "^3.5.16",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@types/node": "^20.4.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"sass": "^1.63.6",
"sass": "^1.64.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6398ec9

Please sign in to comment.