Skip to content

Commit

Permalink
auto: apply newest APITable commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 7ca6a55 commit 7c88417
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 53 deletions.
41 changes: 1 addition & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea

dist
.doc
.build.env

/blueprint-templates

# dependencies
**/node_modules
/.pnp
.pnp.js

# testing
/packages/*/coverage

# production
/packages/*/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# yarn cache
.yarn/cache/
.yarn/build-state.yml
.yarn/install-state.gz
.yarn/unplugged

# vika yml will store your api token, so you need to ignore it
.vika.yml
.apitable.yml

# ignore packed files
*.zip
.DS_Store
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 vika
Copyright (c) 2022 apitable

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"description": "a vika widget",
"description": "APITable widget to import data from airtable",
"engines": {
"node": ">=8.x"
},
"keywords": [
"vika",
"AITable",
"widgets",
"vika widgets"
"AITable widgets"
],
"main": "./dist/index",
"module": "./dist/index",
Expand All @@ -25,11 +25,11 @@
"react-dom": "16.14.0"
},
"dependencies": {
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@apitable/components": "latest",
"@apitable/icons": "latest",
"@apitable/widget-sdk": "latest",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"lodash": "^4.17.21",
"query-string": "^7.1.1",
"typescript": "4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"baseUrl": "src",
"lib": ["dom", "dom.iterable", "esnext"],
"plugins": [
{"transform": "@zerollup/ts-transform-paths"}, // 修复绝对路径引用,在 build 成 js 后,没有转化成相对路径。
{ "transform": "@zerollup/ts-transform-paths" }, // Fix the absolute path reference. After the build is converted to js, it is not converted to a relative path.
{
"transform": "typescript-plugin-styled-components",
"type": "config"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -460,18 +460,18 @@
"@types/react" "*"

"@types/react@*", "@types/react@>=16.9.0":
version "18.2.43"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.43.tgz#c58e5abe241e6f71f60ce30e2a9aceb9d3a2a374"
integrity sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA==
version "18.2.45"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.45.tgz#253f4fac288e7e751ab3dc542000fb687422c15c"
integrity sha512-TtAxCNrlrBp8GoeEp1npd5g+d/OejJHFxS3OWmrPBMFaVQMSN0OFySozJio5BHxTuTeug00AVXVAjfDSfk+lUg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16", "@types/react@^16.9.43":
version "16.14.52"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.52.tgz#d6c31c3f69cf6ae10718d0a07a2ef6f2ebafc490"
integrity sha512-4+ZN73hgRW3Gang3QMqWjrqPPkf+lWZYiyG4uXtUbpd+7eiBDw6Gemila6rXDd8DorADupTiIERL6Mb5BQTF2w==
version "16.14.54"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.54.tgz#43bba37fca0af34f6fd52468098331f0a218aea3"
integrity sha512-54MOeVbxTlC8U6XBy2sLhLaHg/QGP0gPEWIpl1E5tNTJDz/SdFktT3OuvAfKxpSXATUmKXDozHvxbT3XohJgDQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 7c88417

Please sign in to comment.