Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Mar 1, 2024
1 parent c308e21 commit 341cf94
Show file tree
Hide file tree
Showing 14 changed files with 1,954 additions and 2,906 deletions.
24 changes: 24 additions & 0 deletions .github/.cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"language": "en",
"words": [
"Unflatten",
"webvi",
"gwebproject",
"gviweb",
"gcomp",
"lvdist",
"nipkg",
"htdocs",
"USGS",
"JSLI",
"lvproj",
"NIPKG",
"rgba",
"flot",
"iframes",
"subfolders",
"mystyle",
"myscript",
"unflattening"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/issue-template.md

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test
102 changes: 0 additions & 102 deletions .spelling

This file was deleted.

10 changes: 0 additions & 10 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ branch with your changes to your project, and then submit a pull request.

See [GitHub's official documentation](https://help.github.com/articles/using-pull-requests/) for more details.

<!--
## Getting Started
- TODO: include build steps here.
## Testing
- TODO: include testing steps here.
-->

## Developer Certificate of Origin (DCO)

Developer's Certificate of Origin 1.1
Expand Down
2 changes: 1 addition & 1 deletion Guides/CSS/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CSS Frequently Asked Questions

- [What is CSS?](#what-is-css)
- [Will NI maintain a stable set of CSS properties from release to release?](#will-ni-maintain-a-stable-set-of-CSS-properties-from-release-to-release)
- [Will NI maintain a stable set of CSS properties from release to release?](#will-ni-maintain-a-stable-set-of-css-properties-from-release-to-release)
- [When should I avoid customizing WebVIs via CSS?](#when-should-i-avoid-customizing-webvis-via-css)
- [How should I include CSS in my project?](#how-should-i-include-css-in-my-project)
- [Why is my WebVI ignoring my CSS?](#why-is-my-webvi-ignoring-my-css)
Expand Down
2 changes: 1 addition & 1 deletion IncorporateUserResources/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can also use resource files to augment the WebVI's capabilities. For example

## Hosting

You can manually the move the build output found at `\IncorporateUserResourcest\Builds` to any web server. This project also includes a Distribution (`WebApp.lvdist`) that can be used to build a package (.nipkg). Packages utilize NI Package Manager to automated the process of installing, upgrading, or removing the web app. A package is also a requirement for hosting a Web application on SystemLink Cloud.
You can manually the move the build output found at `\IncorporateUserResources\Builds` to any web server. This project also includes a Distribution (`WebApp.lvdist`) that can be used to build a package (.nipkg). Packages utilize NI Package Manager to automated the process of installing, upgrading, or removing the web app. A package is also a requirement for hosting a Web application on SystemLink Cloud.

### SystemLink Cloud Web App Hosting

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, National Instruments Corp.
Copyright (c) 2024, National Instruments Corp.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you have any **questions or feedback**, ask in the [G Web Development Software Discussion Forums](https://www.ni.com/r/ask-ni-community-gweb).

This repository has examples for: **G Web Development Software 2022 Q1**.
This repository has examples for: **G Web Development Software 2022 Q3**.

For previous versions of G Web Development Software or LabVIEW NXG Web Module see the [previous releases](https://github.com/ni/webvi-examples/releases/).

Expand Down
Loading

0 comments on commit 341cf94

Please sign in to comment.