Skip to content

Commit

Permalink
feat: CodeArtifact Migration - Phase 2 (#101)
Browse files Browse the repository at this point in the history
Update dependencies and move to node 16
  • Loading branch information
svanherk authored Jun 14, 2022
1 parent b141346 commit 20fe1b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version: '14'
node-version-file: .nvmrc
- name: Semantic Release
uses: BrightspaceUI/actions/semantic-release@main
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
2 changes: 1 addition & 1 deletion d2l-input-radio-styles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@polymer/polymer/polymer-legacy.js';
import '@brightspace-ui/core/components/colors/colors.js';
import 'd2l-typography/d2l-typography-shared-styles.js';
import '@brightspace-ui/typography/d2l-typography-shared-styles.js';
const $_documentContainer = document.createElement('template');

$_documentContainer.innerHTML = `<dom-module id="d2l-input-radio-styles">
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"polymer-cli": "^1"
},
"version": "3.1.0",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "d2l-inputs.js",
"files": [
"d2l-input-checkbox-spacer.js",
Expand All @@ -46,7 +40,7 @@
},
"dependencies": {
"@brightspace-ui/core": "^2",
"@polymer/polymer": "^3.0.0",
"d2l-typography": "BrightspaceUI/typography#semver:^8"
"@brightspace-ui/typography": "^8",
"@polymer/polymer": "^3.0.0"
}
}

0 comments on commit 20fe1b6

Please sign in to comment.