Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-test-queries

Package Overview
Dependencies
Maintainers
23
Versions
1204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-test-queries - npm Package Compare versions

Comparing version 7.3.2-rc.4 to 7.3.2

94

CHANGELOG.md

@@ -6,10 +6,10 @@ # Change Log

## [7.3.1](https://github.com/instructure/instructure-ui/compare/v7.3.0...v7.3.1) (2020-11-30)
## [7.3.2](https://github.com/instructure/instructure-ui/compare/v7.3.1...v7.3.2) (2020-12-10)
**Note:** Version bump only for package @instructure/ui-test-queries
## [7.3.1](https://github.com/instructure/instructure-ui/compare/v7.3.0...v7.3.1) (2020-11-30)
**Note:** Version bump only for package @instructure/ui-test-queries
# [7.3.0](https://github.com/instructure/instructure-ui/compare/v7.2.4...v7.3.0) (2020-10-26)

@@ -19,6 +19,2 @@

## [7.2.4](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.4) (2020-10-09)

@@ -28,6 +24,2 @@

## [7.2.3](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.3) (2020-10-08)

@@ -37,6 +29,2 @@

## [7.2.2](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.2) (2020-10-08)

@@ -46,6 +34,2 @@

## [7.2.1](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.1) (2020-10-07)

@@ -55,6 +39,2 @@

# [7.2.0](https://github.com/instructure/instructure-ui/compare/v7.1.4...v7.2.0) (2020-09-23)

@@ -64,6 +44,2 @@

## [7.1.4](https://github.com/instructure/instructure-ui/compare/v7.1.3...v7.1.4) (2020-09-09)

@@ -73,6 +49,2 @@

## [7.1.3](https://github.com/instructure/instructure-ui/compare/v7.1.2...v7.1.3) (2020-08-10)

@@ -82,6 +54,2 @@

## [7.1.2](https://github.com/instructure/instructure-ui/compare/v7.1.1...v7.1.2) (2020-07-17)

@@ -91,6 +59,2 @@

## [7.1.1](https://github.com/instructure/instructure-ui/compare/v7.1.0...v7.1.1) (2020-07-01)

@@ -100,6 +64,2 @@

# [7.1.0](https://github.com/instructure/instructure-ui/compare/v7.0.0...v7.1.0) (2020-06-25)

@@ -109,6 +69,2 @@

# [7.0.0](https://github.com/instructure/instructure-ui/compare/v6.26.0...v7.0.0) (2020-05-27)

@@ -118,6 +74,2 @@

# [6.26.0](https://github.com/instructure/instructure-ui/compare/v6.25.0...v6.26.0) (2020-04-30)

@@ -127,6 +79,2 @@

# [6.25.0](https://github.com/instructure/instructure-ui/compare/v6.24.0...v6.25.0) (2020-04-27)

@@ -136,6 +84,2 @@

# [6.24.0](https://github.com/instructure/instructure-ui/compare/v6.23.0...v6.24.0) (2020-04-14)

@@ -145,6 +89,2 @@

# [6.23.0](https://github.com/instructure/instructure-ui/compare/v6.22.0...v6.23.0) (2020-04-02)

@@ -154,6 +94,2 @@

# [6.22.0](https://github.com/instructure/instructure-ui/compare/v6.21.0...v6.22.0) (2020-03-16)

@@ -163,6 +99,2 @@

# [6.21.0](https://github.com/instructure/instructure-ui/compare/v6.20.0...v6.21.0) (2020-02-26)

@@ -172,6 +104,2 @@

# [6.20.0](https://github.com/instructure/instructure-ui/compare/v6.19.0...v6.20.0) (2020-02-13)

@@ -181,6 +109,2 @@

# [6.19.0](https://github.com/instructure/instructure-ui/compare/v6.18.0...v6.19.0) (2020-02-11)

@@ -190,6 +114,2 @@

# [6.18.0](https://github.com/instructure/instructure-ui/compare/v6.17.0...v6.18.0) (2020-02-04)

@@ -199,6 +119,2 @@

# [6.17.0](https://github.com/instructure/instructure-ui/compare/v6.16.0...v6.17.0) (2020-01-22)

@@ -208,6 +124,2 @@

See the instructure-ui mono-repo [change log](#CHANGELOG) for past changes.

12

package.json
{
"name": "@instructure/ui-test-queries",
"version": "7.3.2-rc.4+434e75608",
"version": "7.3.2",
"description": "Helpers and utilities for queries in UI tests.",

@@ -26,5 +26,5 @@ "author": "Instructure, Inc. Engineering and Product Design",

"dependencies": {
"@instructure/debounce": "7.3.2-rc.4+434e75608",
"@instructure/ui-axe-check": "7.3.2-rc.4+434e75608",
"@instructure/ui-test-sandbox": "7.3.2-rc.4+434e75608",
"@instructure/debounce": "^7.3.2",
"@instructure/ui-axe-check": "^7.3.2",
"@instructure/ui-test-sandbox": "^7.3.2",
"keycode": "^2",

@@ -35,3 +35,3 @@ "pretty-format": "^24.9.0",

"devDependencies": {
"@instructure/ui-babel-preset": "7.3.2-rc.4+434e75608"
"@instructure/ui-babel-preset": "^7.3.2"
},

@@ -42,3 +42,3 @@ "publishConfig": {

"sideEffects": false,
"gitHead": "434e7560814730d64fa0fcc03e4985b1c05c1d4f"
"gitHead": "6ebd9ac5e69b6d410776806784fa436e77a31902"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc