Skip to content

Commit

Permalink
Sync app package json
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jul 10, 2023
1 parent d52b70f commit dfaed53
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,23 @@
"not ie 11"
],
"dependencies": {
"@axe-core/puppeteer": "^4.6.1",
"@babel/core": "^7.21.4",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@axe-core/puppeteer": "^4.7.3",
"@babel/core": "^7.22.5",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"archiver": "^5.3.1",
"babel-loader": "^9.1.2",
"babel-plugin-transform-default-named-imports": "^1.2.2",
"babel-plugin-transform-optional-chaining": "^7.0.0-beta.3",
"browser-detect": "^0.2.28",
"concat-stream": "^2.0.0",
"cssmin": "^0.4.3",
"d3": "^7.8.2",
"documentation": "^14.0.1",
"eslint": "8.38.0",
"d3": "^7.8.5",
"documentation": "^14.0.2",
"eslint": "8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-compat": "4.1.4",
Expand All @@ -111,21 +111,20 @@
"form-data": "^4.0.0",
"handlebars": "^4.7.7",
"handlebars-wax": "^6.1.0",
"ids-identity": "4.14.8",
"jquery": "^3.6.4",
"ids-identity": "4.14.10",
"jquery": "^3.7.0",
"mmm": "^0.2.2",
"node-sass": "^8.0.0",
"node-sass": "^9.0.0",
"node-sass-once-importer": "^5.3.2",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rimraf": "^5.0.1",
"rollup": "^3.26.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-license": "^3.0.1",
"slash": "^5.0.0",
"stylelint-scss": "^4.6.0",
"terser": "^5.16.9",
"webdriver-manager": "^12.1.8",
"yargs": "^17.7.1",
"slash": "^5.1.0",
"stylelint-scss": "^5.0.1",
"terser": "^5.18.2",
"yargs": "^17.7.2",
"zip-build": "^1.8.0"
},
"chrome-version": "111.0.5563.64",
Expand Down

0 comments on commit dfaed53

Please sign in to comment.