Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 0670d68 commit 9a5fa02
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: copyright
- id: workflows-require-timeout
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: |-
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
c2cciutils[checks]==1.6.10
wheel==0.41.2
c2cciutils[checks]==1.6.11
wheel==0.41.3
pre-commit==3.4.0
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
"typeahead": "corejs-typeahead"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.0",
"@babel/plugin-proposal-decorators": "7.23.2",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/plugin-transform-spread": "7.22.5",
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/preset-typescript": "7.23.0",
"@babel/preset-typescript": "7.23.2",
"@fortawesome/fontawesome-free": "5.15.4",
"@lit/reactive-element": "1.6.3",
"@sentry/browser": "7.73.0",
Expand All @@ -75,29 +75,29 @@
"@storybook/preset-scss": "1.0.3",
"@storybook/web-components": "6.5.16",
"@trevoreyre/autocomplete-js": "2.4.1",
"@types/angular": "1.8.6",
"@types/angular-animate": "1.5.12",
"@types/angular": "1.8.7",
"@types/angular-animate": "1.5.13",
"@types/angular-dynamic-locale": "0.1.35",
"@types/angular-gettext": "2.1.36",
"@types/angular-mocks": "1.7.2",
"@types/bootstrap": "5.2.7",
"@types/angular-gettext": "2.1.37",
"@types/angular-mocks": "1.7.3",
"@types/bootstrap": "5.2.8",
"@types/cesium": "1.70.0",
"@types/d3": "7.4.1",
"@types/d3-selection": "3.0.7",
"@types/d3-transition": "3.0.5",
"@types/file-saver": "2.0.5",
"@types/geojson": "7946.0.11",
"@types/d3": "7.4.2",
"@types/d3-selection": "3.0.8",
"@types/d3-transition": "3.0.6",
"@types/file-saver": "2.0.6",
"@types/geojson": "7946.0.12",
"@types/googlemaps": "3.43.3",
"@types/jasmine": "4.3.6",
"@types/jquery": "3.5.20",
"@types/jquery.ui.datetimepicker": "0.3.31",
"@types/jqueryui": "1.12.18",
"@types/jsts": "0.17.19",
"@types/node": "18.18.3",
"@types/offscreencanvas": "2019.7.1",
"@types/proj4": "2.5.3",
"@types/sinon": "10.0.17",
"@types/tinycolor2": "1.4.4",
"@types/jquery": "3.5.25",
"@types/jquery.ui.datetimepicker": "0.3.32",
"@types/jqueryui": "1.12.19",
"@types/jsts": "0.17.20",
"@types/node": "18.18.8",
"@types/offscreencanvas": "2019.7.2",
"@types/proj4": "2.5.4",
"@types/sinon": "10.0.20",
"@types/tinycolor2": "1.4.5",
"@types/typeahead": "0.11.32",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand All @@ -121,7 +121,7 @@
"commander": "10.0.1",
"console-control-strings": "1.1.0",
"copy-webpack-plugin": "6.4.1",
"core-js": "3.33.0",
"core-js": "3.33.2",
"corejs-typeahead": "1.3.3",
"css-loader": "5.2.7",
"cy-mobile-commands": "0.3.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.13.2",
"jquery-ui-touch-punch": "0.2.3",
"jscodeshift": "0.15.0",
"jscodeshift": "0.15.1",
"jsts": "2.11.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
Expand All @@ -181,7 +181,7 @@
"ol-mapbox-style": "9.7.0",
"parse-absolute-css-unit": "1.0.2",
"popper.js": "1.16.1",
"proj4": "2.9.0",
"proj4": "2.9.2",
"puppeteer": "19.11.1",
"qruri": "0.0.4",
"raw-loader": "4.0.2",
Expand All @@ -205,7 +205,7 @@
"tinycolor2": "1.6.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typedoc": "0.25.1",
"typedoc": "0.25.3",
"typescript": "4.9.5",
"webpack": "4.47.0",
"webpack-cli": "3.3.12",
Expand Down

0 comments on commit 9a5fa02

Please sign in to comment.