oksy 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oksy",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "The OKSY framework",
5
5
  "main": "library.js",
6
6
  "typings": "./types/src/library.pub.d.ts",
@@ -19,8 +19,8 @@
19
19
  "knex": "^2.3.0",
20
20
  "sqlite3": "^5.1.2",
21
21
  "ts-node": "^10.9.1",
22
- "vue": "^3.2.41",
23
- "tailwindcss": "^3.2.1",
22
+ "vue": "^3.2.44",
23
+ "tailwindcss": "^3.2.3",
24
24
  "dayjs": "^1.11.6",
25
25
  "@tailwindcss/forms": "^0.5.3"
26
26
  }