Skip to content
Snippets Groups Projects
Commit 3cc30b68 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Update dependencies including bumping node to the latest LTS 16.13.0

parent 1022e3a6
No related branches found
No related tags found
1 merge request!138Update dependencies including bumping node to the latest LTS 16.13.0
FROM node:14-stretch
FROM node:16-stretch
WORKDIR /assets
......
This diff is collapsed.
......@@ -32,7 +32,7 @@
"watch:js": "mkdir -p dist/scripts && npm run build:wdfnviz && npm run build:uswdsjs && rollup -c --watch"
},
"engines": {
"node": "14.18.1"
"node": "16.13.0"
},
"repository": {
"type": "git",
......@@ -45,36 +45,36 @@
},
"homepage": "https://github.com/usgs/waterdataui#readme",
"devDependencies": {
"@rollup/plugin-alias": "3.1.5",
"@rollup/plugin-alias": "3.1.8",
"@rollup/plugin-buble": "0.21.3",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-replace": "3.0.0",
"autoprefixer": "10.3.7",
"buble": "0.20.0",
"buble-jest": "1.0.1",
"concat": "1.0.3",
"eslint": "8.0.0",
"eslint-plugin-jest": "25.0.5",
"eslint": "8.1.0",
"eslint-plugin-jest": "25.2.2",
"gulp": "4.0.2",
"gulp-rev-all": "3.0.0",
"isparta": "4.1.1",
"jest": "27.2.5",
"jest": "27.3.1",
"jest-mock-console": "1.2.3",
"nodemon": "2.0.13",
"nodemon": "2.0.14",
"npm-run-all": "4.1.5",
"postcss": "8.3.9",
"postcss": "8.3.11",
"postcss-cli": "9.0.1",
"postcss-csso": "5.0.1",
"postcss-flexbugs-fixes": "5.0.2",
"rollup": "2.58.0",
"rollup": "2.58.3",
"rollup-plugin-terser": "7.0.2",
"sass": "1.42.1",
"sass": "1.43.3",
"sinon": "11.1.2",
"stylelint": "13.13.1",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "3.21.0",
"stylelint": "14.0.1",
"stylelint-config-recommended-scss": "5.0.0",
"stylelint-scss": "4.0.0",
"terser": "5.9.0"
},
"dependencies": {
......@@ -90,15 +90,15 @@
"esri-leaflet": "3.0.3",
"fast-memoize": "2.5.2",
"leaflet": "1.7.1",
"leaflet-gesture-handling": "1.2.1",
"leaflet.markercluster": "1.5.1",
"leaflet-gesture-handling": "1.2.2",
"leaflet.markercluster": "1.5.3",
"list.js": "2.3.1",
"lodash": "4.17.21",
"luxon": "2.0.2",
"raf-throttle": "2.0.5",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"redux-thunk": "2.4.0",
"reselect": "4.1.0",
"wdfn-viz": "1.14.1"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment