Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@edx/edx-bootstrap

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edx/edx-bootstrap - npm Package Compare versions

Comparing version
2.2.4
to
2.3.0
+3
-3
.github/workflows/ci.yml

@@ -16,8 +16,8 @@ name: Node CI

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 8
node-version: 16

@@ -24,0 +24,0 @@ - name: Install Dependencies

@@ -13,3 +13,3 @@

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:

@@ -19,5 +19,5 @@ fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

@@ -24,0 +24,0 @@ - name: Install dependencies

@@ -6,3 +6,3 @@ {

"repository": "git@github.com:edx/edx-bootstrap.git",
"version": "2.2.4",
"version": "2.3.0",
"homepage": "http://edx.github.io/edx-bootstrap",

@@ -46,3 +46,3 @@ "scripts": {

"lodash": "4.17.21",
"node-sass": "4.14.1",
"node-sass": "6.0.1",
"popper.js": "1.16.1",

@@ -54,4 +54,4 @@ "prop-types": "15.8.1",

"react-router-hash-link": "1.2.2",
"react-scripts": "2.1.8",
"semantic-release": "17.4.7"
"react-scripts": "5.0.0",
"semantic-release": "19.0.3"
},

@@ -58,0 +58,0 @@ "release": {

Sorry, the diff of this file is not supported yet