Skip to content

Commit

Permalink
deps: update a4 hash and required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Feb 20, 2023
1 parent 837c955 commit 4363550
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ help:

.PHONY: install
install:
npm install --no-save --legacy-peer-deps
npm install --no-save
npm run build
if [ ! -f $(VIRTUAL_ENV)/bin/python3 ]; then python3 -m venv $(VIRTUAL_ENV); fi
$(VIRTUAL_ENV)/bin/python3 -m pip install --upgrade -r requirements/dev.txt
Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,51 @@
"repository": "https://github.com/liqd/euth_wagtail.git",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"adhocracy4": "github:liqd/adhocracy4#opin-v2204",
"adhocracy4": "github:liqd/adhocracy4#mB-v2206.1",
"bootstrap": "5.1.3",
"css-loader": "6.7.1",
"datepicker": "git+https://github.com/liqd/datePicker.git",
"flatpickr": "4.6.13",
"immutability-helper": "3.1.1",
"jquery": "3.6.0",
"jquery": "3.6.1",
"js-cookie": "3.0.1",
"leaflet": "1.7.1",
"leaflet": "1.8.0",
"leaflet-draw": "1.0.4",
"leaflet.markercluster": "github:liqd/Leaflet.markercluster#5ed89b26922c51083fc9632a2c01425b9261a0f5",
"mapbox-gl": "1.13.2",
"mapbox-gl-leaflet": "0.0.15",
"mini-css-extract-plugin": "2.6.1",
"node-sass": "7.0.1",
"node-sass": "^7.0.3",
"path-browserify": "1.0.1",
"popper": "^1.0.1",
"postcss-loader": "6.2.1",
"prop-types": "15.8.1",
"react-flip-move": "3.0.4",
"react-popper": "^2.3.0",
"react-slick": "^0.29.0",
"sass-loader": "12.6.0",
"slick-carousel": "1.8.1",
"slick-carousel": "git+https://github.com/liqd/slick#pm-2019-07-overwrites",
"terser-webpack-plugin": "5.3.3",
"typeahead.js": "0.11.1"
},
"devDependencies": {
"@babel/compat-data": "7.17.10",
"@babel/core": "7.18.2",
"@babel/eslint-parser": "7.18.2",
"@babel/plugin-transform-modules-commonjs": "7.18.2",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/runtime": "7.18.3",
"autoprefixer": "10.4.13",
"@babel/eslint-parser": "7.18.2",
"babel-loader": "8.2.5",
"copy-webpack-plugin": "10.2.4",
"eslint": "8.16.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A4
git+https://github.com/liqd/adhocracy4.git@opin-v2204#egg=adhocracy4
git+https://github.com/liqd/adhocracy4.git@mB-v2206.1#egg=adhocracy4

# Additional requirements
bcrypt==3.2.0
Expand Down

0 comments on commit 4363550

Please sign in to comment.