@prairielearn/html-ejs 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- @prairielearn/html-ejs:build: cache hit, replaying output f31190aa13d9e859
1
+ @prairielearn/html-ejs:build: cache hit, replaying output 94e907750e637860
2
2
  @prairielearn/html-ejs:build: warning package.json: No license field
3
3
  @prairielearn/html-ejs:build: $ tsc
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prairielearn/html-ejs
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dba390399: Upgrade dependencies to latest versions
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/html-ejs",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -15,7 +15,7 @@
15
15
  "@prairielearn/tsconfig": "*",
16
16
  "@types/ejs": "^3.1.1",
17
17
  "mocha": "^10.0.0",
18
- "ts-node": "^10.8.1",
19
- "typescript": "^4.7.4"
18
+ "ts-node": "^10.9.1",
19
+ "typescript": "^4.8.2"
20
20
  }
21
21
  }