Skip to content

Commit

Permalink
chore: updates more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Aug 2, 2023
1 parent af8a788 commit feb2e5e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 799 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- This file is auto-generated by ember-cli-storybook -->
<meta name="broccoli-inspector/config/environment" content="%7B%22ember-websockets%22%3A%7B%22socketIO%22%3Atrue%7D%2C%22apollo%22%3A%7B%22apiURL%22%3A%22http%3A%2F%2Flocalhost%3A4200%2Fbroccoli-inspector%2Fapi%2Fgraphql%22%7D%2C%22modulePrefix%22%3A%22broccoli-inspector%22%2C%22environment%22%3A%22test%22%2C%22rootURL%22%3A%22%2F_broccoli-inspector%2F%22%2C%22locationType%22%3A%22none%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22LOG_ACTIVE_GENERATION%22%3Afalse%2C%22LOG_VIEW_LOOKUPS%22%3Afalse%2C%22rootElement%22%3A%22%23ember-testing%22%2C%22autoboot%22%3Afalse%2C%22appVersion%22%3A%223.0.1%22%2C%22name%22%3A%22broccoli-inspector%22%2C%22version%22%3A%220.5.0%2B3c5d7814%22%7D%2C%22ember-paper%22%3A%7B%22insertFontLinks%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />
<meta name="broccoli-inspector/config/environment" content="%7B%22ember-websockets%22%3A%7B%22socketIO%22%3Atrue%7D%2C%22apollo%22%3A%7B%22apiURL%22%3A%22http%3A%2F%2Flocalhost%3A4200%2Fbroccoli-inspector%2Fapi%2Fgraphql%22%7D%2C%22modulePrefix%22%3A%22broccoli-inspector%22%2C%22environment%22%3A%22test%22%2C%22rootURL%22%3A%22%2F_broccoli-inspector%2F%22%2C%22locationType%22%3A%22none%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22LOG_ACTIVE_GENERATION%22%3Afalse%2C%22LOG_VIEW_LOOKUPS%22%3Afalse%2C%22rootElement%22%3A%22%23ember-testing%22%2C%22autoboot%22%3Afalse%2C%22appVersion%22%3A%223.0.1%22%2C%22name%22%3A%22broccoli-inspector%22%2C%22version%22%3A%220.5.0%2Baf8a788c%22%7D%2C%22ember-paper%22%3A%7B%22insertFontLinks%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="./assets/vendor.css" />
Expand All @@ -8,9 +8,9 @@
<script src="./assets/vendor.js"></script>
<script>window.Ember = require("ember").default; runningTests = true; Ember.testing=true;</script>
<script src="./assets/chunk.vendors-node_modules_apollo_client_core_index_js-node_modules_c3_c3_js-node_modules_tinycolor-e8e126.c3c003da907e9fcd7abe.js"></script>
<script src="./assets/chunk.app.9b37a48b972b8a456bac.js"></script>
<script src="./assets/chunk.app.2dc495b7314b1e2c80de.js"></script>
<script src="./assets/chunk.vendors-node_modules_qunit_qunit_qunit_js.583380f986b5722f7b7a.js"></script>
<script src="./assets/chunk.tests.379b363bdc086668918e.js"></script>
<script src="./assets/chunk.tests.d10dba68c9b9b7e1841b.js"></script>
<script src="./assets/broccoli-inspector.js"></script>
<script>
(function() {
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- bump dependencies, fix typescript errors

# 0.5.0 (12/08/2020)

- major bumps for all dependencies
Expand All @@ -10,7 +14,7 @@

# 0.4.0 (07/31/2020)

- ensures that even when builds fail they are still viewable. This change makes buildState fields nullable.
- ensures that even when builds fail they are still viewable. This change makes buildState fields nullable.

# 0.3.0 (06/15/2020)

Expand Down Expand Up @@ -101,7 +105,7 @@

- fix label formatting for total fs timing data to turn us to ms.
- move group by plugin to sidebar from Navbar
- consolidates navbar to have `|input| |links|`
- consolidates navbar to have `|input| |links|`
- show node breakdown by fs and other (other being the time spent in the plugin that we don't have instrumentation to pin down where it is being spent.)
- Move search box for plugins into the right rail, this is specifically for search by plugin name
- This functionality is done locally
Expand Down
Loading

0 comments on commit feb2e5e

Please sign in to comment.