Skip to content

Commit 03e8440

Browse files
authored
Merge pull request #262 from trimble-oss/dev/coliff/dev-dep-fix
Dev Dependency fix
2 parents ad53a8e + 50310fe commit 03e8440

4 files changed

Lines changed: 37 additions & 48 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,3 @@
77
- JavaScript code is linted with ESlint v8.57.1
88
- Node v20 or later is recommended for building.
99
- The site is hosted on Netlify.
10-
11-
## Communication (MANDATORY)
12-
13-
- No apologies - State facts and solutions directly.
14-
- Concise style - Professional, avoid repetition and filler.
15-
- Single chunk edits - All file edits in one operation.
16-
- Real file links only - No placeholder files.
17-
- No unnecessary confirmations - Use available context.
18-
19-
## Quality & Validation (MANDATORY)
20-
21-
- Multi-step tasks: Create progress files in `.cursor/temp/`.
22-
- Never assume commands worked without verification.
23-
- 98%+ confidence threshold for definitive claims.
24-
- Immediate re-investigation when findings don't match expectations.
25-
- Cross-tool validation when tools fail.
26-
27-
## Code Standards (MANDATORY)
28-
29-
- No emojis in code or documentation.
30-
- Only implement what's requested.
31-
- Preserve existing structures - Don't remove unrelated code

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
22.22.2

package-lock.json

Lines changed: 34 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"stylelint": "^16.26.1",
9696
"stylelint-config-twbs-bootstrap": "^16.1.0",
9797
"terser": "^5.46.1",
98-
"vnu-jar": "24.10.17"
98+
"vnu-jar": "26.4.2"
9999
},
100100
"files": [
101101
"dist/{css,js}/*.{css,js,map}",
@@ -108,6 +108,6 @@
108108
"version": "0.145.0"
109109
},
110110
"volta": {
111-
"node": "22.19.0"
111+
"node": "22.22.2"
112112
}
113113
}

0 commit comments

Comments
 (0)